| 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.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.web.access |
Access-control related classes and packages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityExpressionRoot.setTrustResolver(AuthenticationTrustResolver trustResolver) |
| 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 |
|---|---|
protected AuthenticationTrustResolver |
ExceptionTranslationFilter.getAuthenticationTrustResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionTranslationFilter.setAuthenticationTrustResolver(AuthenticationTrustResolver authenticationTrustResolver) |
Copyright © 2015. All rights reserved.