Package com.atlassian.crowd.model.user
Class InternalUserCredentialRecord
java.lang.Object
com.atlassian.crowd.model.user.InternalUserCredentialRecord
- All Implemented Interfaces:
Serializable
Encapsulates the concept of user credential record.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InternalUserCredentialRecord
(InternalUser user, String passwordHash) InternalUserCredentialRecord
(Long id, InternalUser user, String passwordHash) Only use this constructor for cloning / importing when the id is known. -
Method Summary
-
Constructor Details
-
InternalUserCredentialRecord
protected InternalUserCredentialRecord() -
InternalUserCredentialRecord
Only use this constructor for cloning / importing when the id is known.- Parameters:
id
- id of the object.user
- user reference.passwordHash
- String password hash.
-
InternalUserCredentialRecord
-
-
Method Details