org.globus.myproxy
Class StoreParams

java.lang.Object
  extended byorg.globus.myproxy.Params
      extended byorg.globus.myproxy.InitParams
          extended byorg.globus.myproxy.StoreParams
All Implemented Interfaces:
MyProxyConstants

public class StoreParams
extends InitParams

Holds the parameters for the store operation.


Field Summary
 
Fields inherited from class org.globus.myproxy.Params
lifetime, passphrase, username
 
Fields inherited from interface org.globus.myproxy.MyProxyConstants
COMMAND, CRED_DESC, CRED_NAME, CRLF, LIFETIME, MIN_PASSWORD_LENGTH, MYPROXY_PROTOCOL_VERSION, NEW_PHRASE, PASSPHRASE, RENEWER, RETRIEVER, USERNAME, VERSION
 
Constructor Summary
StoreParams()
           
 
Methods inherited from class org.globus.myproxy.InitParams
getCredentialDescription, getCredentialName, getPassphrase, getRenewer, getRetriever, makeRequest, setCredentialDescription, setCredentialName, setRenewer, setRetriever
 
Methods inherited from class org.globus.myproxy.Params
add, checkPassphrase, getLifetime, getUserName, makeRequest, setCommand, setLifetime, setPassphrase, setUserName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreParams

public StoreParams()