| 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. |
| Modifier and Type | Method and Description |
|---|---|
PostInvocationAttribute |
ExpressionBasedAnnotationAttributeFactory.createPostInvocationAttribute(String postFilterAttribute,
String postAuthorizeAttribute) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ExpressionBasedPostInvocationAdvice.after(Authentication authentication,
org.aopalliance.intercept.MethodInvocation mi,
PostInvocationAttribute postAttr,
Object returnedObject) |
| Modifier and Type | Method and Description |
|---|---|
PostInvocationAttribute |
PrePostInvocationAttributeFactory.createPostInvocationAttribute(String postFilterAttribute,
String postAuthorizeAttribute) |
| Modifier and Type | Method and Description |
|---|---|
Object |
PostInvocationAuthorizationAdvice.after(Authentication authentication,
org.aopalliance.intercept.MethodInvocation mi,
PostInvocationAttribute pia,
Object returnedObject) |
Copyright © 2016. All rights reserved.