Uses of Class
org.keycloak.models.CredentialValidationOutput
Package
Description
-
Uses of CredentialValidationOutput in org.keycloak.credential
Modifier and TypeMethodDescriptionCredentialAuthentication.authenticate
(RealmModel realm, CredentialInput input) -
Uses of CredentialValidationOutput in org.keycloak.federation.kerberos
Modifier and TypeMethodDescriptionKerberosFederationProvider.authenticate
(RealmModel realm, CredentialInput input) -
Uses of CredentialValidationOutput in org.keycloak.models
Modifier and TypeMethodDescriptionstatic CredentialValidationOutput
CredentialValidationOutput.failed()
static CredentialValidationOutput
CredentialValidationOutput.fallback()
CredentialValidationOutput.merge
(CredentialValidationOutput that) Modifier and TypeMethodDescriptionCredentialValidationOutput.merge
(CredentialValidationOutput that) -
Uses of CredentialValidationOutput in org.keycloak.models.cache.infinispan
Modifier and TypeMethodDescriptionUserCacheSession.getUserByCredential
(RealmModel realm, CredentialInput input) -
Uses of CredentialValidationOutput in org.keycloak.storage
Modifier and TypeMethodDescriptionUserStorageManager.getUserByCredential
(RealmModel realm, CredentialInput input) -
Uses of CredentialValidationOutput in org.keycloak.storage.ldap
Modifier and TypeMethodDescriptionLDAPStorageProvider.authenticate
(RealmModel realm, CredentialInput cred) -
Uses of CredentialValidationOutput in org.keycloak.storage.user
Modifier and TypeMethodDescriptiondefault CredentialValidationOutput
UserLookupProvider.getUserByCredential
(RealmModel realm, CredentialInput input)