Uses of Interface
com.opensymphony.user.provider.UserProvider

Packages that use UserProvider
com.opensymphony.user   
com.opensymphony.user.provider   
com.opensymphony.user.provider.castor   
com.opensymphony.user.provider.ejb   
com.opensymphony.user.provider.file   
com.opensymphony.user.provider.hibernate   
com.opensymphony.user.provider.jdbc   
com.opensymphony.user.provider.ldap   
com.opensymphony.user.provider.memory   
com.opensymphony.user.provider.ofbiz   
com.opensymphony.user.provider.orion   
com.opensymphony.user.provider.weblogic   
 

Uses of UserProvider in com.opensymphony.user
 

Methods in com.opensymphony.user with parameters of type UserProvider
 void UserManager.addProvider(UserProvider provider)
          Add a new UserProvider to UserManager.
 

Uses of UserProvider in com.opensymphony.user.provider
 

Subinterfaces of UserProvider in com.opensymphony.user.provider
 interface AccessProvider
          The AccessProvider is a UserProvider specifically used for storing details about Groups and memberships.
 interface CredentialsProvider
          The CredentialsProvider is a UserProvider specifically used for storing details for authenticating Users.
 interface ProfileProvider
          The ProfileProvider is a UserProvider specifically used for storing details about a User's profile.
 

Uses of UserProvider in com.opensymphony.user.provider.castor
 

Classes in com.opensymphony.user.provider.castor that implement UserProvider
 class CastorAccessProvider
           
 class CastorCredentialsProvider
           
 class CastorProfileProvider
           
 

Uses of UserProvider in com.opensymphony.user.provider.ejb
 

Classes in com.opensymphony.user.provider.ejb that implement UserProvider
 class EJBAccessProvider
           
 class EJBCredentialsProvider
           
 class EJBProfileProvider
           
 

Uses of UserProvider in com.opensymphony.user.provider.file
 

Classes in com.opensymphony.user.provider.file that implement UserProvider
 class FileAccessProvider
           
 class FileCredentialsProvider
          Following properties are required: storeFile - the absolute path to the store file (ex:c:\\users.store)
 class FileProfileProvider
          Following properties are required: storeFile - the absolute path to the store file (ex:c:\properties.store)
 class SerializableAccessProvider
          Following properties are required: storeFile - the absolute path to the store file (ex:c:\groups.store)
 class SerializableCredentialsProvider
          Following properties are required: storeFile - the absolute path to the store file (ex:c:\\users.store)
 class SerializableProfileProvider
          Following properties are required: storeFile - the absolute path to the store file (ex:c:\properties.store)
 class XMLAccessProvider
          Following properties are required: storeFile - the absolute path to the store file (ex: c:\groups.xml) or a resource location in the jar (ex: /groups.xml) storeFileType - one of (file, resource) XML format example:
 class XMLCredentialsProvider
          Following properties are required: storeFile - the absolute path to the store file (ex: c:\groups.xml) or a resource location in the jar (ex: /groups.xml) storeFileType - one of (file, resource) XML format example:
 

Uses of UserProvider in com.opensymphony.user.provider.hibernate
 

Classes in com.opensymphony.user.provider.hibernate that implement UserProvider
 class HibernateAccessProvider
           
 class HibernateBaseProvider
           
 class HibernateCredentialsProvider
           
 class HibernateProfileProvider
           
 

Uses of UserProvider in com.opensymphony.user.provider.jdbc
 

Classes in com.opensymphony.user.provider.jdbc that implement UserProvider
 class BaseJDBCProvider
          DOCUMENT ME!
 class JDBCAccessProvider
          DOCUMENT ME!
 class JDBCCredentialsProvider
          Credentials provider backed by a JDBC datastore.
 class JDBCProfileProvider
          Profile provider that is back by a JDBC datasource.
 

Uses of UserProvider in com.opensymphony.user.provider.ldap
 

Classes in com.opensymphony.user.provider.ldap that implement UserProvider
 class LDAPCredentialsProvider
          Provider for checking credentials against a LDAP directory.
 

Uses of UserProvider in com.opensymphony.user.provider.memory
 

Classes in com.opensymphony.user.provider.memory that implement UserProvider
 class MemoryAccessProvider
          Simple AccessProvider implementation that stores all Groups and memberships in an in-memory data-structure.
 class MemoryCredentialsProvider
          Simple CredentialsProvider implementation that stores all it's details in an in-memory Map.
 class MemoryProfileProvider
          Simple ProfileProvider implementation that stores all PropertySets in an in-memory Map.
 

Uses of UserProvider in com.opensymphony.user.provider.ofbiz
 

Classes in com.opensymphony.user.provider.ofbiz that implement UserProvider
 class OFBizAbstractProvider
          An abstract provider which handles most of the init and life cycle tasks of the provider.
 class OFBizAccessProvider
          The access provider which stores groups and memberships in the OFBiz Entity Engine.
 class OFBizCredentialsProvider
          Takes same properties as OFBizAbstractProvider with one addition:

userSequence - the name of the sequence used to generate user IDs (default: "OSUser")

 class OFBizProfileProvider
          Takes same properties as OFBizAbstractProvider with one addition: propertySetEntity - the name of the PropertySet that is looked up (default "OSUser")
 

Uses of UserProvider in com.opensymphony.user.provider.orion
 

Classes in com.opensymphony.user.provider.orion that implement UserProvider
 class OrionAccessProvider
           
 class OrionCredentialsProvider
           
 class OrionProvider
           
 

Uses of UserProvider in com.opensymphony.user.provider.weblogic
 

Classes in com.opensymphony.user.provider.weblogic that implement UserProvider
 class WeblogicAccessProvider
          Provider to check group access based on weblogic's configured security groups.
 class WeblogicCredentialsProvider
          Provider to check credentials based on weblogic's configured user security.
 class WeblogicProvider
           
 


See www.opensymphony.com for more information.