Package org.globus.myproxy
Class StoreParams
- java.lang.Object
-
- org.globus.myproxy.Params
-
- org.globus.myproxy.InitParams
-
- org.globus.myproxy.StoreParams
-
- All Implemented Interfaces:
MyProxyConstants
public class StoreParams extends InitParams
Holds the parameters for thestore
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, CRED_RETRIEVER_TRUSTED, CRLF, DEFAULT_LIFETIME, LIFETIME, MIN_PASSWORD_LENGTH, MYPROXY_PROTOCOL_VERSION, NEW_PHRASE, PASSPHRASE, RENEWER, RETRIEVER, TRUSTROOTS, USERNAME, VERSION, VOMSES, VONAME
-
-
Constructor Summary
Constructors Constructor Description StoreParams()
-
Method Summary
-
Methods inherited from class org.globus.myproxy.InitParams
getCredentialDescription, getCredentialName, getPassphrase, getRenewer, getRetriever, getTrustedRetriever, makeRequest, setCredentialDescription, setCredentialName, setRenewer, setRetriever, setTrustedRetriever
-
Methods inherited from class org.globus.myproxy.Params
add, checkPassphrase, getLifetime, getUserName, makeRequest, setCommand, setLifetime, setPassphrase, setUserName, toString
-
-