org.gridbus.broker.farming.common.security
Class ProxyCredential
java.lang.Object
|
+--org.gridbus.broker.farming.common.security.UserCredential
|
+--org.gridbus.broker.farming.common.security.ProxyCredential
- Direct Known Subclasses:
- LocalProxyCredential, MyProxyCredential
- public class ProxyCredential
- extends UserCredential
- Author:
- krishna
|
Field Summary |
static java.lang.String |
LOCAL
|
static java.lang.String |
MYPROXY
|
|
Constructor Summary |
ProxyCredential()
Represents a credential that is a x.509 proxy certificates |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MYPROXY
public static final java.lang.String MYPROXY
- See Also:
- Constant Field Values
LOCAL
public static final java.lang.String LOCAL
- See Also:
- Constant Field Values
ProxyCredential
public ProxyCredential()
- Represents a credential that is a x.509 proxy certificates
getProxy
public org.ietf.jgss.GSSCredential getProxy()
- Returns:
- Returns the proxy.
setProxy
public void setProxy(org.ietf.jgss.GSSCredential proxy)
- Parameters:
proxy - The proxy to set.
getProxySource
public java.lang.String getProxySource()
- Returns:
- Returns the proxySource.
setProxySource
public void setProxySource(java.lang.String proxySource)
- Parameters:
proxySource - The proxySource to set.