| Package | Description |
|---|---|
| org.springframework.security.access.expression.method |
Implementation of expression-based method security.
|
| org.springframework.security.config.annotation.method.configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMethodSecurityExpressionHandler
The standard implementation of
MethodSecurityExpressionHandler. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpressionBasedPreInvocationAdvice.setExpressionHandler(MethodSecurityExpressionHandler expressionHandler) |
| Constructor and Description |
|---|
ExpressionBasedAnnotationAttributeFactory(MethodSecurityExpressionHandler handler) |
ExpressionBasedPostInvocationAdvice(MethodSecurityExpressionHandler expressionHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodSecurityExpressionHandler |
GlobalMethodSecurityConfiguration.createExpressionHandler()
Provide a
MethodSecurityExpressionHandler that is registered with
the ExpressionBasedPreInvocationAdvice. |
protected MethodSecurityExpressionHandler |
GlobalMethodSecurityConfiguration.getExpressionHandler()
Gets the
MethodSecurityExpressionHandler or creates it using GlobalMethodSecurityConfiguration.expressionHandler. |
Copyright © 2016. All rights reserved.