MyProxyConstants
public class ChangePasswordParams extends Params
changePassword
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 |
---|---|
ChangePasswordParams() |
Modifier and Type | Method | Description |
---|---|---|
String |
getCredentialName() |
|
String |
getNewPassphrase() |
|
protected String |
makeRequest(boolean includePassword) |
Serializes the parameters into a MyProxy request.
|
void |
setCredentialName(String credentialName) |
|
void |
setNewPassphrase(String newPassphrase) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, checkPassphrase, getLifetime, getPassphrase, getUserName, makeRequest, setCommand, setLifetime, setPassphrase, setUserName, toString
public void setNewPassphrase(String newPassphrase)
public String getNewPassphrase()
public void setCredentialName(String credentialName)
public String getCredentialName()
protected String makeRequest(boolean includePassword)
Params
makeRequest
in class Params
Copyright © 2018. All rights reserved.