Package | Description |
---|---|
org.keycloak.credential | |
org.keycloak.models | |
org.keycloak.models.credential |
Modifier and Type | Method and Description |
---|---|
CredentialValidationOutput |
CredentialAuthentication.authenticate(RealmModel realm,
CredentialInput input) |
boolean |
CredentialInputValidator.isValid(RealmModel realm,
UserModel user,
CredentialInput input) |
boolean |
CredentialInputUpdater.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.
|
void |
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 |
Copyright © 2019 JBoss by Red Hat. All rights reserved.