public interface TokenConfigurer
| Modifier and Type | Method and Description |
|---|---|
void |
configure(AuthenticationFilter filter) |
void |
configure(AuthorizationFilter filter) |
void |
configure(CaptchaOptions captchaOptions) |
void |
configure(FeatureConfigurer featureConfigurer) |
void |
configure(LoginAttemptOptions loginAttemptOptions) |
void |
configure(LoginEndpoint endpoint) |
void |
configure(LogoutEndpoint endpoint) |
void |
configure(MessageProvider messageProvider)
The default value is Locale#ENGLISH, if the locale is not supported,
default value will take effect.
|
void |
configure(TokenAuthenticationFilter filter) |
void |
configure(TokenOptions tokenOptions) |
void |
configure(UrlAclProviderBuilder builder) |
void configure(MessageProvider messageProvider)
messageProvider - void configure(TokenAuthenticationFilter filter)
void configure(AuthorizationFilter filter)
void configure(AuthenticationFilter filter)
void configure(LoginEndpoint endpoint)
void configure(LogoutEndpoint endpoint)
void configure(UrlAclProviderBuilder builder)
void configure(FeatureConfigurer featureConfigurer)
void configure(TokenOptions tokenOptions)
void configure(LoginAttemptOptions loginAttemptOptions)
void configure(CaptchaOptions captchaOptions)
Copyright © 2018. All rights reserved.