Uses of Interface
org.jboss.security.identity.plugins.PersistenceStrategy
-
Packages that use PersistenceStrategy Package Description org.jboss.security.identity.plugins -
-
Uses of PersistenceStrategy in org.jboss.security.identity.plugins
Classes in org.jboss.security.identity.plugins that implement PersistenceStrategy Modifier and Type Class Description class
FilePersistenceStrategy
An implementation ofPersistenceStrategy
that serializes theIdentity
to a file.
-