Package org.keycloak.models.credential
Class PasswordUserCredentialModel
java.lang.Object
org.keycloak.models.UserCredentialModel
org.keycloak.models.credential.PasswordUserCredentialModel
- All Implemented Interfaces:
CredentialInput
Deprecated.
- Author:
- Marek Posolda
-
Field Summary
Fields inherited from class org.keycloak.models.UserCredentialModel
CLIENT_CERT, HOTP, KERBEROS, notes, PASSWORD, PASSWORD_HISTORY, PASSWORD_TOKEN, SECRET, TOTP
-
Constructor Summary
ConstructorDescriptionPasswordUserCredentialModel
(String credentialId, String type, String challengeResponse, boolean adminRequest) Deprecated. -
Method Summary
Methods inherited from class org.keycloak.models.UserCredentialModel
buildFromBackupAuthnCode, buildFromBackupAuthnCode, generateSecret, getAlgorithm, getChallengeResponse, getCredentialId, getDevice, getNote, getType, getValue, hotp, isAdminRequest, isOtp, kerberos, otp, password, password, passwordToken, removeNote, secret, setAlgorithm, setDevice, setNote, setType, setValue, totp
UserCredentialModel
as it contains all the functionality required by this class