Package com.soffid.iam.sync.intf
Interface GroupMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeGroup(String group)
Removes a group from the target systemvoid
updateGroup(Group group)
Updates a group in the target system The agent can retrieve additional information from the Serverservice
-
-
-
Method Detail
-
updateGroup
void updateGroup(Group group) throws RemoteException, InternalErrorException
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
void removeGroup(String group) throws RemoteException, InternalErrorException
Removes a group from the target system- Parameters:
group
- Group name * @throws java.rmi.RemoteException error de comunicaciones- Throws:
InternalErrorException
- cualquier otro errorRemoteException
-
-