Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
KerberosFederationProvider.validCredentials(RealmModel realm,
UserCredentialModel credential) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
LDAPFederationProvider.validCredentials(RealmModel realm,
UserCredentialModel credential) |
Modifier and Type | Method and Description |
---|---|
static CredentialValidationOutput |
CredentialValidationOutput.failed() |
CredentialValidationOutput |
CredentialValidationOutput.merge(CredentialValidationOutput that) |
CredentialValidationOutput |
UserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
CredentialValidationOutput |
UserFederationManager.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
CredentialValidationOutput |
UserFederationProvider.validCredentials(RealmModel realm,
UserCredentialModel credential)
Validate credentials of unknown user.
|
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
CredentialValidationOutput.merge(CredentialValidationOutput that) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
UserCacheSession.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
JpaUserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
MongoUserProvider.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
UserStorageManager.validCredentials(KeycloakSession session,
RealmModel realm,
UserCredentialModel... input) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
UserCredentialAuthenticationProvider.validCredential(KeycloakSession session,
RealmModel realm,
UserCredentialModel input) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.