Package | Description |
---|---|
org.jboss.security.acl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ACLEntry> |
ACL.getEntries()
Obtains the collection of all
ACLEntries in this ACL. |
Modifier and Type | Method and Description |
---|---|
boolean |
ACL.addEntry(ACLEntry entry)
Adds an entry to this ACL.
|
boolean |
ACL.removeEntry(ACLEntry entry)
Removes an entry from this ACL.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2012 JBoss Inc.. All Rights Reserved.