Uses of Class
es.caib.seycon.ng.comu.Rol
-
-
Uses of Rol in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type Rol Modifier and Type Method Description static Role
AbstractRole. toRole(Rol vo)
Creates a Role value object based on a Rol object.static void
AbstractRole. toRole(Rol source, AbstractRole target)
Updates a Role value object based on a Rol object.static Role[]
AbstractRole. toRoleArray(Rol[] source)
Creates a Role array on a Rol array.Method parameters in com.soffid.iam.api with type arguments of type Rol Modifier and Type Method Description static AsyncList<Role>
AbstractRole. toRoleAsyncList(AsyncList<Rol> source)
Creates a Role asynclist on a Rol collection.static PagedResult<Role>
AbstractRole. toRoleList(PagedResult<Rol> source)
Creates a Role pagedResult on a Rol collection.static List<Role>
AbstractRole. toRoleList(Collection<Rol> source)
Creates a Role list on a Rol collection. -
Uses of Rol in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return Rol Modifier and Type Method Description Rol
AutoritzacioRol. getRol()
Gets value for attribute rolRol
SoDRole. getRole()
Gets value for attribute rolestatic Rol
AbstractRol. toRol(Role vo)
Creates a Rol value object based on a Role object.static Rol[]
AbstractRol. toRolArray(Role[] source)
Creates a Rol array on a Role array.Methods in es.caib.seycon.ng.comu that return types with arguments of type Rol Modifier and Type Method Description static AsyncList<Rol>
AbstractRol. toRolAsyncList(AsyncList<Role> source)
Creates a Rol asynclist on a Role collection.static PagedResult<Rol>
AbstractRol. toRolList(PagedResult<Role> source)
Creates a Rol pagedResult on a Role collection.static List<Rol>
AbstractRol. toRolList(Collection<Role> source)
Creates a Rol list on a Role collection.static PagedResult<Rol>
Rol. toRolList(PagedResult<Role> s)
Methods in es.caib.seycon.ng.comu with parameters of type Rol Modifier and Type Method Description void
AutoritzacioRol. setRol(Rol rol)
Sets value for attribute rolvoid
SoDRole. setRole(Rol role)
Sets value for attribute roleConstructors in es.caib.seycon.ng.comu with parameters of type Rol Constructor Description AutoritzacioRol(Long id, String autoritzacio, Rol rol, Collection<ValorDomini> valorDominiRolUsuari, String descripcio, String tipusDomini, String scope, String ambit, String hereta)
AutoritzacioRol(String autoritzacio, Rol rol)
SoDRole(Rol role, Long ruleId)
SoDRole(Long id, Rol role, Long ruleId)
-
Uses of Rol in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return Rol Modifier and Type Method Description Rol
AplicacioService. approveRoleDefinition(Rol rol)
Operation approveRoleDefinition Makes role dependencies persistentRol
AplicacioService. create(Rol rol)
Operation create This method does NOT add grants made to the new roleRol
AplicacioService. create2(Rol rol)
Operation create2 This method does add grants made to the new roleRol
AplicacioService. denyRoleDefinition(Rol rol)
Operation denyRoleDefinition Makes role dependencies persistentRol
AplicacioService. findRolById(Long rolId)
Operation findRolByIdRol
AplicacioService. findRolByNomRolAndCodiAplicacioAndCodiDispatcher(String nomRol, String codiAplicacio, String codiDispatcher)
Operation findRolByNomRolAndCodiAplicacioAndCodiDispatcherRol
AplicacioService. findRoleByNameAndSystem(String name, String system)
Operation findRoleByNameAndSystemRol
AplicacioService. findRoleByShortName(String name)
Operation findRoleByShortNameRol
AplicacioService. update(Rol rol)
Operation update Updates role, including grantee roles and groups, but not roles granted to this oneRol
AplicacioService. update2(Rol rol)
Operation update2 Updates role, including roles granted to this role, and role and group granteeMethods in es.caib.seycon.ng.servei that return types with arguments of type Rol Modifier and Type Method Description Collection<Rol>
AplicacioService. findApplicationManagementRoles()
Operation findApplicationManagementRoles Finds the managers with a set management role for an applicationCollection<Rol>
AplicacioService. findGroupManagementRoles()
Operation findGroupManagementRoles Finds the managers with a set management role for a groupCollection<Rol>
UsuariService. findJerarquiaRolsUsuariByCodiUsuari(String codiUsuari)
Operation findJerarquiaRolsUsuariByCodiUsuariCollection<Rol>
UsuariService. findJerarquiaRolsUsuariByCodiUsuari(String codiUsuari, Boolean incloureRolsUsuariDirectes)
Operation findJerarquiaRolsUsuariByCodiUsuariList<Rol>
AplicacioService. findRoleByJsonQuery(String query)
Operation findRoleByJsonQueryPagedResult<Rol>
AplicacioService. findRoleByJsonQuery(String query, Integer startIndex, Integer count)
Operation findRoleByJsonQueryAsyncList<Rol>
AplicacioService. findRoleByJsonQueryAsync(String query)
Operation findRoleByJsonQueryAsyncList<Rol>
AplicacioService. findRoleByText(String text)
Operation findRoleByTextList<Rol>
AplicacioService. findRoleByTextAndFilter(String text, String filter)
Operation findRoleByTextAndFilterPagedResult<Rol>
AplicacioService. findRoleByTextAndFilter(String text, String filter, Integer first, Integer pageSize)
Operation findRoleByTextAndFilterAsyncList<Rol>
AplicacioService. findRoleByTextAndFilterAsync(String text, String filter)
Operation findRoleByTextAndFilterAsyncAsyncList<Rol>
AplicacioService. findRoleByTextAsync(String text)
Operation findRoleByTextAsyncCollection<Rol>
AplicacioService. findRolsByCodiAplicacio(String codiAplicacio)
Operation findRolsByCodiAplicacioCollection<Rol>
AplicacioService. findRolsByCodiAplicacioSenseRestriccions(String codiAplicacio)
Operation findRolsByCodiAplicacioSenseRestriccionsCollection<Rol>
AplicacioService. findRolsByCodiUsuari(String codiUsuari)
Operation findRolsByCodiUsuariCollection<Rol>
AplicacioService. findRolsByFiltre(String nom, String descripcio, String defecte, String baseDeDades, String contrasenya, String codiAplicacio)
Operation findRolsByFiltreCollection<Rol>
AplicacioService. findRolsByFiltre(String nom, String descripcio, String defecte, String baseDeDades, String contrasenya, String codiAplicacio, String gestionableWF)
Operation findRolsByFiltreCollection<Rol>
AplicacioService. findRolsByNomDominiAndCodiAplicacio(String nomDomini, String codiAplicacio)
Operation findRolsByNomDominiAndCodiAplicacioCollection<Rol>
AplicacioService. findRolsOtorgatsalGrupByGrup(Grup grup)
Operation findRolsOtorgatsalGrupByGrupCollection<Rol>
AplicacioService. getRols()
Operation getRolsCollection<Rol>
UsuariService. getRolsAplicacioByCodiUsuariAndCodiAplicacio(String codiUsuari, String codiAplicacio)
Operation getRolsAplicacioByCodiUsuariAndCodiAplicacioCollection<Rol>
GrupService. getRolsFromGrup(Grup grup)
Operation getRolsFromGrupMethods in es.caib.seycon.ng.servei with parameters of type Rol Modifier and Type Method Description Rol
AplicacioService. approveRoleDefinition(Rol rol)
Operation approveRoleDefinition Makes role dependencies persistentRol
AplicacioService. create(Rol rol)
Operation create This method does NOT add grants made to the new roleRol
AplicacioService. create2(Rol rol)
Operation create2 This method does add grants made to the new rolevoid
AplicacioService. delete(Rol rol)
Operation deleteRol
AplicacioService. denyRoleDefinition(Rol rol)
Operation denyRoleDefinition Makes role dependencies persistentCollection<Grup>
AplicacioService. findGrupsPosseidorsdelRolByRol(Rol rol)
Operation findGrupsPosseidorsdelRolByRolString
AplicacioService. generateChangesReport(Rol rol)
Operation generateChangesReport Generates a report to view the changes that a role change will generatString
AplicacioService. generateChangesReport(Rol rol, List<RolAccount> grantsToAdd, List<RolAccount> grantsToRemove)
Operation generateChangesReport Generates a report to view the changes that a role change will generatvoid
AplicacioService. synchronizeRole(Rol rol)
Operation synchronizeRole Synchronize any user withRol
AplicacioService. update(Rol rol)
Operation update Updates role, including grantee roles and groups, but not roles granted to this oneRol
AplicacioService. update2(Rol rol)
Operation update2 Updates role, including roles granted to this role, and role and group grantee -
Uses of Rol in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return Rol Modifier and Type Method Description Rol
AplicacioService. approveRoleDefinition(Rol rol)
Rol
AplicacioService. create(Rol rol)
Rol
AplicacioService. create2(Rol rol)
Rol
AplicacioService. denyRoleDefinition(Rol rol)
Rol
AplicacioService. findRolById(Long rolId)
Rol
AplicacioService. findRolByNomRolAndCodiAplicacioAndCodiDispatcher(String nomRol, String codiAplicacio, String codiDispatcher)
Rol
AplicacioService. findRoleByNameAndSystem(String name, String system)
Rol
AplicacioService. findRoleByShortName(String name)
Rol
AplicacioService. update(Rol rol)
Rol
AplicacioService. update2(Rol rol)
Methods in es.caib.seycon.ng.servei.ejb with parameters of type Rol Modifier and Type Method Description Rol
AplicacioService. approveRoleDefinition(Rol rol)
Rol
AplicacioService. create(Rol rol)
Rol
AplicacioService. create2(Rol rol)
void
AplicacioService. delete(Rol rol)
Rol
AplicacioService. denyRoleDefinition(Rol rol)
Collection<Grup>
AplicacioService. findGrupsPosseidorsdelRolByRol(Rol rol)
String
AplicacioService. generateChangesReport(Rol rol)
String
AplicacioService. generateChangesReport(Rol rol, List<RolAccount> grantsToAdd, List<RolAccount> grantsToRemove)
void
AplicacioService. synchronizeRole(Rol rol)
Rol
AplicacioService. update(Rol rol)
Rol
AplicacioService. update2(Rol rol)
-
Uses of Rol in es.caib.seycon.ng.servei.workflow
Methods in es.caib.seycon.ng.servei.workflow that return Rol Modifier and Type Method Description Rol
AltaBaixaUsuariService. getRolAdministradorByGrup(String codiGrup)
Operation getRolAdministradorByGrupRol
InformacioAutoritzacioService. getRolSistemes(String codiAplicacio)
Operation getRolSistemesMethods in es.caib.seycon.ng.servei.workflow that return types with arguments of type Rol Modifier and Type Method Description Collection<Rol>
InformacioAutoritzacioService. findRolsByCodiAplicacio(String codiAplicacio)
Operation findRolsByCodiAplicacioCollection<Rol>
InformacioAutoritzacioService. findRolsByCodiAplicacioSenseRestriccions(String codiAplicacio)
Operation findRolsByCodiAplicacioSenseRestriccionsCollection<Rol>
InformacioAutoritzacioService. findRolsByCodiUsuari(String codiUsuari)
Operation findRolsByCodiUsuariCollection<Rol>
InformacioAutoritzacioService. getRolsAplicacioByCodiUsuariAndCodiAplicacio(String codiUsuari, String codiAplicacio)
Operation getRolsAplicacioByCodiUsuariAndCodiAplicacioCollection<Rol>
InformacioAutoritzacioService. getRolsByCodiUsuari(String codiUsuari)
Operation getRolsByCodiUsuari -
Uses of Rol in es.caib.seycon.ng.sync.intf
Methods in es.caib.seycon.ng.sync.intf that return Rol Modifier and Type Method Description Rol
ReconcileMgr. getRoleFullInfo(String roleName)
Get full role information from role nameRol
ReconcileMgr2. getRoleFullInfo(String roleName)
Get full role information from role nameMethods in es.caib.seycon.ng.sync.intf that return types with arguments of type Rol Modifier and Type Method Description List<Rol>
ReconcileMgr. getAccountRoles(String userAccount)
Get the list of roles assigned to account.Methods in es.caib.seycon.ng.sync.intf with parameters of type Rol Modifier and Type Method Description List<String[]>
ReconcileMgr. getRoleChangesToApply(Rol role)
List<String[]>
ReconcileMgr2. getRoleChangesToApply(Rol role)
void
RoleMgr. updateRole(Rol rol)
Update role attributes. -
Uses of Rol in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return Rol Modifier and Type Method Description Rol
ServerService. getRoleInfo(String role, String bd)
Operation getRoleInfo
-