org.springframework.security.web.access.expression
Class DefaultWebSecurityExpressionHandler
java.lang.Object
org.springframework.security.access.expression.AbstractSecurityExpressionHandler<FilterInvocation>
org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler
- All Implemented Interfaces:
- AopInfrastructureBean, Aware, ApplicationContextAware, SecurityExpressionHandler<FilterInvocation>, WebSecurityExpressionHandler
public class DefaultWebSecurityExpressionHandler
- extends AbstractSecurityExpressionHandler<FilterInvocation>
- implements WebSecurityExpressionHandler
- Since:
- 3.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWebSecurityExpressionHandler
public DefaultWebSecurityExpressionHandler()
createSecurityExpressionRoot
protected SecurityExpressionOperations createSecurityExpressionRoot(Authentication authentication,
FilterInvocation fi)
- Description copied from class:
AbstractSecurityExpressionHandler
- Implement in order to create a root object of the correct type for the supported invocation type.
- Specified by:
createSecurityExpressionRoot
in class AbstractSecurityExpressionHandler<FilterInvocation>
- Parameters:
authentication
- the current authentication objectfi
- the invocation (filter, method, channel)
- Returns:
- the object wh