public class InternalUserCredentialRecord extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
InternalUserCredentialRecord() |
|
InternalUserCredentialRecord(InternalUser user,
String passwordHash) |
|
InternalUserCredentialRecord(Long id,
InternalUser user,
String passwordHash)
Only use this constructor for cloning / importing when the id is known.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PasswordCredential |
getCredential() |
Long |
getId() |
String |
getPasswordHash() |
InternalUser |
getUser() |
int |
hashCode() |
protected InternalUserCredentialRecord()
public InternalUserCredentialRecord(Long id, InternalUser user, String passwordHash)
id - id of the object.user - user reference.passwordHash - String password hash.public InternalUserCredentialRecord(InternalUser user, String passwordHash)
public Long getId()
public InternalUser getUser()
public String getPasswordHash()
public PasswordCredential getCredential()
Copyright © 2021 Atlassian. All rights reserved.