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