|
JBoss Security SPI - Aggregator 2.0.4.SP8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ACL | |
---|---|
org.jboss.security.acl |
Uses of ACL in org.jboss.security.acl |
---|
Methods in org.jboss.security.acl that return ACL | |
---|---|
ACL |
ACLPersistenceStrategy.createACL(Resource resource)
Creates a new ACL and associates it to the given resource. |
ACL |
ACLPersistenceStrategy.createACL(Resource resource,
Collection<ACLEntry> entries)
Creates a new ACL with the specified entries and associates it to the given resource. |
ACL |
ACLPersistenceStrategy.getACL(Resource resource)
Obtains a reference to the ACL associated to the given resource. |
Methods in org.jboss.security.acl that return types with arguments of type ACL | |
---|---|
Collection<ACL> |
ACLPersistenceStrategy.getACLs()
Obtains all ACL s that are managed by this ACLPersistenceStrategy . |
Methods in org.jboss.security.acl with parameters of type ACL | |
---|---|
boolean |
ACLPersistenceStrategy.removeACL(ACL acl)
Removes the given ACL , breaking the existing association with the resource it relates to. |
boolean |
ACLPersistenceStrategy.updateACL(ACL acl)
Updates the given ACL . |
|
JBoss Security SPI - Aggregator 2.0.4.SP8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |