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
           
 
Fields inherited from class org.gridbus.broker.farming.common.security.UserCredential
KEYSTORE, PROXYCERT, SIMPLE_AUTH
 
Constructor Summary
ProxyCredential()
          Represents a credential that is a x.509 proxy certificates
 
Method Summary
 org.ietf.jgss.GSSCredential getProxy()
           
 java.lang.String getProxySource()
           
 void setProxy(org.ietf.jgss.GSSCredential proxy)
           
 void setProxySource(java.lang.String proxySource)
           
 
Methods inherited from class org.gridbus.broker.farming.common.security.UserCredential
getId, getType, setId, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ProxyCredential

public ProxyCredential()
Represents a credential that is a x.509 proxy certificates

Method Detail

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.