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 CredentialValidationOutputCredentialAuthentication. authenticate(RealmModel realm, CredentialInput input)CredentialValidationOutputUserCredentialStoreManager. 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 CredentialValidationOutputKerberosFederationProvider. 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 CredentialValidationOutputUserCredentialManager. authenticate(KeycloakSession session, RealmModel realm, CredentialInput input)Deprecated.Given a CredentialInput, authenticate the user.static CredentialValidationOutputCredentialValidationOutput. failed()CredentialValidationOutputCredentialValidationOutput. merge(CredentialValidationOutput that)Methods in org.keycloak.models with parameters of type CredentialValidationOutput Modifier and Type Method Description CredentialValidationOutputCredentialValidationOutput. 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 CredentialValidationOutputUserCacheSession. 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 CredentialValidationOutputMapUserProvider. 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 CredentialValidationOutputUserStorageManager. 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 CredentialValidationOutputLDAPStorageProvider. 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 CredentialValidationOutputUserLookupProvider. getUserByCredential(RealmModel realm, CredentialInput input)
-