Package com.soffid.iam.sync.intf
Interface CustomObjectMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeCustomObject(CustomObject obj)
void
updateCustomObject(CustomObject obj)
-
-
-
Method Detail
-
updateCustomObject
void updateCustomObject(CustomObject obj) throws RemoteException, InternalErrorException
-
removeCustomObject
void removeCustomObject(CustomObject obj) throws RemoteException, InternalErrorException
-
-