OIF User provisioning plug-in interface that will be exposed to the plug-in developers. All the plug-in implementations should extend OIFUserProvisioningPlugin class. The 2 methods that need to be overriden are process(UserContext context) and initialize(PluginConfig config). The process() method will implement the logic required to provision the user to the backend store. The initialize method will get the plugin configuration which will have information required to setup connections or any attributes required to provision user apart from list of attributes in the assertion sent to OIF Plug-ins that needs to handle the resource cleanup should override shutdown(Map < String, Object > OAMEnvironmentContext)
Packages