Uses of Class
es.caib.seycon.ng.comu.RolAccount
-
Packages that use RolAccount Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.servei -
-
Uses of RolAccount in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type RolAccount Modifier and Type Method Description static RoleAccountRoleAccount. toRoleAccount(RolAccount vo)Creates a RoleAccount value object based on a RolAccount object.static voidRoleAccount. toRoleAccount(RolAccount source, RoleAccount target)Updates a RoleAccount value object based on a RolAccount object.static RoleAccount[]RoleAccount. toRoleAccountArray(RolAccount[] source)Creates a RoleAccount array on a RolAccount array.Method parameters in com.soffid.iam.api with type arguments of type RolAccount Modifier and Type Method Description static AsyncList<RoleAccount>RoleAccount. toRoleAccountAsyncList(AsyncList<RolAccount> source)Creates a RoleAccount asynclist on a RolAccount collection.static PagedResult<RoleAccount>RoleAccount. toRoleAccountList(PagedResult<RolAccount> source)Creates a RoleAccount pagedResult on a RolAccount collection.static List<RoleAccount>RoleAccount. toRoleAccountList(Collection<RolAccount> source)Creates a RoleAccount list on a RolAccount collection. -
Uses of RolAccount in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return RolAccount Modifier and Type Method Description static RolAccountRolAccount. toRolAccount(RoleAccount vo)Creates a RolAccount value object based on a RoleAccount object.static RolAccount[]RolAccount. toRolAccountArray(RoleAccount[] source)Creates a RolAccount array on a RoleAccount array.Methods in es.caib.seycon.ng.comu that return types with arguments of type RolAccount Modifier and Type Method Description static AsyncList<RolAccount>RolAccount. toRolAccountAsyncList(AsyncList<RoleAccount> source)Creates a RolAccount asynclist on a RoleAccount collection.static PagedResult<RolAccount>RolAccount. toRolAccountList(PagedResult<RoleAccount> source)Creates a RolAccount pagedResult on a RoleAccount collection.static List<RolAccount>RolAccount. toRolAccountList(Collection<RoleAccount> source)Creates a RolAccount list on a RoleAccount collection.Methods in es.caib.seycon.ng.comu with parameters of type RolAccount Modifier and Type Method Description static voidRolAccount. toRolAccount(RoleAccount source, RolAccount target)Updates a RolAccount value object based on a RoleAccount object.Constructors in es.caib.seycon.ng.comu with parameters of type RolAccount Constructor Description RolAccount(RolAccount otherBean) -
Uses of RolAccount in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return RolAccount Modifier and Type Method Description RolAccountAplicacioService. create(RolAccount rolsUsuaris)Operation createRolAccountAplicacioService. enableOrDisableOnDates(RolAccount rolsUsuaris)Operation enableOrDisableOnDates Enables or disable a rolAccount based on the start and end datesRolAccountAplicacioService. findRoleAccountById(long id)Operation findRoleAccountByIdRolAccountAplicacioService. update(RolAccount rolsUsuaris)Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type RolAccount Modifier and Type Method Description Collection<RolAccount>AplicacioService. findApplicationManagers(String informationSystem, String roleName)Operation findApplicationManagers Finds the management roles for any information systemCollection<RolAccount>AplicacioService. findEffectiveUserRolesByInformationSystem(String informationSystem)Operation findEffectiveUserRolesByInformationSystemCollection<RolAccount>AplicacioService. findGroupManagers(String group, String roleName)Operation findGroupManagers Finds the management roles for any groupAsyncList<RolAccount>AplicacioService. findRedundantRoles(String query)Operation findRedundantRolesCollection<RolAccount>AplicacioService. findRolAccountByAccount(long accountId)Operation findRolAccountByAccountCollection<RolAccount>SelfService. findRolAccounts()Operation findRolAccountsCollection<RolAccount>AplicacioService. findRoleAccountByAccountNoRule(long accountId)Operation findRoleAccountByAccountNoRulePagedResult<RolAccount>AplicacioService. findRoleAccountByJsonQuery(String query, Integer startIndex, Integer count)Operation findRoleAccountByJsonQueryCollection<RolAccount>AplicacioService. findRolsUsuariByNomRolAndCodiAplicacioRolAndCodiDispatcher(String nomRole, String codiAplicacioRol, String codiDispatcher)Operation findRolsUsuariByNomRolAndCodiAplicacioRolAndCodiDispatcherCollection<RolAccount>GrupService. findRolsUsuarisAmbGrupByCodiUsuari(String codiUsuari)Operation findRolsUsuarisAmbGrupByCodiUsuariCollection<RolAccount>AplicacioService. findRolsUsuarisByCodiUsuari(String codiUsuari)Operation findRolsUsuarisByCodiUsuariCollection<RolAccount>AplicacioService. findRolsUsuarisByCodiUsuariHistoric(String codiUsuari)Operation findRolsUsuarisByCodiUsuariHistoricCollection<RolAccount>AplicacioService. findRolsUsuarisByCodiUsuariNoSoD(String codiUsuari)Operation findRolsUsuarisByCodiUsuariNoSoDCollection<RolAccount>AplicacioService. findRolsUsuarisByInformationSystem(String informationSystem)Operation findRolsUsuarisByInformationSystemCollection<RolAccount>GrupService. findRolsUsuarisTipusDominiGrupsAndGrupsUsuari(String codiGrup)Operation findRolsUsuarisTipusDominiGrupsAndGrupsUsuariCollection<RolAccount>AplicacioService. findUserRolesByUserNameNoRules(String codiUsuari)Operation findUserRolesByUserNameNoRulesList<RolAccount>SoDRuleService. findViolotions(String applicationName, SoDRisk riskLevel)Operation findViolotionsMethods in es.caib.seycon.ng.servei with parameters of type RolAccount Modifier and Type Method Description voidAplicacioService. approveDelete(RolAccount rolsUsuaris)Operation approveDeleteRolAccountAplicacioService. create(RolAccount rolsUsuaris)Operation createvoidAplicacioService. delete(RolAccount rolsUsuaris)Operation deletevoidAplicacioService. deleteByRuleEvaluation(RolAccount rolsUsuaris)Operation deleteByRuleEvaluationvoidAplicacioService. denyApproval(RolAccount rolsUsuaris)Operation denyApprovalvoidAplicacioService. denyDelete(RolAccount rolsUsuaris)Operation denyDeleteRolAccountAplicacioService. enableOrDisableOnDates(RolAccount rolsUsuaris)Operation enableOrDisableOnDates Enables or disable a rolAccount based on the start and end datesCollection<SoDRule>SoDRuleService. findAffectingRulesByRolAccount(RolAccount ra)Operation findAffectingRulesByRolAccountSoDRuleSoDRuleService. isAllowed(RolAccount ra)Operation isAllowedRolAccountAplicacioService. update(RolAccount rolsUsuaris)Operation updateMethod parameters in es.caib.seycon.ng.servei with type arguments of type RolAccount Modifier and Type Method Description StringAplicacioService. generateChangesReport(Rol rol, List<RolAccount> grantsToAdd, List<RolAccount> grantsToRemove)Operation generateChangesReport Generates a report to view the changes that a role change will generatvoidSoDRuleService. qualifyRolAccountList(List<RolAccount> ra)Operation qualifyRolAccountListSoDRiskSoDRuleService. qualifyUser(Collection<RolAccount> ra)Operation qualifyUser -
Uses of RolAccount in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return RolAccount Modifier and Type Method Description RolAccountAplicacioService. create(RolAccount rolsUsuaris)Methods in es.caib.seycon.ng.servei.ejb with parameters of type RolAccount Modifier and Type Method Description RolAccountAplicacioService. create(RolAccount rolsUsuaris)voidAplicacioService. delete(RolAccount rolsUsuaris)Collection<SoDRule>SoDRuleService. findAffectingRulesByRolAccount(RolAccount ra)SoDRuleSoDRuleService. isAllowed(RolAccount ra)Method parameters in es.caib.seycon.ng.servei.ejb with type arguments of type RolAccount Modifier and Type Method Description StringAplicacioService. generateChangesReport(Rol rol, List<RolAccount> grantsToAdd, List<RolAccount> grantsToRemove)voidSoDRuleService. qualifyRolAccountList(List<RolAccount> ra) -
Uses of RolAccount in es.caib.seycon.ng.sync.servei
Method parameters in es.caib.seycon.ng.sync.servei with type arguments of type RolAccount Modifier and Type Method Description voidServerService. reconcileAccount(Account account, List<RolAccount> grants)Operation reconcileAccount Updates Soffid image of the reconciled account.
-