MyProxyConstants
public class GetParams extends Params
get
operation.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
lifetime, passphrase, username
Constructor | Description |
---|---|
GetParams() |
|
GetParams(String username,
String passphrase) |
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018. All rights reserved.