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 class
JPAPersistenceStrategy
Implementation ofACLPersistenceStrategy
that uses the Java Persistence API (JPA) to persist theACL
s.Fields in org.jboss.security.acl declared as ACLPersistenceStrategy Modifier and Type Field Description protected ACLPersistenceStrategy
ACLProviderImpl. strategy
persistence strategy used to retrieve the ACLsMethods in org.jboss.security.acl that return ACLPersistenceStrategy Modifier and Type Method Description ACLPersistenceStrategy
ACLProvider. getPersistenceStrategy()
Obtains theACLPersistenceStrategy
associated with this provider.ACLPersistenceStrategy
ACLProviderImpl. getPersistenceStrategy()
Methods in org.jboss.security.acl with parameters of type ACLPersistenceStrategy Modifier and Type Method Description void
ACLProvider. setPersistenceStrategy(ACLPersistenceStrategy strategy)
Sets the persistence strategy to be used by this provider.void
ACLProviderImpl. setPersistenceStrategy(ACLPersistenceStrategy persistenceStrategy)
-