| Package | Description |
|---|---|
| in.clouthink.daas.security.token.annotation | |
| in.clouthink.daas.security.token.core | |
| in.clouthink.daas.security.token.support.web |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationManager |
TokenConfiguration.daasAuthenticationManager(IdentityProvider identityProvider,
LoginAttemptManager loginAttemptManager,
TokenManager tokenManager,
FeatureConfigurer featureConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFilter |
TokenConfiguration.daasTokenAuthenticationFilter(AuthenticationManager authenticationManager,
FeatureConfigurer featureConfigurer,
MessageProvider messageProvider) |
LoginEndpoint |
TokenConfiguration.daasTokenLoginEndpoint(AuthenticationManager authenticationManager,
CaptchaManager captchaManager,
FeatureConfigurer featureConfigurer,
MessageProvider messageProvider) |
LogoutEndpoint |
TokenConfiguration.daasTokenLogoutEndpoint(AuthenticationManager authenticationManager,
MessageProvider messageProvider) |
TokenAuthenticationFilter |
TokenConfiguration.daasTokenPreAuthenticationFilter(AuthenticationManager authenticationManager,
FeatureConfigurer featureConfigurer,
MessageProvider messageProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthenticationManager
The default authn mgr impl
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationManager |
TokenAuthenticationFilter.getAuthenticationManager() |
AuthenticationManager |
LogoutEndpoint.getAuthenticationManager() |
AuthenticationManager |
LoginEndpoint.getAuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenAuthenticationFilter.setAuthenticationManager(AuthenticationManager authenticationManager) |
void |
LogoutEndpoint.setAuthenticationManager(AuthenticationManager authenticationManager) |
void |
LoginEndpoint.setAuthenticationManager(AuthenticationManager authenticationManager) |
Copyright © 2018. All rights reserved.