Class AclAuthorization
- Object
-
- org.thymeleaf.extras.springsecurity4.auth.AclAuthorization
-
public final class AclAuthorization extends Object
- Since:
- 2.0.1
- Author:
- Daniel Fernández
-
-
Constructor Summary
Constructors Constructor Description AclAuthorization(org.springframework.security.core.Authentication authentication, javax.servlet.ServletContext servletContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanacl(Object domainObject, String permissions)org.springframework.security.core.AuthenticationgetAuthentication()javax.servlet.ServletContextgetServletContext()
-