Uses of Interface
org.jboss.security.acl.ACL
-
Packages that use ACL Package Description org.jboss.security.acl -
-
Uses of ACL in org.jboss.security.acl
Classes in org.jboss.security.acl that implement ACL Modifier and Type Class Description classACLImplSimple ACL implementation that keeps the entries in a Map whose keys are the identities of the entries, to provide fast access.Methods in org.jboss.security.acl that return ACL Modifier and Type Method Description ACLACLPersistenceStrategy. createACL(Resource resource)Creates a newACLand associates it to the given resource.ACLACLPersistenceStrategy. createACL(Resource resource, Collection<ACLEntry> entries)Creates a newACLwith the specified entries and associates it to the given resource.ACLJPAPersistenceStrategy. createACL(Resource resource)ACLJPAPersistenceStrategy. createACL(Resource resource, Collection<ACLEntry> entries)ACLACLPersistenceStrategy. getACL(Resource resource)Obtains a reference to theACLassociated to the given resource.ACLJPAPersistenceStrategy. getACL(Resource resource)Methods in org.jboss.security.acl that return types with arguments of type ACL Modifier and Type Method Description Collection<ACL>ACLPersistenceStrategy. getACLs()Obtains allACLs that are managed by thisACLPersistenceStrategy.Collection<ACL>JPAPersistenceStrategy. getACLs()Methods in org.jboss.security.acl with parameters of type ACL Modifier and Type Method Description booleanACLPersistenceStrategy. removeACL(ACL acl)Removes the givenACL, breaking the existing association with the resource it relates to.booleanJPAPersistenceStrategy. removeACL(ACL acl)booleanACLPersistenceStrategy. updateACL(ACL acl)Updates the givenACL.booleanJPAPersistenceStrategy. updateACL(ACL acl)
-