| Modifier and Type | Method and Description |
|---|---|
AuthenticationProvider |
TokenConfiguration.daasTokenAuthenticationProvider(IdentityProvider identityProvider,
TokenManager tokenManager) |
AuthenticationProvider |
TokenConfiguration.daasUsernamePasswordAuthenticationProvider(IdentityProvider identityProvider,
LoginAttemptManager loginAttemptManager,
TokenManager tokenManager,
FeatureConfigurer featureConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationProvider> |
DefaultAuthenticationManager.getProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthenticationManager.addProvider(AuthenticationProvider provider) |
void |
DefaultAuthenticationManager.addProviders(AuthenticationProvider... providers) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthenticationManager.setProviders(List<AuthenticationProvider> providers) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationProvider> |
DefaultFederationService.getAuthenticationProviders() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFederationService.addProvider(AuthenticationProvider provider) |
void |
DefaultFederationService.addProviders(AuthenticationProvider... providers) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultFederationService.setAuthenticationProviders(List<AuthenticationProvider> authenticationProviders) |
| Modifier and Type | Class and Description |
|---|---|
class |
TokenAuthenticationProvider |
class |
UsernamePasswordAuthenticationProvider |
Copyright © 2018. All rights reserved.