Package org.openiam.provision
Interface PostProcessor<T>
-
public interface PostProcessor<T>Interface which all post process scripts should implement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intadd(T object, Map<String,Object> bindingMap, boolean success)intdelete(T object, Map<String,Object> bindingMap, boolean success)intdisable(T object, Map<String,Object> bindingMap, boolean success)intlookupRequest(SearchResponse request)intmodify(T object, Map<String,Object> bindingMap, boolean success)intresetPassword(PasswordSync passwordSync, Map<String,Object> bindingMap, boolean success)voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)intsetPassword(PasswordSync passwordSync, Map<String,Object> bindingMap, boolean success)
-
-
-
Method Detail
-
setPassword
int setPassword(PasswordSync passwordSync, Map<String,Object> bindingMap, boolean success)
-
resetPassword
int resetPassword(PasswordSync passwordSync, Map<String,Object> bindingMap, boolean success)
-
lookupRequest
int lookupRequest(SearchResponse request)
-
setApplicationContext
void setApplicationContext(org.springframework.context.ApplicationContext ctx)
-
-