Package | Description |
---|---|
org.keycloak.credential | |
org.keycloak.federation.kerberos | |
org.keycloak.federation.sssd | |
org.keycloak.models | |
org.keycloak.models.credential | |
org.keycloak.storage.ldap |
Modifier and Type | Class and Description |
---|---|
class |
WebAuthnCredentialModelInput |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
UserCredentialStoreManager.authenticate(KeycloakSession session,
RealmModel realm,
CredentialInput input) |
CredentialValidationOutput |
CredentialAuthentication.authenticate(RealmModel realm,
CredentialInput input) |
WebAuthnCredentialModel |
WebAuthnCredentialProvider.getCredentialModelFromCredentialInput(CredentialInput input,
String userLabel)
Convert WebAuthn credential input to the model, which can be saved in the persistent storage (DB)
|
boolean |
UserCredentialStoreManager.isValid(RealmModel realm,
UserModel user,
CredentialInput... inputs) |
boolean |
WebAuthnCredentialProvider.isValid(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
PasswordCredentialProvider.isValid(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
OTPCredentialProvider.isValid(RealmModel realm,
UserModel user,
CredentialInput credentialInput) |
boolean |
CredentialInputValidator.isValid(RealmModel realm,
UserModel user,
CredentialInput credentialInput)
Tests whether a credential is valid
|
boolean |
UserCredentialStoreManager.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
PasswordCredentialProvider.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
CredentialInputUpdater.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input) |
Modifier and Type | Method and Description |
---|---|
boolean |
UserCredentialStoreManager.isValid(RealmModel realm,
UserModel user,
List<CredentialInput> inputs) |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
KerberosFederationProvider.authenticate(RealmModel realm,
CredentialInput input) |
boolean |
KerberosFederationProvider.isValid(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
KerberosFederationProvider.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input) |
Modifier and Type | Method and Description |
---|---|
boolean |
SSSDFederationProvider.isValid(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
SSSDFederationProvider.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input) |
Modifier and Type | Class and Description |
---|---|
class |
UserCredentialModel |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
UserCredentialManager.authenticate(KeycloakSession session,
RealmModel realm,
CredentialInput input)
Given a CredentialInput, authenticate the user.
|
boolean |
UserCredentialManager.isValid(RealmModel realm,
UserModel user,
CredentialInput... inputs)
Validates list of credentials.
|
boolean |
UserCredentialManager.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input)
Updates a credential.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserCredentialManager.isValid(RealmModel realm,
UserModel user,
List<CredentialInput> inputs)
Validates list of credentials.
|
Modifier and Type | Class and Description |
---|---|
class |
PasswordUserCredentialModel
Deprecated.
Recommended to use
UserCredentialModel as it contains all the functionality required by this class |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
LDAPStorageProvider.authenticate(RealmModel realm,
CredentialInput cred) |
boolean |
LDAPStorageProvider.isValid(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
LDAPStorageProvider.updateCredential(RealmModel realm,
UserModel user,
CredentialInput input) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.