Uses of Interface
org.jboss.security.acl.ACLEntry

Uses of ACLEntry in org.jboss.security.acl
 

Methods in org.jboss.security.acl that return types with arguments of type ACLEntry
 java.util.Collection<ACLEntry> ACL.getEntries()
           Obtains the collection of all ACLEntries in this ACL.
 

Methods in org.jboss.security.acl with parameters of type ACLEntry
 boolean ACL.addEntry(ACLEntry entry)
           Adds an entry to this ACL.
 boolean ACL.removeEntry(ACLEntry entry)
           Removes an entry from this ACL.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.