Class SecurityExpressionOperationImpl

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

    public class SecurityExpressionOperationImpl
    extends org.springframework.security.access.expression.SecurityExpressionRoot
    implements org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger LOG  
      • Fields inherited from class org.springframework.security.access.expression.SecurityExpressionRoot

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

      Constructors 
      Constructor Description
      SecurityExpressionOperationImpl​(org.springframework.security.core.Authentication authentication)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getFilterObject()  
      java.lang.Object getReturnObject()  
      java.lang.Object getThis()  
      boolean isMember​(Agency agency)  
      void setFilterObject​(java.lang.Object obj)  
      void setReturnObject​(java.lang.Object obj)  
      • 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
      • Methods inherited from interface org.springframework.security.access.expression.SecurityExpressionOperations

        denyAll, getAuthentication, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll
    • Field Detail

      • LOG

        protected final org.slf4j.Logger LOG
    • Constructor Detail

      • SecurityExpressionOperationImpl

        public SecurityExpressionOperationImpl​(org.springframework.security.core.Authentication authentication)
    • Method Detail

      • isMember

        public boolean isMember​(Agency agency)
      • getFilterObject

        public java.lang.Object getFilterObject()
        Specified by:
        getFilterObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
      • getReturnObject

        public java.lang.Object getReturnObject()
        Specified by:
        getReturnObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
      • getThis

        public java.lang.Object getThis()
        Specified by:
        getThis in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
      • setFilterObject

        public void setFilterObject​(java.lang.Object obj)
        Specified by:
        setFilterObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
      • setReturnObject

        public void setReturnObject​(java.lang.Object obj)
        Specified by:
        setReturnObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperations