Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.idm.provisioning.plugin
Interface IDefaultsMgmtPlugin

All Superinterfaces:
java.io.Serializable

public interface IDefaultsMgmtPlugin
extends java.io.Serializable

Applications that would like to maintain default values for its user attributes must implement this interface.

Since:
OCS 2.1

Method Summary
 java.lang.String getCurrentDefaultSetName(ApplicationContext appCtx)
           
 ModPropertySet getDefaultSet(ApplicationContext appCtx, java.lang.String defaultSetName)
           
 java.lang.String[] getDefaultSetNames(ApplicationContext appCtx)
           
 boolean isMultipleDefaultSetsSupported(ApplicationContext appCtx)
           
 void setCurrentDefaultSet(ApplicationContext appCtx, java.lang.String defaultSetName)
           
 void setDefaultSet(ApplicationContext appCtx, java.lang.String defaultSetName, ModPropertySet mpSet)
           

 

Method Detail

isMultipleDefaultSetsSupported

boolean isMultipleDefaultSetsSupported(ApplicationContext appCtx)
                                       throws PluginException
Throws:
PluginException

getDefaultSetNames

java.lang.String[] getDefaultSetNames(ApplicationContext appCtx)
                                      throws PluginException
Throws:
PluginException

setDefaultSet

void setDefaultSet(ApplicationContext appCtx,
                   java.lang.String defaultSetName,
                   ModPropertySet mpSet)
                   throws PluginException
Throws:
PluginException

getDefaultSet

ModPropertySet getDefaultSet(ApplicationContext appCtx,
                             java.lang.String defaultSetName)
                             throws PluginException
Throws:
PluginException

setCurrentDefaultSet

void setCurrentDefaultSet(ApplicationContext appCtx,
                          java.lang.String defaultSetName)
                          throws PluginException
Throws:
PluginException

getCurrentDefaultSetName

java.lang.String getCurrentDefaultSetName(ApplicationContext appCtx)
                                          throws PluginException
Throws:
PluginException

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.