public class DataAccessPluginAdapter
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected IDataAccessPlugin |
m_dataAccessPlugin
IDataAccessPlugin
|
Modifier | Constructor and Description |
---|---|
protected |
DataAccessPluginAdapter()
Def Constructor
|
|
DataAccessPluginAdapter(javax.naming.ldap.LdapContext lCtx, Application app)
Constructor
|
Modifier and Type | Method and Description |
---|---|
PropertySet |
getAppUserData(ApplicationContext appCtx, IdmUser idmUser, java.lang.String[] reqAttrs) |
PluginStatus |
process(ApplicationContext appCtx, IdmUser idmUser, ModPropertySet baseUserAttr, ModPropertySet appUserAttr) |
protected IDataAccessPlugin m_dataAccessPlugin
protected DataAccessPluginAdapter()
public DataAccessPluginAdapter(javax.naming.ldap.LdapContext lCtx, Application app) throws NoSuchPluginException, PluginException
NoSuchPluginException
PluginException
public PluginStatus process(ApplicationContext appCtx, IdmUser idmUser, ModPropertySet baseUserAttr, ModPropertySet appUserAttr) throws PluginException
PluginException
IDataAccessPlugin
public PropertySet getAppUserData(ApplicationContext appCtx, IdmUser idmUser, java.lang.String[] reqAttrs) throws PluginException
PluginException
IDataAccessPlugin