Package | Description |
---|---|
org.keycloak.authentication | |
org.keycloak.authentication.model | |
org.keycloak.authentication.picketlink | |
org.keycloak.examples.providers.authentication |
Modifier and Type | Method and Description |
---|---|
AuthProviderStatus |
AuthenticationProvider.validatePassword(RealmModel realm,
Map<String,String> configuration,
String username,
String password)
Standard Authentication flow
|
AuthProviderStatus |
AuthenticationProviderManager.validatePassword(UserModel user,
String password) |
static AuthProviderStatus |
AuthProviderStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthProviderStatus[] |
AuthProviderStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AuthProviderStatus |
AbstractModelAuthenticationProvider.validatePassword(RealmModel currentRealm,
Map<String,String> config,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
AuthProviderStatus |
PicketlinkAuthenticationProvider.validatePassword(RealmModel realm,
Map<String,String> configuration,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
AuthProviderStatus |
PropertiesAuthenticationProvider.validatePassword(RealmModel realm,
Map<String,String> configuration,
String username,
String password) |
Copyright © 2014. All Rights Reserved.