Package | Description |
---|---|
org.springframework.security.access.expression |
Expression handling code to support the use of Spring-EL based expressions in
@PreAuthorize , @PreFilter ,
@PostAuthorize and @PostFilter annotations. |
org.springframework.security.access.expression.method |
Implementation of expression-based method security.
|
org.springframework.security.access.vote |
Implements a vote-based approach to authorization decisions.
|
org.springframework.security.authentication |
Core classes and interfaces related to user authentication, which are used throughout Spring Security.
|
org.springframework.security.config.annotation.method.configuration | |
org.springframework.security.config.annotation.web.configuration | |
org.springframework.security.web.access |
Access-control related classes and packages.
|
org.springframework.security.web.access.expression |
Implementation of web security expressions.
|
org.springframework.security.web.context |
Classes which are responsible for maintaining the security context between HTTP requests.
|
org.springframework.security.web.servletapi |
Populates a Servlet request with a new Spring Security compliant
HttpServletRequestWrapper . |
org.springframework.security.web.session |
Session management filters,
HttpSession events and publisher classes. |
Modifier and Type | Method and Description |
---|---|
void |
SecurityExpressionRoot.setTrustResolver(AuthenticationTrustResolver trustResolver) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMethodSecurityExpressionHandler.setTrustResolver(AuthenticationTrustResolver trustResolver)
Sets the
AuthenticationTrustResolver to be used. |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatedVoter.setAuthenticationTrustResolver(AuthenticationTrustResolver authenticationTrustResolver) |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationTrustResolverImpl
Basic implementation of
AuthenticationTrustResolver . |
Modifier and Type | Method and Description |
---|---|
void |
GlobalMethodSecurityConfiguration.setAuthenticationTrustResolver(AuthenticationTrustResolver trustResolver) |
Modifier and Type | Method and Description |
---|---|
void |
WebSecurityConfigurerAdapter.setTrustResolver(AuthenticationTrustResolver trustResolver) |
Modifier and Type | Method and Description |
---|---|
protected AuthenticationTrustResolver |
ExceptionTranslationFilter.getAuthenticationTrustResolver() |
Modifier and Type | Method and Description |
---|---|
void |
ExceptionTranslationFilter.setAuthenticationTrustResolver(AuthenticationTrustResolver authenticationTrustResolver) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWebSecurityExpressionHandler.setTrustResolver(AuthenticationTrustResolver trustResolver)
Sets the
AuthenticationTrustResolver to be used. |
Modifier and Type | Method and Description |
---|---|
void |
HttpSessionSecurityContextRepository.setTrustResolver(AuthenticationTrustResolver trustResolver)
Sets the
AuthenticationTrustResolver to be used. |
Modifier and Type | Method and Description |
---|---|
void |
SecurityContextHolderAwareRequestFilter.setTrustResolver(AuthenticationTrustResolver trustResolver)
Sets the
AuthenticationTrustResolver to be used. |
Constructor and Description |
---|
SecurityContextHolderAwareRequestWrapper(javax.servlet.http.HttpServletRequest request,
AuthenticationTrustResolver trustResolver,
String rolePrefix)
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManagementFilter.setTrustResolver(AuthenticationTrustResolver trustResolver)
Sets the
AuthenticationTrustResolver to be used. |
Copyright © 2019. All rights reserved.