|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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(java.lang.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 | |
|---|---|
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(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(Resource resource,
java.util.Collection<ACLEntry> entries)
Registers an ACL associated with the specified Resource using the supplied entries. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||