public class

DefaultWebSecurityExpressionHandler

extends AbstractSecurityExpressionHandler<T>
java.lang.Object
   ↳ org.springframework.security.access.expression.AbstractSecurityExpressionHandler<T>
     ↳ org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler

Summary

Public Constructors
DefaultWebSecurityExpressionHandler()
Protected Methods
SecurityExpressionRoot createSecurityExpressionRoot(Authentication authentication, FilterInvocation fi)
Implement in order to create a root object of the correct type for the supported invocation type.
[Expand]
Inherited Methods
From class org.springframework.security.access.expression.AbstractSecurityExpressionHandler
From class java.lang.Object
From interface org.springframework.context.ApplicationContextAware
From interface org.springframework.security.access.expression.SecurityExpressionHandler

Public Constructors

public DefaultWebSecurityExpressionHandler ()

Protected Methods

protected SecurityExpressionRoot createSecurityExpressionRoot (Authentication authentication, FilterInvocation fi)

Implement in order to create a root object of the correct type for the supported invocation type.

Parameters
authentication the current authentication object
fi the invocation (filter, method, channel)
Returns
  • the object wh