Uses of Class
org.keycloak.models.CredentialValidationOutput
-
-
Uses of CredentialValidationOutput in org.keycloak.credential
Methods in org.keycloak.credential that return CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutput
CredentialAuthentication. authenticate(RealmModel realm, CredentialInput input)
CredentialValidationOutput
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 CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutput
KerberosFederationProvider. authenticate(RealmModel realm, CredentialInput input)
-
Uses of CredentialValidationOutput in org.keycloak.models
Methods in org.keycloak.models that return CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutput
UserCredentialManager. authenticate(KeycloakSession session, RealmModel realm, CredentialInput input)
Deprecated.Given a CredentialInput, authenticate the user.static CredentialValidationOutput
CredentialValidationOutput. failed()
CredentialValidationOutput
CredentialValidationOutput. merge(CredentialValidationOutput that)
Methods in org.keycloak.models with parameters of type CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutput
CredentialValidationOutput. merge(CredentialValidationOutput that)
-
Uses of CredentialValidationOutput in org.keycloak.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan that return CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutput
UserCacheSession. getUserByCredential(RealmModel realm, CredentialInput input)
-
Uses of CredentialValidationOutput in org.keycloak.models.map.user
Methods in org.keycloak.models.map.user that return CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutput
MapUserProvider. getUserByCredential(RealmModel realm, CredentialInput input)
-
Uses of CredentialValidationOutput in org.keycloak.storage
Methods in org.keycloak.storage that return CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutput
UserStorageManager. getUserByCredential(RealmModel realm, CredentialInput input)
-
Uses of CredentialValidationOutput in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap that return CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutput
LDAPStorageProvider. authenticate(RealmModel realm, CredentialInput cred)
-
Uses of CredentialValidationOutput in org.keycloak.storage.user
Methods in org.keycloak.storage.user that return CredentialValidationOutput Modifier and Type Method Description default CredentialValidationOutput
UserLookupProvider. getUserByCredential(RealmModel realm, CredentialInput input)
-