public class PasswordCredentialModel extends CredentialModel
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_HISTORY |
static String |
TYPE |
CLIENT_CERT, HOTP, KERBEROS, OTP, PASSWORD, SECRET, TOTP| Modifier and Type | Method and Description |
|---|---|
static PasswordCredentialModel |
createFromCredentialModel(CredentialModel credentialModel) |
static PasswordCredentialModel |
createFromValues(String algorithm,
byte[] salt,
int hashIterations,
String encodedPassword) |
PasswordCredentialData |
getPasswordCredentialData() |
PasswordSecretData |
getPasswordSecretData() |
comparingByStartDateDesc, getCreatedDate, getCredentialData, getId, getSecretData, getType, getUserLabel, setCreatedDate, setCredentialData, setId, setSecretData, setType, setUserLabel, shallowClonepublic static final String TYPE
public static final String PASSWORD_HISTORY
public static PasswordCredentialModel createFromValues(String algorithm, byte[] salt, int hashIterations, String encodedPassword)
public static PasswordCredentialModel createFromCredentialModel(CredentialModel credentialModel)
public PasswordCredentialData getPasswordCredentialData()
public PasswordSecretData getPasswordSecretData()
Copyright © 2019 JBoss by Red Hat. All rights reserved.