Package | Description |
---|---|
org.keycloak.credential | |
org.keycloak.federation.kerberos | |
org.keycloak.models | |
org.keycloak.storage.ldap |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
UserCredentialStoreManager.authenticate(KeycloakSession session,
RealmModel realm,
CredentialInput input) |
CredentialValidationOutput |
CredentialAuthentication.authenticate(RealmModel realm,
CredentialInput input) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
KerberosFederationProvider.authenticate(RealmModel realm,
CredentialInput input) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
UserCredentialManager.authenticate(KeycloakSession session,
RealmModel realm,
CredentialInput input)
Given a CredentialInput, authenticate the user.
|
static CredentialValidationOutput |
CredentialValidationOutput.failed() |
CredentialValidationOutput |
CredentialValidationOutput.merge(CredentialValidationOutput that) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
CredentialValidationOutput.merge(CredentialValidationOutput that) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
LDAPStorageProvider.authenticate(RealmModel realm,
CredentialInput cred) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.