com.opensymphony.user.provider.file
Class SerializableProfileProvider

java.lang.Object
  extended bycom.opensymphony.user.provider.file.FileProfileProvider
      extended bycom.opensymphony.user.provider.file.SerializableProfileProvider
All Implemented Interfaces:
ProfileProvider, java.io.Serializable, UserProvider

public class SerializableProfileProvider
extends FileProfileProvider

Following properties are required:

See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class com.opensymphony.user.provider.file.FileProfileProvider
propertySetCache
 
Constructor Summary
SerializableProfileProvider()
           
 
Method Summary
 boolean init(java.util.Properties properties)
          Called by UserManager before any other method.
 
Methods inherited from class com.opensymphony.user.provider.file.FileProfileProvider
create, flushCaches, getPropertySet, handles, list, load, remove, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

SerializableProfileProvider

public SerializableProfileProvider()
Method Detail

init

public boolean init(java.util.Properties properties)
Description copied from interface: UserProvider
Called by UserManager before any other method. Allows for UserProvider specific initialization.

Specified by:
init in interface UserProvider
Overrides:
init in class FileProfileProvider

See www.opensymphony.com for more information.