Uses of Class
com.soffid.iam.api.RoleAccount
-
Packages that use RoleAccount Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of RoleAccount in com.soffid.iam.api
Methods in com.soffid.iam.api that return RoleAccount Modifier and Type Method Description RoleAccountIssue. getRoleAccount()Gets value for attribute roleAccountstatic RoleAccountRoleAccount. toRoleAccount(RolAccount vo)Creates a RoleAccount value object based on a RolAccount object.static RoleAccount[]RoleAccount. toRoleAccountArray(RolAccount[] source)Creates a RoleAccount array on a RolAccount array.Methods in com.soffid.iam.api that return types with arguments of type RoleAccount 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.Methods in com.soffid.iam.api with parameters of type RoleAccount Modifier and Type Method Description voidIssue. setRoleAccount(RoleAccount roleAccount)Sets value for attribute roleAccountstatic voidRoleAccount. toRoleAccount(RolAccount source, RoleAccount target)Updates a RoleAccount value object based on a RolAccount object.Constructors in com.soffid.iam.api with parameters of type RoleAccount Constructor Description Issue(Long id, Long number, Date created, String type, String description, Integer times, IssueStatus status, Date acknowledged, Date solved, Double failedLoginPct, Double humanConfidence, String system, String otpDevice, String exception, SoDRisk risk, RoleAccount roleAccount, PamRule rule, String jobName, String country, String account, String actor, String loginName, String hash, List<IssueHost> hosts, List<IssueUser> users, String performedActions, String requester)RoleAccount(RoleAccount otherBean) -
Uses of RoleAccount in com.soffid.iam.service
Methods in com.soffid.iam.service that return RoleAccount Modifier and Type Method Description RoleAccountEntitlementDelegationService. acceptDelegation(RoleAccount ra)Operation acceptDelegation Accepts a delegation not accepted yetRoleAccountEntitlementDelegationService. cancelDelegation(RoleAccount rolAccount)Operation cancelDelegation Revokes an entitilementRoleAccountApplicationService. create(RoleAccount rolsUsuaris)Operation createRoleAccountEntitlementDelegationService. delegate(RoleAccount rolAccount, String user, String account, Date since, Date until)Operation delegate Delegates an entitilementRoleAccountApplicationService. enableOrDisableOnDates(RoleAccount rolsUsuaris)Operation enableOrDisableOnDates Enables or disable a rolAccount based on the start and end datesRoleAccountApplicationService. findRoleAccountById(long id)Operation findRoleAccountByIdRoleAccountApplicationService. update(RoleAccount rolsUsuaris)Operation updateMethods in com.soffid.iam.service that return types with arguments of type RoleAccount Modifier and Type Method Description List<RoleAccount>EntitlementDelegationService. findActiveDelegations()Operation findActiveDelegations Gets list of entitlements delegated by current userCollection<RoleAccount>ApplicationService. findApplicationManagers(String informationSystem, String roleName)Operation findApplicationManagers Finds the management roles for any information systemList<RoleAccount>EntitlementDelegationService. findDelegationsToAccept()Operation findDelegationsToAccept Gets list of entitlements delegated to current userCollection<RoleAccount>ApplicationService. findEffectiveUserRolesByInformationSystem(String informationSystem)Operation findEffectiveUserRolesByInformationSystemCollection<RoleAccount>ApplicationService. findGroupManagers(String group, String roleName)Operation findGroupManagers Finds the management roles for any groupAsyncList<RoleAccount>ApplicationService. findRedundantRoles(String query)Operation findRedundantRolesCollection<RoleAccount>ApplicationService. findRoleAccountByAccount(long accountId)Operation findRoleAccountByAccountCollection<RoleAccount>ApplicationService. findRoleAccountByAccountNoRule(long accountId)Operation findRoleAccountByAccountNoRulePagedResult<RoleAccount>ApplicationService. findRoleAccountByJsonQuery(String query, Integer startIndex, Integer count)Operation findRoleAccountByJsonQueryCollection<RoleAccount>SelfService. findRoleAccounts()Operation findRoleAccountsCollection<RoleAccount>ApplicationService. findUserRolesByInformationSystem(String informationSystem)Operation findUserRolesByInformationSystemCollection<RoleAccount>ApplicationService. findUserRolesByRoleNameAndRoleApplicationNameAndDispatcherName(String nomRole, String codiAplicacioRol, String codiDispatcher)Operation findUserRolesByRoleNameAndRoleApplicationNameAndDispatcherNameCollection<RoleAccount>ApplicationService. findUserRolesByUserName(String codiUsuari)Operation findUserRolesByUserNameCollection<RoleAccount>ApplicationService. findUserRolesByUserNameNoRules(String codiUsuari)Operation findUserRolesByUserNameNoRulesCollection<RoleAccount>ApplicationService. findUserRolesByUserNameNoSoD(String codiUsuari)Operation findUserRolesByUserNameNoSoDCollection<RoleAccount>ApplicationService. findUserRolesHistoryByUserName(String codiUsuari)Operation findUserRolesHistoryByUserNameCollection<RoleAccount>GroupService. findUsersRolesDomainTypeAndUserGroups(String codiGrup)Operation findUsersRolesDomainTypeAndUserGroupsCollection<RoleAccount>GroupService. findUsersRolesWithGroupByUserName(String codiUsuari)Operation findUsersRolesWithGroupByUserNameList<RoleAccount>SoDRuleService. findViolotions(String applicationName, SoDRisk riskLevel)Operation findViolotionsMethods in com.soffid.iam.service with parameters of type RoleAccount Modifier and Type Method Description RoleAccountEntitlementDelegationService. acceptDelegation(RoleAccount ra)Operation acceptDelegation Accepts a delegation not accepted yetvoidApplicationService. approveDelete(RoleAccount rolsUsuaris)Operation approveDeleteRoleAccountEntitlementDelegationService. cancelDelegation(RoleAccount rolAccount)Operation cancelDelegation Revokes an entitilementRoleAccountApplicationService. create(RoleAccount rolsUsuaris)Operation createRoleAccountEntitlementDelegationService. delegate(RoleAccount rolAccount, String user, String account, Date since, Date until)Operation delegate Delegates an entitilementvoidApplicationService. delete(RoleAccount rolsUsuaris)Operation deletevoidApplicationService. deleteByRuleEvaluation(RoleAccount rolsUsuaris)Operation deleteByRuleEvaluationvoidApplicationService. denyApproval(RoleAccount rolsUsuaris)Operation denyApprovalvoidApplicationService. denyDelete(RoleAccount rolsUsuaris)Operation denyDeleteRoleAccountApplicationService. enableOrDisableOnDates(RoleAccount rolsUsuaris)Operation enableOrDisableOnDates Enables or disable a rolAccount based on the start and end datesList<String>EntitlementDelegationService. findAccountsToDelegate(RoleAccount rolAccount, String user)Operation findAccountsToDelegate Gets the list of accounts that can be delegated for a userCollection<SoDRule>SoDRuleService. findAffectingRulesByRolAccount(RoleAccount ra)Operation findAffectingRulesByRolAccountSoDRuleSoDRuleService. isAllowed(RoleAccount ra)Operation isAllowedRoleAccountApplicationService. update(RoleAccount rolsUsuaris)Operation updateMethod parameters in com.soffid.iam.service with type arguments of type RoleAccount Modifier and Type Method Description StringApplicationService. generateChangesReport(Role rol, List<RoleAccount> grantsToAdd, List<RoleAccount> grantsToRemove)Operation generateChangesReport Generates a report to view the changes that a role change will generatvoidSoDRuleService. qualifyRolAccountList(List<RoleAccount> ra)Operation qualifyRolAccountListSoDRiskSoDRuleService. qualifyUser(Collection<RoleAccount> ra)Operation qualifyUser -
Uses of RoleAccount in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return RoleAccount Modifier and Type Method Description RoleAccountEntitlementDelegationService. acceptDelegation(RoleAccount ra)RoleAccountEntitlementDelegationService. cancelDelegation(RoleAccount rolAccount)RoleAccountApplicationService. create(RoleAccount rolsUsuaris)RoleAccountEntitlementDelegationService. delegate(RoleAccount rolAccount, String user, String account, Date since, Date until)Methods in com.soffid.iam.service.ejb with parameters of type RoleAccount Modifier and Type Method Description RoleAccountEntitlementDelegationService. acceptDelegation(RoleAccount ra)RoleAccountEntitlementDelegationService. cancelDelegation(RoleAccount rolAccount)RoleAccountApplicationService. create(RoleAccount rolsUsuaris)RoleAccountEntitlementDelegationService. delegate(RoleAccount rolAccount, String user, String account, Date since, Date until)voidApplicationService. delete(RoleAccount rolsUsuaris)List<String>EntitlementDelegationService. findAccountsToDelegate(RoleAccount rolAccount, String user)Collection<SoDRule>SoDRuleService. findAffectingRulesByRolAccount(RoleAccount ra)SoDRuleSoDRuleService. isAllowed(RoleAccount ra)Method parameters in com.soffid.iam.service.ejb with type arguments of type RoleAccount Modifier and Type Method Description StringApplicationService. generateChangesReport(Role rol, List<RoleAccount> grantsToAdd, List<RoleAccount> grantsToRemove)voidSoDRuleService. qualifyRolAccountList(List<RoleAccount> ra) -
Uses of RoleAccount in com.soffid.iam.sync.service
Method parameters in com.soffid.iam.sync.service with type arguments of type RoleAccount Modifier and Type Method Description voidServerService. reconcileAccount(Account account, List<RoleAccount> grants)Operation reconcileAccount Updates Soffid image of the reconciled account. -
Uses of RoleAccount in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type RoleAccount Modifier and Type Method Description static RolAccountRolAccount. toRolAccount(RoleAccount vo)Creates a RolAccount value object based on a RoleAccount object.static voidRolAccount. toRolAccount(RoleAccount source, RolAccount target)Updates a RolAccount value object based on a RoleAccount object.static RolAccount[]RolAccount. toRolAccountArray(RoleAccount[] source)Creates a RolAccount array on a RoleAccount array.Method parameters in es.caib.seycon.ng.comu with type arguments of type RoleAccount 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.
-