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:
- ProfileProvider, UserProvider, Serializable
public class JiraJdbcProfileProvider
- extends JDBCProfileProvider
Hang on folks, this is going to get ugly - talking to JIRA's profile database without OFBiz.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JiraJdbcProfileProvider
public JiraJdbcProfileProvider()
init
public boolean init(Properties props)
- Specified by:
init
in interface UserProvider
- Overrides:
init
in class BaseJDBCProvider
getPropertySet
public PropertySet getPropertySet(String name)
- Specified by:
getPropertySet
in interface ProfileProvider
- Overrides:
getPropertySet
in class JDBCProfileProvider