Uses of Interface
org.jboss.security.acl.ACLProvider
-
Packages that use ACLProvider Package Description org.jboss.security.acl -
-
Uses of ACLProvider in org.jboss.security.acl
Classes in org.jboss.security.acl that implement ACLProvider Modifier and Type Class Description class
ACLProviderImpl
This class is the standardACLProvider
implementation.class
RoleBasedACLProviderImpl
Implementation ofACLProvider
that uses the identity roles when checking if access to a protected resource should be granted or not.
-