Package com.soffid.iam.sync.intf
Interface RoleMgr
- All Superinterfaces:
Remote
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveRole(String rolName, String externalId, String dispatcher) Borra el rol cuando ya no es necesariovoidupdateRole(Role role) Update role attributes.
-
Method Details
-
updateRole
Update role attributes. The agent can ask sync server for more information and apply changes to the target system- Parameters:
role- Role object- Throws:
RemoteException- error al contactar con el servidorInternalErrorException- cualquier otra causa
-
removeRole
void removeRole(String rolName, String externalId, String dispatcher) throws RemoteException, InternalErrorException Borra el rol cuando ya no es necesario- Parameters:
rolName- - Role namedispatcher- - Target system- Throws:
RemoteExceptionInternalErrorException
-