Package | Description |
---|---|
org.jboss.security.acl |
Modifier and Type | Class and Description |
---|---|
class |
ACLImpl
Simple ACL implementation that keeps the entries in a Map whose keys are the identities of the entries, to provide
fast access.
|
Modifier and Type | Method and Description |
---|---|
ACL |
JPAPersistenceStrategy.createACL(Resource resource) |
ACL |
ACLPersistenceStrategy.createACL(Resource resource)
Creates a new
ACL and associates it to the given resource. |
ACL |
JPAPersistenceStrategy.createACL(Resource resource,
Collection<ACLEntry> entries) |
ACL |
ACLPersistenceStrategy.createACL(Resource resource,
Collection<ACLEntry> entries)
Creates a new
ACL with the specified entries and associates it to the given resource. |
ACL |
JPAPersistenceStrategy.getACL(Resource resource) |
ACL |
ACLPersistenceStrategy.getACL(Resource resource)
Obtains a reference to the
ACL associated to the given resource. |
Modifier and Type | Method and Description |
---|---|
Collection<ACL> |
JPAPersistenceStrategy.getACLs() |
Collection<ACL> |
ACLPersistenceStrategy.getACLs()
Obtains all
ACL s that are managed by this ACLPersistenceStrategy . |
Modifier and Type | Method and Description |
---|---|
boolean |
JPAPersistenceStrategy.removeACL(ACL acl) |
boolean |
ACLPersistenceStrategy.removeACL(ACL acl)
Removes the given
ACL , breaking the existing association with the resource it relates to. |
boolean |
JPAPersistenceStrategy.updateACL(ACL acl) |
boolean |
ACLPersistenceStrategy.updateACL(ACL acl)
Updates the given
ACL . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.