Uses of Interface
org.keycloak.credential.CredentialInput
Packages that use CredentialInput
Package
Description
-
Uses of CredentialInput in org.keycloak.credential
Classes in org.keycloak.credential that implement CredentialInputMethods in org.keycloak.credential with parameters of type CredentialInputModifier 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)booleanCredentialInputValidator.isValid(RealmModel realm, UserModel user, CredentialInput credentialInput) Tests whether a credential is validbooleanOTPCredentialProvider.isValid(RealmModel realm, UserModel user, CredentialInput credentialInput) booleanPasswordCredentialProvider.isValid(RealmModel realm, UserModel user, CredentialInput input) booleanRecoveryAuthnCodesCredentialProvider.isValid(RealmModel realm, UserModel user, CredentialInput credentialInput) booleanUserCredentialStoreManager.isValid(RealmModel realm, UserModel user, CredentialInput... inputs) Deprecated.booleanWebAuthnCredentialProvider.isValid(RealmModel realm, UserModel user, CredentialInput input) booleanCredentialInputUpdater.updateCredential(RealmModel realm, UserModel user, CredentialInput input) booleanLegacyUserCredentialManager.updateCredential(CredentialInput input) booleanPasswordCredentialProvider.updateCredential(RealmModel realm, UserModel user, CredentialInput input) booleanUserCredentialStoreManager.updateCredential(RealmModel realm, UserModel user, CredentialInput input) Deprecated.Method parameters in org.keycloak.credential with type arguments of type CredentialInputModifier and TypeMethodDescriptionbooleanLegacyUserCredentialManager.isValid(List<CredentialInput> inputs) booleanUserCredentialStoreManager.isValid(RealmModel realm, UserModel user, List<CredentialInput> inputs) Deprecated. -
Uses of CredentialInput in org.keycloak.federation.kerberos
Methods in org.keycloak.federation.kerberos with parameters of type CredentialInputModifier and TypeMethodDescriptionKerberosFederationProvider.authenticate(RealmModel realm, CredentialInput input) booleanKerberosFederationProvider.isValid(RealmModel realm, UserModel user, CredentialInput input) booleanKerberosFederationProvider.updateCredential(RealmModel realm, UserModel user, CredentialInput input) -
Uses of CredentialInput in org.keycloak.federation.sssd
Methods in org.keycloak.federation.sssd with parameters of type CredentialInputModifier and TypeMethodDescriptionbooleanSSSDFederationProvider.isValid(RealmModel realm, UserModel user, CredentialInput input) booleanSSSDFederationProvider.updateCredential(RealmModel realm, UserModel user, CredentialInput input) -
Uses of CredentialInput in org.keycloak.models
Classes in org.keycloak.models that implement CredentialInputMethods in org.keycloak.models with parameters of type CredentialInputModifier and TypeMethodDescriptionUserCredentialManager.authenticate(KeycloakSession session, RealmModel realm, CredentialInput input) Deprecated.Given a CredentialInput, authenticate the user.default booleanSubjectCredentialManager.isValid(CredentialInput... inputs) Validate a list of credentials.booleanUserCredentialManager.isValid(RealmModel realm, UserModel user, CredentialInput... inputs) Deprecated.Validates list of credentials.booleanSubjectCredentialManager.updateCredential(CredentialInput input) Updates a credential of the entity with the inputs provided by the entity.booleanUserCredentialManager.updateCredential(RealmModel realm, UserModel user, CredentialInput input) Deprecated.Updates a credential.Method parameters in org.keycloak.models with type arguments of type CredentialInputModifier and TypeMethodDescriptionbooleanSubjectCredentialManager.isValid(List<CredentialInput> inputs) Validate a list of credentials.booleanUserCredentialManager.isValid(RealmModel realm, UserModel user, List<CredentialInput> inputs) Deprecated.Validates list of credentials. -
Uses of CredentialInput in org.keycloak.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan with parameters of type CredentialInputModifier and TypeMethodDescriptionUserCacheSession.getUserByCredential(RealmModel realm, CredentialInput input) booleanSubjectCredentialManagerCacheAdapter.updateCredential(CredentialInput input) -
Uses of CredentialInput in org.keycloak.models.credential
Classes in org.keycloak.models.credential that implement CredentialInput -
Uses of CredentialInput in org.keycloak.models.map.credential
Methods in org.keycloak.models.map.credential with parameters of type CredentialInputModifier and TypeMethodDescriptionbooleanDefaultMapSubjectCredentialManagerEntity.updateCredential(CredentialInput input) booleanMapSubjectCredentialManagerEntity.updateCredential(CredentialInput input) Update the credentials for a user with the input provided by the user for this store.booleanMapUserCredentialManager.updateCredential(CredentialInput input) Method parameters in org.keycloak.models.map.credential with type arguments of type CredentialInputModifier and TypeMethodDescriptionbooleanMapUserCredentialManager.isValid(List<CredentialInput> inputs) voidDefaultMapSubjectCredentialManagerEntity.validateCredentials(List<CredentialInput> inputs) voidMapSubjectCredentialManagerEntity.validateCredentials(List<CredentialInput> inputs) Validate the credentials of a user. -
Uses of CredentialInput in org.keycloak.models.map.storage
Methods in org.keycloak.models.map.storage with parameters of type CredentialInputModifier and TypeMethodDescriptionMapStorageWithAuth.authenticate(RealmModel realm, CredentialInput input) Authenticate a user with the provided input credentials. -
Uses of CredentialInput in org.keycloak.models.map.user
Methods in org.keycloak.models.map.user with parameters of type CredentialInputModifier and TypeMethodDescriptionMapUserProvider.getUserByCredential(RealmModel realm, CredentialInput input) -
Uses of CredentialInput in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type CredentialInputModifier and TypeMethodDescriptionUserStorageManager.getUserByCredential(RealmModel realm, CredentialInput input) -
Uses of CredentialInput in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap with parameters of type CredentialInputModifier and TypeMethodDescriptionLDAPStorageProvider.authenticate(RealmModel realm, CredentialInput cred) booleanLDAPStorageProvider.isValid(RealmModel realm, UserModel user, CredentialInput input) booleanLDAPStorageProvider.updateCredential(RealmModel realm, UserModel user, CredentialInput input) -
Uses of CredentialInput in org.keycloak.storage.user
Methods in org.keycloak.storage.user with parameters of type CredentialInputModifier and TypeMethodDescriptiondefault CredentialValidationOutputUserLookupProvider.getUserByCredential(RealmModel realm, CredentialInput input)
UserCredentialModelas it contains all the functionality required by this class