Uses of Interface
org.keycloak.credential.CredentialInput
Package
Description
-
Uses of CredentialInput in org.keycloak.credential
Modifier and TypeMethodDescriptionCredentialAuthentication.authenticate
(RealmModel realm, CredentialInput input) UserCredentialStoreManager.authenticate
(KeycloakSession session, RealmModel realm, CredentialInput input) Deprecated.WebAuthnCredentialProvider.getCredentialModelFromCredentialInput
(CredentialInput input, String userLabel) Convert WebAuthn credential input to the model, which can be saved in the persistent storage (DB)boolean
CredentialInputValidator.isValid
(RealmModel realm, UserModel user, CredentialInput credentialInput) Tests whether a credential is validboolean
OTPCredentialProvider.isValid
(RealmModel realm, UserModel user, CredentialInput credentialInput) boolean
PasswordCredentialProvider.isValid
(RealmModel realm, UserModel user, CredentialInput input) boolean
RecoveryAuthnCodesCredentialProvider.isValid
(RealmModel realm, UserModel user, CredentialInput credentialInput) boolean
UserCredentialStoreManager.isValid
(RealmModel realm, UserModel user, CredentialInput... inputs) Deprecated.boolean
WebAuthnCredentialProvider.isValid
(RealmModel realm, UserModel user, CredentialInput input) boolean
CredentialInputUpdater.updateCredential
(RealmModel realm, UserModel user, CredentialInput input) boolean
LegacyUserCredentialManager.updateCredential
(CredentialInput input) boolean
PasswordCredentialProvider.updateCredential
(RealmModel realm, UserModel user, CredentialInput input) boolean
UserCredentialStoreManager.updateCredential
(RealmModel realm, UserModel user, CredentialInput input) Deprecated.Modifier and TypeMethodDescriptionboolean
LegacyUserCredentialManager.isValid
(List<CredentialInput> inputs) boolean
UserCredentialStoreManager.isValid
(RealmModel realm, UserModel user, List<CredentialInput> inputs) Deprecated. -
Uses of CredentialInput in org.keycloak.federation.kerberos
Modifier and TypeMethodDescriptionKerberosFederationProvider.authenticate
(RealmModel realm, CredentialInput input) boolean
KerberosFederationProvider.isValid
(RealmModel realm, UserModel user, CredentialInput input) boolean
KerberosFederationProvider.updateCredential
(RealmModel realm, UserModel user, CredentialInput input) -
Uses of CredentialInput in org.keycloak.federation.sssd
Modifier and TypeMethodDescriptionboolean
SSSDFederationProvider.isValid
(RealmModel realm, UserModel user, CredentialInput input) boolean
SSSDFederationProvider.updateCredential
(RealmModel realm, UserModel user, CredentialInput input) -
Uses of CredentialInput in org.keycloak.models
Modifier and TypeMethodDescriptionUserCredentialManager.authenticate
(KeycloakSession session, RealmModel realm, CredentialInput input) Deprecated.Given a CredentialInput, authenticate the user.default boolean
SubjectCredentialManager.isValid
(CredentialInput... inputs) Validate a list of credentials.boolean
UserCredentialManager.isValid
(RealmModel realm, UserModel user, CredentialInput... inputs) Deprecated.Validates list of credentials.boolean
SubjectCredentialManager.updateCredential
(CredentialInput input) Updates a credential of the entity with the inputs provided by the entity.boolean
UserCredentialManager.updateCredential
(RealmModel realm, UserModel user, CredentialInput input) Deprecated.Updates a credential.Modifier and TypeMethodDescriptionboolean
SubjectCredentialManager.isValid
(List<CredentialInput> inputs) Validate a list of credentials.boolean
UserCredentialManager.isValid
(RealmModel realm, UserModel user, List<CredentialInput> inputs) Deprecated.Validates list of credentials. -
Uses of CredentialInput in org.keycloak.models.cache.infinispan
Modifier and TypeMethodDescriptionUserCacheSession.getUserByCredential
(RealmModel realm, CredentialInput input) boolean
SubjectCredentialManagerCacheAdapter.updateCredential
(CredentialInput input) -
Uses of CredentialInput in org.keycloak.models.credential
-
Uses of CredentialInput in org.keycloak.models.map.credential
Modifier and TypeMethodDescriptionboolean
DefaultMapSubjectCredentialManagerEntity.updateCredential
(CredentialInput input) boolean
MapSubjectCredentialManagerEntity.updateCredential
(CredentialInput input) Update the credentials for a user with the input provided by the user for this store.boolean
MapUserCredentialManager.updateCredential
(CredentialInput input) Modifier and TypeMethodDescriptionboolean
MapUserCredentialManager.isValid
(List<CredentialInput> inputs) void
DefaultMapSubjectCredentialManagerEntity.validateCredentials
(List<CredentialInput> inputs) void
MapSubjectCredentialManagerEntity.validateCredentials
(List<CredentialInput> inputs) Validate the credentials of a user. -
Uses of CredentialInput in org.keycloak.models.map.storage
Modifier and TypeMethodDescriptionMapStorageWithAuth.authenticate
(RealmModel realm, CredentialInput input) Authenticate a user with the provided input credentials. -
Uses of CredentialInput in org.keycloak.models.map.user
Modifier and TypeMethodDescriptionMapUserProvider.getUserByCredential
(RealmModel realm, CredentialInput input) -
Uses of CredentialInput in org.keycloak.storage
Modifier and TypeMethodDescriptionUserStorageManager.getUserByCredential
(RealmModel realm, CredentialInput input) -
Uses of CredentialInput in org.keycloak.storage.ldap
Modifier and TypeMethodDescriptionLDAPStorageProvider.authenticate
(RealmModel realm, CredentialInput cred) boolean
LDAPStorageProvider.isValid
(RealmModel realm, UserModel user, CredentialInput input) boolean
LDAPStorageProvider.updateCredential
(RealmModel realm, UserModel user, CredentialInput input) -
Uses of CredentialInput in org.keycloak.storage.user
Modifier and TypeMethodDescriptiondefault CredentialValidationOutput
UserLookupProvider.getUserByCredential
(RealmModel realm, CredentialInput input)
UserCredentialModel
as it contains all the functionality required by this class