|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.Resource com.splunk.Entity com.splunk.Password
public class Password
The Password
class represents a saved credential.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class com.splunk.Entity |
---|
content, toUpdate |
Fields inherited from class com.splunk.Resource |
---|
actions, path, refreshArgs, service, title |
Method Summary | |
---|---|
java.lang.String |
getClearPassword()
Returns the clear-text password for this credential. |
java.lang.String |
getEncryptedPassword()
Returns the encrypted password for this credential. |
java.lang.String |
getName()
Returns the username for this credential. |
java.lang.String |
getPassword()
Returns the displayable password string for this credential. |
java.lang.String |
getRealm()
Returns the credential realm. |
java.lang.String |
getUsername()
Returns the username for this credential. |
void |
setPassword(java.lang.String password)
Sets the password for this credential. |
Methods inherited from class com.splunk.Entity |
---|
actionPath, clear, containsKey, containsValue, disable, enable, entrySet, get, getContent, getMetadata, isDisabled, isEmpty, isNameChangeAllowed, keySet, put, putAll, refresh, remove, remove, size, update, update, validate, values |
Methods inherited from class com.splunk.Resource |
---|
getPath, getService, getTitle, invalidate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Method Detail |
---|
public java.lang.String getClearPassword()
public java.lang.String getEncryptedPassword()
public java.lang.String getName()
getName
in class Resource
public java.lang.String getPassword()
public java.lang.String getRealm()
public java.lang.String getUsername()
public void setPassword(java.lang.String password)
password
- The password.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |