Class CasWebSecurityExpressionRoot

  • All Implemented Interfaces:
    org.springframework.security.access.expression.SecurityExpressionOperations

    public class CasWebSecurityExpressionRoot
    extends org.springframework.security.web.access.expression.WebSecurityExpressionRoot
    Since:
    6.1.0
    • Field Summary

      • Fields inherited from class org.springframework.security.web.access.expression.WebSecurityExpressionRoot

        request
      • Fields inherited from class org.springframework.security.access.expression.SecurityExpressionRoot

        admin, authentication, create, delete, denyAll, permitAll, read, write
    • Constructor Summary

      Constructors 
      Constructor Description
      CasWebSecurityExpressionRoot​(org.springframework.security.core.Authentication a, org.springframework.security.web.FilterInvocation fi)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasIpAddress​(java.lang.String ipAddress)  
      • Methods inherited from class org.springframework.security.access.expression.SecurityExpressionRoot

        denyAll, getAuthentication, getPrincipal, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll, setDefaultRolePrefix, setPermissionEvaluator, setRoleHierarchy, setTrustResolver
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CasWebSecurityExpressionRoot

        public CasWebSecurityExpressionRoot​(org.springframework.security.core.Authentication a,
                                            org.springframework.security.web.FilterInvocation fi)
    • Method Detail

      • hasIpAddress

        public boolean hasIpAddress​(java.lang.String ipAddress)
        Overrides:
        hasIpAddress in class org.springframework.security.web.access.expression.WebSecurityExpressionRoot