Package org.globus.myproxy
Class GetParams
java.lang.Object
org.globus.myproxy.Params
org.globus.myproxy.GetParams
- All Implemented Interfaces:
MyProxyConstants
Holds the parameters for the
get
operation.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate GSSCredential
private String
private List
private List
private boolean
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 -
Method Summary
Modifier and TypeMethodDescriptionprivate void
add
(StringBuffer buf, String prefix, List values) boolean
protected String
makeRequest
(boolean includePassword) Serializes the parameters into a MyProxy request.void
setAuthzCreds
(GSSCredential creds) Set credentials for renewal authorization.void
setCredentialName
(String credentialName) void
void
void
setWantTrustroots
(boolean wantTrustroots) Methods inherited from class org.globus.myproxy.Params
add, checkPassphrase, getLifetime, getPassphrase, getUserName, makeRequest, setCommand, setLifetime, setPassphrase, setUserName, toString
-
Field Details
-
wantTrustroots
private boolean wantTrustroots -
credentialName
-
authzcreds
-
voname
-
vomses
-
-
Constructor Details
-
GetParams
public GetParams() -
GetParams
-
-
Method Details
-
setCredentialName
-
getCredentialName
-
setWantTrustroots
public void setWantTrustroots(boolean wantTrustroots) -
getWantTrustroots
public boolean getWantTrustroots() -
setVoname
-
getVoname
-
setVomses
-
getVomses
-
setAuthzCreds
Set credentials for renewal authorization.- Parameters:
creds
- The credentials to renew.
-
getAuthzCreds
-
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
-
add
-