public class GetParams extends Params
get
operation.lifetime, passphrase, username
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 and Description |
---|
GetParams() |
GetParams(String username,
String passphrase) |
Modifier and Type | Method and Description |
---|---|
GSSCredential |
getAuthzCreds() |
String |
getCredentialName() |
List |
getVomses() |
List |
getVoname() |
boolean |
getWantTrustroots() |
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 |
setVomses(List vomses) |
void |
setVoname(List voname) |
void |
setWantTrustroots(boolean wantTrustroots) |
add, checkPassphrase, getLifetime, getPassphrase, getUserName, makeRequest, setCommand, setLifetime, setPassphrase, setUserName, toString
public void setCredentialName(String credentialName)
public String getCredentialName()
public void setWantTrustroots(boolean wantTrustroots)
public boolean getWantTrustroots()
public void setVoname(List voname)
public List getVoname()
public void setVomses(List vomses)
public List getVomses()
public void setAuthzCreds(GSSCredential creds)
creds
- The credentials to renew.public GSSCredential getAuthzCreds()
protected String makeRequest(boolean includePassword)
Params
makeRequest
in class Params
Copyright © 2016. All rights reserved.