Package | Description |
---|---|
org.jboss.security.acl |
Modifier and Type | Class and Description |
---|---|
class |
JPAPersistenceStrategy
Implementation of
ACLPersistenceStrategy that uses the Java Persistence API (JPA) to
persist the ACL s. |
Modifier and Type | Field and Description |
---|---|
protected ACLPersistenceStrategy |
ACLProviderImpl.strategy
persistence strategy used to retrieve the ACLs
|
Modifier and Type | Method and Description |
---|---|
ACLPersistenceStrategy |
ACLProviderImpl.getPersistenceStrategy() |
ACLPersistenceStrategy |
ACLProvider.getPersistenceStrategy()
Obtains the
ACLPersistenceStrategy associated with this provider. |
Modifier and Type | Method and Description |
---|---|
void |
ACLProviderImpl.setPersistenceStrategy(ACLPersistenceStrategy persistenceStrategy) |
void |
ACLProvider.setPersistenceStrategy(ACLPersistenceStrategy strategy)
Sets the persistence strategy to be used by this provider.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.