java.lang.Object | |
↳ | com.atlassian.crowd.embedded.api.PasswordCredential |
Password based authentication information.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NONE | |||||||||||
credential |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
since 1.3.2, please use any other PasswordCredential constructor,
this constructor should only be used by hibernate. If this constructor is used,
please be aware that you must set
setEncryptedCredential(boolean)
| |||||||||||
Constructor that takes an unencrypted credential.
| |||||||||||
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the password credential.
| |||||||||||
Sets the password credential.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This constructor is deprecated.
since 1.3.2, please use any other PasswordCredential constructor,
this constructor should only be used by hibernate. If this constructor is used,
please be aware that you must set setEncryptedCredential(boolean)
Default constructor used by hibernate
Constructor that takes an unencrypted credential. ie PasswordCredential#encryptedCredential is false.
unencryptedCredential | the unencrypted password credential |
---|
Sets the password credential.
credential | The credential. |
---|