com.atlassian.confluence.user.providers.jira
Class JiraJdbcProfileProvider
java.lang.Object
com.opensymphony.user.provider.jdbc.BaseJDBCProvider
com.opensymphony.user.provider.jdbc.JDBCProfileProvider
com.atlassian.confluence.user.providers.jira.JiraJdbcProfileProvider
- All Implemented Interfaces:
- com.opensymphony.user.provider.ProfileProvider, com.opensymphony.user.provider.UserProvider, java.io.Serializable
public class JiraJdbcProfileProvider
- extends com.opensymphony.user.provider.jdbc.JDBCProfileProvider
Hang on folks, this is going to get ugly - talking to JIRA's profile database without OFBiz.
- See Also:
- Serialized Form
Fields inherited from class com.opensymphony.user.provider.jdbc.BaseJDBCProvider |
closeConnWhenDone, ds, groupName, groupTable, membershipGroupName, membershipTable, membershipUserName, userName, userPassword, userTable |
Method Summary |
com.opensymphony.module.propertyset.PropertySet |
getPropertySet(java.lang.String name)
|
boolean |
init(java.util.Properties props)
|
Methods inherited from class com.opensymphony.user.provider.jdbc.JDBCProfileProvider |
handles, list |
Methods inherited from class com.opensymphony.user.provider.jdbc.BaseJDBCProvider |
cleanup, create, flushCaches, getConnection, load, remove, 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 |
create, flushCaches, load, remove, store |
JiraJdbcProfileProvider
public JiraJdbcProfileProvider()
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
getPropertySet
public com.opensymphony.module.propertyset.PropertySet getPropertySet(java.lang.String name)
- Specified by:
getPropertySet
in interface com.opensymphony.user.provider.ProfileProvider
- Overrides:
getPropertySet
in class com.opensymphony.user.provider.jdbc.JDBCProfileProvider
Copyright © 2003-2013 Atlassian. All Rights Reserved.