Uses of Class
org.keycloak.models.CredentialValidationOutput
Packages that use CredentialValidationOutput
Package
Description
-
Uses of CredentialValidationOutput in org.keycloak.credential
Methods in org.keycloak.credential that return CredentialValidationOutputModifier and TypeMethodDescriptionCredentialAuthentication.authenticate
(RealmModel realm, CredentialInput input) UserCredentialStoreManager.authenticate
(KeycloakSession session, RealmModel realm, CredentialInput input) Deprecated. -
Uses of CredentialValidationOutput in org.keycloak.federation.kerberos
Methods in org.keycloak.federation.kerberos that return CredentialValidationOutputModifier and TypeMethodDescriptionKerberosFederationProvider.authenticate
(RealmModel realm, CredentialInput input) -
Uses of CredentialValidationOutput in org.keycloak.models
Methods in org.keycloak.models that return CredentialValidationOutputModifier and TypeMethodDescriptionUserCredentialManager.authenticate
(KeycloakSession session, RealmModel realm, CredentialInput input) Deprecated.Given a CredentialInput, authenticate the user.static CredentialValidationOutput
CredentialValidationOutput.failed()
static CredentialValidationOutput
CredentialValidationOutput.fallback()
CredentialValidationOutput.merge
(CredentialValidationOutput that) Methods in org.keycloak.models with parameters of type CredentialValidationOutputModifier and TypeMethodDescriptionCredentialValidationOutput.merge
(CredentialValidationOutput that) -
Uses of CredentialValidationOutput in org.keycloak.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan that return CredentialValidationOutputModifier and TypeMethodDescriptionUserCacheSession.getUserByCredential
(RealmModel realm, CredentialInput input) -
Uses of CredentialValidationOutput in org.keycloak.models.map.user
Methods in org.keycloak.models.map.user that return CredentialValidationOutputModifier and TypeMethodDescriptionMapUserProvider.getUserByCredential
(RealmModel realm, CredentialInput input) -
Uses of CredentialValidationOutput in org.keycloak.storage
Methods in org.keycloak.storage that return CredentialValidationOutputModifier and TypeMethodDescriptionUserStorageManager.getUserByCredential
(RealmModel realm, CredentialInput input) -
Uses of CredentialValidationOutput in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap that return CredentialValidationOutputModifier and TypeMethodDescriptionLDAPStorageProvider.authenticate
(RealmModel realm, CredentialInput cred) -
Uses of CredentialValidationOutput in org.keycloak.storage.user
Methods in org.keycloak.storage.user that return CredentialValidationOutputModifier and TypeMethodDescriptiondefault CredentialValidationOutput
UserLookupProvider.getUserByCredential
(RealmModel realm, CredentialInput input)