Uses of Interface
org.jboss.security.acl.ACLPersistenceStrategy
-
Packages that use ACLPersistenceStrategy Package Description org.jboss.security.acl -
-
Uses of ACLPersistenceStrategy in org.jboss.security.acl
Classes in org.jboss.security.acl that implement ACLPersistenceStrategy Modifier and Type Class Description classJPAPersistenceStrategyImplementation ofACLPersistenceStrategythat uses the Java Persistence API (JPA) to persist theACLs.Fields in org.jboss.security.acl declared as ACLPersistenceStrategy Modifier and Type Field Description protected ACLPersistenceStrategyACLProviderImpl. strategypersistence strategy used to retrieve the ACLsMethods in org.jboss.security.acl that return ACLPersistenceStrategy Modifier and Type Method Description ACLPersistenceStrategyACLProvider. getPersistenceStrategy()Obtains theACLPersistenceStrategyassociated with this provider.ACLPersistenceStrategyACLProviderImpl. getPersistenceStrategy()Methods in org.jboss.security.acl with parameters of type ACLPersistenceStrategy Modifier and Type Method Description voidACLProvider. setPersistenceStrategy(ACLPersistenceStrategy strategy)Sets the persistence strategy to be used by this provider.voidACLProviderImpl. setPersistenceStrategy(ACLPersistenceStrategy persistenceStrategy)
-