Class GetTrustrootsParams
java.lang.Object
org.globus.myproxy.Params
org.globus.myproxy.GetTrustrootsParams
- All Implemented Interfaces:
MyProxyConstants
Holds the parameters for the
get-trustroots operation.-
Field Summary
Fields inherited from class Params
lifetime, passphrase, usernameFields inherited from interface 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 StringmakeRequest(boolean includePassword) Serializes the parameters into a MyProxy request.Methods inherited from class Params
add, checkPassphrase, getLifetime, getPassphrase, getUserName, makeRequest, setCommand, setLifetime, setPassphrase, setUserName, toString
-
Constructor Details
-
GetTrustrootsParams
public GetTrustrootsParams()
-
-
Method Details
-
makeRequest
Description copied from class:ParamsSerializes the parameters into a MyProxy request. Subclasses should overwrite this function and append the custom parameters to the output of this function.- Overrides:
makeRequestin classParams
-