Package com.soffid.iam.sync.intf
Interface GroupMgr
- All Superinterfaces:
Remote
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveGroup(String group, String externalId) Removes a group from the target systemvoidupdateGroup(Group group) Updates a group in the target system The agent can retrieve additional information from the Serverservice
-
Method Details
-
updateGroup
Updates a group in the target system The agent can retrieve additional information from the Serverservice- Parameters:
group- Group object- Throws:
RemoteException- error de comunicacionesInternalErrorException- cualquier otro error
-
removeGroup
Removes a group from the target system- Parameters:
group- Group name * @throws java.rmi.RemoteException error de comunicaciones- Throws:
InternalErrorException- cualquier otro errorRemoteException
-