Package org.globus.myproxy
Class DestroyParams
java.lang.Object
org.globus.myproxy.Params
org.globus.myproxy.DestroyParams
- All Implemented Interfaces:
MyProxyConstants
Holds the parameters for the
destroy
operation.-
Field Summary
FieldsFields 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 -
Method Summary
Modifier and TypeMethodDescriptionprotected String
makeRequest
(boolean includePassword) Serializes the parameters into a MyProxy request.void
setCredentialName
(String credentialName) Methods inherited from class org.globus.myproxy.Params
add, checkPassphrase, getLifetime, getPassphrase, getUserName, makeRequest, setCommand, setLifetime, setPassphrase, setUserName, toString
-
Field Details
-
credentialName
-
-
Constructor Details
-
DestroyParams
public DestroyParams() -
DestroyParams
-
-
Method Details
-
setCredentialName
-
getCredentialName
-
makeRequest
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 classParams
-