JBoss Security SPI - Aggregator 2.0.4.SP8

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

Packages that use ACLEntry
org.jboss.security.acl   
 

Uses of ACLEntry in org.jboss.security.acl
 

Methods in org.jboss.security.acl that return ACLEntry
 ACLEntry ACL.getEntry(Identity identity)
           Obtains the entry that corresponds to the specified identity.
 ACLEntry ACL.getEntry(String identityOrRole)
           Obtains the entry that corresponds to the specified identity or role name.
 

Methods in org.jboss.security.acl that return types with arguments of type ACLEntry
 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(Resource resource, Collection<ACLEntry> entries)
           Creates a new ACL with the specified entries and associates it to the given resource.
 void ACLRegistration.registerACL(Resource resource, Collection<ACLEntry> entries)
           Registers an ACL associated with the specified Resource using the supplied entries.
 


JBoss Security SPI - Aggregator 2.0.4.SP8

Copyright © 2012 JBoss Inc.. All Rights Reserved.