Class CasWebSecurityExpressionHandler

  • All Implemented Interfaces:
    org.springframework.aop.framework.AopInfrastructureBean, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.security.access.expression.SecurityExpressionHandler<org.springframework.security.web.FilterInvocation>

    public class CasWebSecurityExpressionHandler
    extends org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler
    Since:
    6.1.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.springframework.security.access.expression.SecurityExpressionOperations createSecurityExpressionRoot​(org.springframework.security.core.Authentication authentication, org.springframework.security.web.FilterInvocation fi)  
      • Methods inherited from class org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler

        setDefaultRolePrefix, setTrustResolver
      • Methods inherited from class org.springframework.security.access.expression.AbstractSecurityExpressionHandler

        createEvaluationContext, createEvaluationContextInternal, getExpressionParser, getPermissionEvaluator, getRoleHierarchy, setApplicationContext, setExpressionParser, setPermissionEvaluator, setRoleHierarchy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.security.access.expression.SecurityExpressionHandler

        createEvaluationContext, getExpressionParser
    • Constructor Detail

      • CasWebSecurityExpressionHandler

        public CasWebSecurityExpressionHandler()
    • Method Detail

      • createSecurityExpressionRoot

        protected org.springframework.security.access.expression.SecurityExpressionOperations createSecurityExpressionRoot​(org.springframework.security.core.Authentication authentication,
                                                                                                                           org.springframework.security.web.FilterInvocation fi)
        Overrides:
        createSecurityExpressionRoot in class org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler