Package org.openiam.provision.utils
Class ProvisionUtils
- java.lang.Object
-
- org.openiam.provision.utils.ProvisionUtils
-
public class ProvisionUtils extends Object
Created by alexander on 16/08/16.
-
-
Constructor Summary
Constructors Constructor Description ProvisionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
executePostProcess(PostProcessor<ProvisionUser> ppScript, Map<String,Object> bindingMap, ProvisionUser user, PasswordSync passwordSync, SearchResponse searchResponse, String operation, boolean success)
static int
executePreProcess(PreProcessor<ProvisionUser> ppScript, Map<String,Object> bindingMap, ProvisionUser user, PasswordSync passwordSync, LookupRequest lookupRequest, String operation)
static ExtensibleObject
updateAttributeList(ExtensibleObject extObject, Map<String,ExtensibleAttribute> currentValueMap)
Update the list of attributes with the correct operation values so that they can be passed to the connector
-
-
-
Method Detail
-
updateAttributeList
public static ExtensibleObject updateAttributeList(ExtensibleObject extObject, Map<String,ExtensibleAttribute> currentValueMap)
Update the list of attributes with the correct operation values so that they can be passed to the connector
-
executePreProcess
public static int executePreProcess(PreProcessor<ProvisionUser> ppScript, Map<String,Object> bindingMap, ProvisionUser user, PasswordSync passwordSync, LookupRequest lookupRequest, String operation)
-
executePostProcess
public static int executePostProcess(PostProcessor<ProvisionUser> ppScript, Map<String,Object> bindingMap, ProvisionUser user, PasswordSync passwordSync, SearchResponse searchResponse, String operation, boolean success)
-
-