Class DefaultMessageSecurityExpressionHandler<T>

java.lang.Object
org.springframework.security.access.expression.AbstractSecurityExpressionHandler<org.springframework.messaging.Message<T>>
org.springframework.security.messaging.access.expression.DefaultMessageSecurityExpressionHandler<T>
Type Parameters:
T - the type for the body of the Message
All Implemented Interfaces:
org.springframework.aop.framework.AopInfrastructureBean, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, SecurityExpressionHandler<org.springframework.messaging.Message<T>>

public class DefaultMessageSecurityExpressionHandler<T> extends AbstractSecurityExpressionHandler<org.springframework.messaging.Message<T>>
The default implementation of SecurityExpressionHandler which uses a MessageSecurityExpressionRoot.
Since:
4.0
  • Constructor Details

    • DefaultMessageSecurityExpressionHandler

      public DefaultMessageSecurityExpressionHandler()
  • Method Details