Class AclAuthorization


  • public final class AclAuthorization
    extends Object
    Since:
    2.0.1
    Author:
    Daniel Fernández
    • Constructor Summary

      Constructors 
      Constructor Description
      AclAuthorization​(org.thymeleaf.context.IExpressionContext context, org.springframework.security.core.Authentication authentication)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean acl​(Object domainObject, String permissions)  
      org.springframework.security.core.Authentication getAuthentication()  
      • Methods inherited from class java.lang.Object

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

      • AclAuthorization

        public AclAuthorization​(org.thymeleaf.context.IExpressionContext context,
                                org.springframework.security.core.Authentication authentication)
    • Method Detail

      • getAuthentication

        public org.springframework.security.core.Authentication getAuthentication()
      • acl

        public boolean acl​(Object domainObject,
                           String permissions)