Package com.soffid.iam.sync.intf
Interface RoleMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeRole(String rolName, String dispatcher)
Borra el rol cuando ya no es necesariovoid
updateRole(Role role)
Update role attributes.
-
-
-
Method Detail
-
updateRole
void updateRole(Role role) throws RemoteException, InternalErrorException
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 dispatcher) throws RemoteException, InternalErrorException
Borra el rol cuando ya no es necesario- Parameters:
rolName
- - Role namedispatcher
- - Target system- Throws:
RemoteException
InternalErrorException
-
-