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 |
---|---|
PreInvocationAttribute |
ExpressionBasedAnnotationAttributeFactory.createPreInvocationAttribute(String preFilterAttribute,
String filterObject,
String preAuthorizeAttribute) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExpressionBasedPreInvocationAdvice.before(Authentication authentication,
org.aopalliance.intercept.MethodInvocation mi,
PreInvocationAttribute attr) |
Modifier and Type | Method and Description |
---|---|
PreInvocationAttribute |
PrePostInvocationAttributeFactory.createPreInvocationAttribute(String preFilterAttribute,
String filterObject,
String preAuthorizeAttribute) |
Modifier and Type | Method and Description |
---|---|
boolean |
PreInvocationAuthorizationAdvice.before(Authentication authentication,
org.aopalliance.intercept.MethodInvocation mi,
PreInvocationAttribute preInvocationAttribute)
The "before" advice which should be executed to perform any filtering necessary and to decide whether
the method call is authorised.
|
Copyright © 2015. All rights reserved.