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 int
add(T object, Map<String,Object> bindingMap, boolean success)
int
delete(T object, Map<String,Object> bindingMap, boolean success)
int
disable(T object, Map<String,Object> bindingMap, boolean success)
int
lookupRequest(SearchResponse request)
int
modify(T object, Map<String,Object> bindingMap, boolean success)
int
resetPassword(PasswordSync passwordSync, Map<String,Object> bindingMap, boolean success)
void
setApplicationContext(org.springframework.context.ApplicationContext ctx)
int
setPassword(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)
-
-