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.expression.method |
Implementation of expression-based method security.
|
org.springframework.security.web.access.expression |
Implementation of web security expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityExpressionRoot
Base root object for use in Spring Security expression evaluations.
|
Modifier and Type | Method and Description |
---|---|
protected abstract SecurityExpressionOperations |
AbstractSecurityExpressionHandler.createSecurityExpressionRoot(Authentication authentication,
T invocation)
Implement in order to create a root object of the correct type for the supported invocation type.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MethodSecurityExpressionOperations
Interface which must be implemented if you want to use filtering in method security
expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSecurityExpressionRoot |
Modifier and Type | Method and Description |
---|---|
protected SecurityExpressionOperations |
DefaultWebSecurityExpressionHandler.createSecurityExpressionRoot(Authentication authentication,
FilterInvocation fi) |
Copyright © 2015. All rights reserved.