Interface | Description |
---|---|
DaoInterface |
Classes that implement this interface are expected to conatin code that
accesses a datastore, such as JBDC code to access a database, and
create, read, update, delete, and search users and user related attributes.
|
Class | Description |
---|---|
DatabaseRepo |
This class stores identity information in a database
|
JdbcSimpleUserDao |
This class encapsulates all the JDBC code used to access identity
information in a database.
|
RepoConfigHelper |
Copied some methods from com.sun.identity.idm.plugins.ldapv3.LDAPv3Repo.java
which help to get attributes from the idRepoSevices.xml
These help in the initialize method of a plugin
Probably these could be moved to a common utility since they help any idRepo
plugin process the configuration map built from idRepoSevices.xml attributes
sets for a plugin.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.