com.atlassian.confluence.user.providers.jira
Class JiraJdbcCredentialsProvider

java.lang.Object
  extended bycom.opensymphony.user.provider.jdbc.BaseJDBCProvider
      extended bycom.opensymphony.user.provider.jdbc.JDBCCredentialsProvider
          extended bycom.atlassian.confluence.user.providers.jira.JiraJdbcCredentialsProvider
All Implemented Interfaces:
com.opensymphony.user.provider.CredentialsProvider, Serializable, com.opensymphony.user.provider.UserProvider

public class JiraJdbcCredentialsProvider
extends com.opensymphony.user.provider.jdbc.JDBCCredentialsProvider

A credentials provider that talks via JDBC to JIRA's database to authenticate and retrieve users.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.user.provider.jdbc.BaseJDBCProvider
closeConnWhenDone, ds, groupName, groupTable, membershipGroupName, membershipTable, membershipUserName, userName, userPassword, userTable
 
Constructor Summary
JiraJdbcCredentialsProvider()
           
 
Method Summary
 boolean init(Properties props)
           
 
Methods inherited from class com.opensymphony.user.provider.jdbc.JDBCCredentialsProvider
authenticate, changePassword, create, createHash, handles, list, remove
 
Methods inherited from class com.opensymphony.user.provider.jdbc.BaseJDBCProvider
cleanup, flushCaches, getConnection, load, store
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.user.provider.UserProvider
flushCaches, load, store
 

Constructor Detail

JiraJdbcCredentialsProvider

public JiraJdbcCredentialsProvider()
Method Detail

init

public boolean init(Properties props)


Confluence is developed by Atlassian.