| Modifier and Type | Method and Description |
|---|---|
FeatureConfigurer |
TokenConfiguration.daasFeatureConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFilter |
TokenConfiguration.daasTokenAuthenticationFilter(AuthenticationManager authenticationManager,
FeatureConfigurer featureConfigurer,
MessageProvider messageProvider) |
AuthorizationFilter |
TokenConfiguration.daasTokenAuthorizationFilter(AuthorizationManager authorizationManager,
FeatureConfigurer featureConfigurer,
MessageProvider messageProvider) |
PreAuthenticationFilter |
TokenConfiguration.daasTokenPreAuthenticationFilter(AuthenticationManager authenticationManager,
FeatureConfigurer featureConfigurer,
MessageProvider messageProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenConfigurerAdapter.configure(FeatureConfigurer featureConfigurer) |
void |
TokenConfigurer.configure(FeatureConfigurer featureConfigurer) |
| Modifier and Type | Method and Description |
|---|---|
FeatureConfigurer |
FeatureConfigurer.configure(AuthenticationFeature f,
boolean state)
Method for changing state of an on/off authn feature for
this object mapper.
|
FeatureConfigurer |
FeatureConfigurer.disable(AuthenticationFeature feature)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
FeatureConfigurer.disable(AuthenticationFeature first,
AuthenticationFeature... f)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
FeatureConfigurer.enable(AuthenticationFeature feature)
Method for enabling specified
AuthnConfig features. |
FeatureConfigurer |
FeatureConfigurer.enable(AuthenticationFeature first,
AuthenticationFeature... f)
Method for enabling specified
AuthnConfig features. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationFilter.setFeatureConfigurer(FeatureConfigurer featureConfigurer) |
void |
PreAuthenticationFilter.setFeatureConfigurer(FeatureConfigurer featureConfigurer) |
void |
AuthorizationFilter.setFeatureConfigurer(FeatureConfigurer featureConfigurer) |
Copyright © 2018. All rights reserved.