org.globus.myproxy
Class InitParams
java.lang.Object
org.globus.myproxy.Params
org.globus.myproxy.InitParams
- All Implemented Interfaces:
- MyProxyConstants
- Direct Known Subclasses:
- StoreParams
public class InitParams
- extends Params
Holds the parameters for the put
operation.
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InitParams
public InitParams()
setCredentialName
public void setCredentialName(java.lang.String credentialName)
getCredentialName
public java.lang.String getCredentialName()
setCredentialDescription
public void setCredentialDescription(java.lang.String description)
getCredentialDescription
public java.lang.String getCredentialDescription()
setRetriever
public void setRetriever(java.lang.String retriever)
getRetriever
public java.lang.String getRetriever()
setRenewer
public void setRenewer(java.lang.String renewer)
getRenewer
public java.lang.String getRenewer()
setTrustedRetriever
public void setTrustedRetriever(java.lang.String trusted_retriever)
getTrustedRetriever
public java.lang.String getTrustedRetriever()
getPassphrase
public java.lang.String getPassphrase()
- If the passpharse is not set returns
an empty string.
- Overrides:
getPassphrase
in class Params
makeRequest
protected java.lang.String makeRequest(boolean includePassword)
- Description copied from class:
Params
- Serializes the parameters into a MyProxy request.
Subclasses should overwrite this function and
append the custom parameters to the output of
this function.
- Overrides:
makeRequest
in class Params
Copyright © 2013. All Rights Reserved.