| Package | Description |
|---|---|
| org.springframework.security.access.expression.method |
Implementation of expression-based method security.
|
| org.springframework.security.access.prepost |
Contains the infrastructure classes for handling the
@PreAuthorize, @PreFilter, @PostAuthorize
and @PostFilter annotations. |
| org.springframework.security.config.annotation.method.configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionBasedPreInvocationAdvice
Method pre-invocation handling based on expressions.
|
| Constructor and Description |
|---|
PreInvocationAuthorizationAdviceVoter(PreInvocationAuthorizationAdvice pre) |
| Modifier and Type | Method and Description |
|---|---|
PreInvocationAuthorizationAdvice |
GlobalMethodSecurityConfiguration.preInvocationAuthorizationAdvice()
Creates the
PreInvocationAuthorizationAdvice to be used. |
Copyright © 2016. All rights reserved.