org.gridbus.broker.common.security
Class LocalProxyCredential
java.lang.Object
org.gridbus.broker.common.security.UserCredential
org.gridbus.broker.common.security.ProxyCredential
org.gridbus.broker.common.security.LocalProxyCredential
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- SrbGSICredential
public class LocalProxyCredential
- extends ProxyCredential
- Author:
- krishna
Represents a ProxyCredential which is a proxy generated from local usercert, userkey files
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalProxyCredential
public LocalProxyCredential()
LocalProxyCredential
public LocalProxyCredential(java.lang.String usercertfile,
java.lang.String userkeyfile,
java.lang.String password)
- Parameters:
usercertfile - userkeyfile - password -
isForceNewProxy
public boolean isForceNewProxy()
- Returns:
- Returns the forceNewProxy.
getPassword
public java.lang.String getPassword()
- Returns:
- Returns the password.
setPassword
public void setPassword(java.lang.String password)
- Parameters:
password - The password to set.
getUsercertfile
public java.lang.String getUsercertfile()
- Returns:
- Returns the usercertfile.
setUsercertfile
public void setUsercertfile(java.lang.String usercertfile)
- Parameters:
usercertfile - The usercertfile to set.
getUserkeyfile
public java.lang.String getUserkeyfile()
- Returns:
- Returns the userkeyfile.
setUserkeyfile
public void setUserkeyfile(java.lang.String userkeyfile)
- Parameters:
userkeyfile - The userkeyfile to set.
forceNewProxy
public boolean forceNewProxy()
- Returns:
- Returns whether to force a New Proxy each time.
setForceNewProxy
public void setForceNewProxy(boolean forceNewProxy)
- Sets whether to force creation of new proxy each time
- Parameters:
forceNewProxy -