public class PasswordCredentialModel extends CredentialModel
Modifier and Type | Field and Description |
---|---|
static String |
PASSWORD_HISTORY |
static String |
TYPE |
CLIENT_CERT, HOTP, KERBEROS, OTP, PASSWORD, PASSWORD_TOKEN, SECRET, TOTP
Modifier and Type | Method and Description |
---|---|
static PasswordCredentialModel |
createFromCredentialModel(CredentialModel credentialModel) |
static PasswordCredentialModel |
createFromValues(PasswordCredentialData credentialData,
PasswordSecretData secretData) |
static PasswordCredentialModel |
createFromValues(String algorithm,
byte[] salt,
int hashIterations,
String encodedPassword) |
PasswordCredentialData |
getPasswordCredentialData() |
PasswordSecretData |
getPasswordSecretData() |
comparingByStartDateDesc, getAlgorithm, getConfig, getCounter, getCreatedDate, getCredentialData, getDevice, getDigits, getHashIterations, getId, getPeriod, getSalt, getSecretData, getType, getUserLabel, getValue, setAlgorithm, setConfig, setCounter, setCreatedDate, setCredentialData, setDevice, setDigits, setHashIterations, setId, setPeriod, setSalt, setSecretData, setType, setUserLabel, setValue, shallowClone
public static final String TYPE
public static final String PASSWORD_HISTORY
public static PasswordCredentialModel createFromValues(PasswordCredentialData credentialData, PasswordSecretData secretData)
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 © 2021 JBoss by Red Hat. All rights reserved.