org.gridbus.broker.common.security
Class SrbGSICredential

java.lang.Object
  extended by org.gridbus.broker.common.security.UserCredential
      extended by org.gridbus.broker.common.security.ProxyCredential
          extended by org.gridbus.broker.common.security.LocalProxyCredential
              extended by org.gridbus.broker.common.security.SrbGSICredential
All Implemented Interfaces:
java.io.Serializable

public class SrbGSICredential
extends LocalProxyCredential

Author:
krishna
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gridbus.broker.common.security.ProxyCredential
DEFAULT_MIN_PROXY_LIFETIME, DEFAULT_PROXY_LIFETIME, LOCAL, MYPROXY
 
Constructor Summary
SrbGSICredential()
           
 
Method Summary
 java.lang.String getCA()
           
 int getType()
           
 java.lang.String getUsername()
           
 void setCA(java.lang.String ca)
           
 void setUsername(java.lang.String username)
           
 
Methods inherited from class org.gridbus.broker.common.security.LocalProxyCredential
forceNewProxy, getPassword, getUsercertfile, getUserkeyfile, isForceNewProxy, setForceNewProxy, setPassword, setUsercertfile, setUserkeyfile
 
Methods inherited from class org.gridbus.broker.common.security.ProxyCredential
getMinProxyLifeTime, getProxy, getProxyFileLocation, getProxyLifeTime, refreshProxy, saveToFile, setMinProxyLifeTime, setProxy, setProxyFileLocation
 
Methods inherited from class org.gridbus.broker.common.security.UserCredential
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SrbGSICredential

public SrbGSICredential()
Method Detail

getCA

public java.lang.String getCA()
Returns:
Returns the cA.

setCA

public void setCA(java.lang.String ca)
Parameters:
ca - The cA to set.

getUsername

public java.lang.String getUsername()
Returns:
Returns the username.

setUsername

public void setUsername(java.lang.String username)
Parameters:
username - The username to set.

getType

public int getType()
Overrides:
getType in class ProxyCredential
Returns:
Returns the type.

Copyright © The University of Melbourne. 2006