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<? extends 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.
 

Method parameters in org.jboss.security.acl with type arguments of type ACLEntry
 ACL ACLPersistenceStrategy.createACL(org.jboss.security.authorization.Resource resource, java.util.Collection<ACLEntry> entries)
           Creates a new ACL with the specified entries and associates it to the given resource.
 void ACLRegistration.registerACL(org.jboss.security.authorization.Resource resource, java.util.Collection<ACLEntry> entries)
           Registers an ACL associated with the specified Resource using the supplied entries.
 



Copyright © 2008 JBoss Inc.. All Rights Reserved.