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

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

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(java.util.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(java.util.Properties props)
Specified by:
init in interface com.opensymphony.user.provider.UserProvider
Overrides:
init in class com.opensymphony.user.provider.jdbc.BaseJDBCProvider


Copyright © 2003-2014 Atlassian. All Rights Reserved.