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 RoleAccount
Issue. getRoleAccount()
Gets value for attribute roleAccountstatic RoleAccount
RoleAccount. 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 void
Issue. setRoleAccount(RoleAccount roleAccount)
Sets value for attribute roleAccountstatic void
RoleAccount. 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 RoleAccount
EntitlementDelegationService. acceptDelegation(RoleAccount ra)
Operation acceptDelegation Accepts a delegation not accepted yetRoleAccount
EntitlementDelegationService. cancelDelegation(RoleAccount rolAccount)
Operation cancelDelegation Revokes an entitilementRoleAccount
ApplicationService. create(RoleAccount rolsUsuaris)
Operation createRoleAccount
EntitlementDelegationService. delegate(RoleAccount rolAccount, String user, String account, Date since, Date until)
Operation delegate Delegates an entitilementRoleAccount
ApplicationService. enableOrDisableOnDates(RoleAccount rolsUsuaris)
Operation enableOrDisableOnDates Enables or disable a rolAccount based on the start and end datesRoleAccount
ApplicationService. findRoleAccountById(long id)
Operation findRoleAccountByIdRoleAccount
ApplicationService. 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 RoleAccount
EntitlementDelegationService. acceptDelegation(RoleAccount ra)
Operation acceptDelegation Accepts a delegation not accepted yetvoid
ApplicationService. approveDelete(RoleAccount rolsUsuaris)
Operation approveDeleteRoleAccount
EntitlementDelegationService. cancelDelegation(RoleAccount rolAccount)
Operation cancelDelegation Revokes an entitilementRoleAccount
ApplicationService. create(RoleAccount rolsUsuaris)
Operation createRoleAccount
EntitlementDelegationService. delegate(RoleAccount rolAccount, String user, String account, Date since, Date until)
Operation delegate Delegates an entitilementvoid
ApplicationService. delete(RoleAccount rolsUsuaris)
Operation deletevoid
ApplicationService. deleteByRuleEvaluation(RoleAccount rolsUsuaris)
Operation deleteByRuleEvaluationvoid
ApplicationService. denyApproval(RoleAccount rolsUsuaris)
Operation denyApprovalvoid
ApplicationService. denyDelete(RoleAccount rolsUsuaris)
Operation denyDeleteRoleAccount
ApplicationService. 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 findAffectingRulesByRolAccountSoDRule
SoDRuleService. isAllowed(RoleAccount ra)
Operation isAllowedRoleAccount
ApplicationService. update(RoleAccount rolsUsuaris)
Operation updateMethod parameters in com.soffid.iam.service with type arguments of type RoleAccount Modifier and Type Method Description String
ApplicationService. generateChangesReport(Role rol, List<RoleAccount> grantsToAdd, List<RoleAccount> grantsToRemove)
Operation generateChangesReport Generates a report to view the changes that a role change will generatvoid
SoDRuleService. qualifyRolAccountList(List<RoleAccount> ra)
Operation qualifyRolAccountListSoDRisk
SoDRuleService. 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 RoleAccount
EntitlementDelegationService. acceptDelegation(RoleAccount ra)
RoleAccount
EntitlementDelegationService. cancelDelegation(RoleAccount rolAccount)
RoleAccount
ApplicationService. create(RoleAccount rolsUsuaris)
RoleAccount
EntitlementDelegationService. 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 RoleAccount
EntitlementDelegationService. acceptDelegation(RoleAccount ra)
RoleAccount
EntitlementDelegationService. cancelDelegation(RoleAccount rolAccount)
RoleAccount
ApplicationService. create(RoleAccount rolsUsuaris)
RoleAccount
EntitlementDelegationService. delegate(RoleAccount rolAccount, String user, String account, Date since, Date until)
void
ApplicationService. delete(RoleAccount rolsUsuaris)
List<String>
EntitlementDelegationService. findAccountsToDelegate(RoleAccount rolAccount, String user)
Collection<SoDRule>
SoDRuleService. findAffectingRulesByRolAccount(RoleAccount ra)
SoDRule
SoDRuleService. isAllowed(RoleAccount ra)
Method parameters in com.soffid.iam.service.ejb with type arguments of type RoleAccount Modifier and Type Method Description String
ApplicationService. generateChangesReport(Role rol, List<RoleAccount> grantsToAdd, List<RoleAccount> grantsToRemove)
void
SoDRuleService. 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 void
ServerService. 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 RolAccount
RolAccount. toRolAccount(RoleAccount vo)
Creates a RolAccount value object based on a RoleAccount object.static void
RolAccount. 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.
-