Package | Description |
---|---|
org.springframework.security.config.annotation.web.builders | |
org.springframework.security.config.annotation.web.configurers |
Modifier and Type | Method and Description |
---|---|
JeeConfigurer<HttpSecurity> |
HttpSecurity.jee()
Configures container based based pre authentication.
|
Modifier and Type | Method and Description |
---|---|
JeeConfigurer<H> |
JeeConfigurer.authenticatedUserDetailsService(AuthenticationUserDetailsService<PreAuthenticatedAuthenticationToken> authenticatedUserDetailsService)
Specifies the
AuthenticationUserDetailsService that is used with
the PreAuthenticatedAuthenticationProvider . |
JeeConfigurer<H> |
JeeConfigurer.j2eePreAuthenticatedProcessingFilter(J2eePreAuthenticatedProcessingFilter j2eePreAuthenticatedProcessingFilter)
Allows specifying the
J2eePreAuthenticatedProcessingFilter to
use. |
JeeConfigurer<H> |
JeeConfigurer.mappableAuthorities(Set<String> mappableRoles)
Specifies roles to use map from the
HttpServletRequest to the
UserDetails . |
JeeConfigurer<H> |
JeeConfigurer.mappableAuthorities(String... mappableRoles)
Specifies roles to use map from the
HttpServletRequest to the
UserDetails . |
JeeConfigurer<H> |
JeeConfigurer.mappableRoles(String... mappableRoles)
Specifies roles to use map from the
HttpServletRequest to the
UserDetails and automatically prefixes it with "ROLE_". |
Copyright © 2019. All rights reserved.