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

Packages that use CredentialsProvider
com.opensymphony.user   
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 CredentialsProvider in com.opensymphony.user
 

Methods in com.opensymphony.user that return CredentialsProvider
 CredentialsProvider UserManager.Accessor.getCredentialsProvider(java.lang.String name)
          Return appropriate CredentialsProvider for entity.
 CredentialsProvider Entity.getCredentialsProvider()
          Retrieve pluggable CredentialsProvider for this entity.
 

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

Classes in com.opensymphony.user.provider.castor that implement CredentialsProvider
 class CastorCredentialsProvider
           
 

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

Classes in com.opensymphony.user.provider.ejb that implement CredentialsProvider
 class EJBCredentialsProvider
           
 

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

Classes in com.opensymphony.user.provider.file that implement CredentialsProvider
 class FileCredentialsProvider
          Following properties are required: storeFile - the absolute path to the store file (ex:c:\\users.store)
 class SerializableCredentialsProvider
          Following properties are required: storeFile - the absolute path to the store file (ex:c:\\users.store)
 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 CredentialsProvider in com.opensymphony.user.provider.hibernate
 

Classes in com.opensymphony.user.provider.hibernate that implement CredentialsProvider
 class HibernateCredentialsProvider
           
 

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

Classes in com.opensymphony.user.provider.jdbc that implement CredentialsProvider
 class JDBCCredentialsProvider
          Credentials provider backed by a JDBC datastore.
 

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

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

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

Classes in com.opensymphony.user.provider.memory that implement CredentialsProvider
 class MemoryCredentialsProvider
          Simple CredentialsProvider implementation that stores all it's details in an in-memory Map.
 

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

Classes in com.opensymphony.user.provider.ofbiz that implement CredentialsProvider
 class OFBizCredentialsProvider
          Takes same properties as OFBizAbstractProvider with one addition:

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

 

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

Classes in com.opensymphony.user.provider.orion that implement CredentialsProvider
 class OrionCredentialsProvider
           
 

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

Classes in com.opensymphony.user.provider.weblogic that implement CredentialsProvider
 class WeblogicCredentialsProvider
          Provider to check credentials based on weblogic's configured user security.
 


See www.opensymphony.com for more information.