Package | Description |
---|---|
org.keycloak.authentication | |
org.keycloak.authentication.model | |
org.keycloak.authentication.picketlink | |
org.keycloak.examples.providers.authentication |
Constructor and Description |
---|
AuthenticationProviderManager(RealmModel realm,
Map<String,AuthenticationProvider> delegates) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelAuthenticationProvider
Authentication provider, which delegates calling of all methods to specified realm
|
class |
ExternalModelAuthenticationProvider
AbstractModelAuthenticationProvider, which delegates authentication operations to different (external) realm
|
class |
ModelAuthenticationProvider
AbstractModelAuthenticationProvider, which uses current realm to call operations on
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
ExternalModelAuthenticationProviderFactory.create(ProviderSession providerSession) |
AuthenticationProvider |
ModelAuthenticationProviderFactory.create(ProviderSession providerSession) |
Modifier and Type | Class and Description |
---|---|
class |
PicketlinkAuthenticationProvider
AuthenticationProvider, which delegates authentication to picketlink
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
PicketlinkAuthenticationProviderFactory.create(ProviderSession providerSession) |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesAuthenticationProvider |
Modifier and Type | Method and Description |
---|---|
AuthenticationProvider |
PropertiesAuthenticationProviderFactory.create(ProviderSession providerSession) |
Copyright © 2014. All Rights Reserved.