Package es.caib.seycon.ng.sync.intf
Interface RoleMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeRole(String rolName, String dispatcher)
Removes the role when is no longer requiredvoid
updateRole(Rol rol)
Update role attributes.
-
-
-
Method Detail
-
updateRole
void updateRole(Rol rol) throws RemoteException, InternalErrorException
Update role attributes. The agent can ask sync server for more information and apply changes to the target system- Parameters:
rol
- Role object- Throws:
RemoteException
- error al contactar con el servidorInternalErrorException
- cualquier otra causa
-
removeRole
void removeRole(String rolName, String dispatcher) throws RemoteException, InternalErrorException
Removes the role when is no longer required- Parameters:
rolName
- role namedispatcher
- system name- Throws:
RemoteException
InternalErrorException
-
-