Uses of Class
com.soffid.iam.iga.api.RoleGrant
Packages that use RoleGrant
Package
Description
-
Uses of RoleGrant in com.soffid.iam.base.service
Methods in com.soffid.iam.base.service that return types with arguments of type RoleGrantModifier and TypeMethodDescriptionUserService.getUserExplicitRoles(long userId) Operation getUserExplicitRolesUserService.getUserRoles(long userId) Operation getUserRoles -
Uses of RoleGrant in com.soffid.iam.iga.api
Subclasses of RoleGrant in com.soffid.iam.iga.apiMethods in com.soffid.iam.iga.api that return types with arguments of type RoleGrantModifier and TypeMethodDescriptionAbstractRole.getGranteeGroups()Gets value for attribute granteeGroupsAbstractRole.getOwnedRoles()Gets value for attribute ownedRolesAbstractRole.getOwnerRoles()Gets value for attribute ownerRolesMethod parameters in com.soffid.iam.iga.api with type arguments of type RoleGrantModifier and TypeMethodDescriptionvoidAbstractRole.setGranteeGroups(Collection<RoleGrant> granteeGroups) Sets value for attribute granteeGroupsvoidAbstractRole.setOwnedRoles(Collection<RoleGrant> ownedRoles) Sets value for attribute ownedRolesvoidAbstractRole.setOwnerRoles(Collection<RoleGrant> ownerRoles) Sets value for attribute ownerRolesConstructors in com.soffid.iam.iga.api with parameters of type RoleGrantConstructor parameters in com.soffid.iam.iga.api with type arguments of type RoleGrantModifierConstructorDescriptionAbstractRole(Long id, String name, String key, String description, String system, String category, Boolean enableByDefault, Boolean password, String informationSystemName, String domainType, Collection<RoleGrant> ownerRoles, Collection<Group> ownerGroups, Collection<RoleGrant> granteeGroups, Collection<RoleGrant> ownedRoles, Boolean bpmEnabled, String externalId, Date approvalStart, Date approvalEnd, Map<String, Object> attributes, Date createdOn, String createdBy, Date updatedOn, String updatedBy, Date deletedOn, String deletedBy, Boolean deleted) -
Uses of RoleGrant in com.soffid.iam.iga.service
Methods in com.soffid.iam.iga.service that return RoleGrantModifier and TypeMethodDescriptionOperation createOperation updateMethods in com.soffid.iam.iga.service that return types with arguments of type RoleGrantModifier and TypeMethodDescriptionApplicationService.findEffectiveRoleGrantByAccount(long accountId) Operation findEffectiveRoleGrantByAccountApplicationService.findEffectiveRoleGrantByUser(long userId) Operation findEffectiveRoleGrantByUserApplicationService.findEffectiveRoleGrantByUserAndHolderGroup(long userId, long groupId) Operation findEffectiveRoleGrantByUserAndHolderGroupApplicationService.findEffectiveRoleGrantsByRoleId(Long rolId) Operation findEffectiveRoleGrantsByRoleIdApplicationService.findRoleGrantByAccount(Long accountId) Operation findRoleGrantByAccountApplicationService.findRoleGrantByRole(Long rolId, Long numRegistres) Operation findRoleGrantByRoleApplicationService.findRoleGrantsByGroup(Group grup) Operation findRoleGrantsByGroupMethods in com.soffid.iam.iga.service with parameters of type RoleGrantModifier and TypeMethodDescriptionOperation createvoidOperation deleteOperation updateMethod parameters in com.soffid.iam.iga.service with type arguments of type RoleGrantModifier and TypeMethodDescriptionbooleanDispatcherService.isUserAllowed(System dispatcher, String user, Collection<RoleGrant> permissions) Operation isUserAllowed -
Uses of RoleGrant in com.soffid.iam.iga.service.ejb
Methods in com.soffid.iam.iga.service.ejb that return RoleGrantModifier and TypeMethodDescriptionMethods in com.soffid.iam.iga.service.ejb that return types with arguments of type RoleGrantModifier and TypeMethodDescriptionApplicationService.findEffectiveRoleGrantByAccount(long accountId) ApplicationService.findEffectiveRoleGrantByUser(long userId) ApplicationService.findEffectiveRoleGrantByUserAndHolderGroup(long userId, long groupId) ApplicationService.findRoleGrantByAccount(Long accountId) ApplicationService.findRoleGrantByRole(Long rolId, Long numRegistres) ApplicationService.findRoleGrantsByGroup(Group grup) Methods in com.soffid.iam.iga.service.ejb with parameters of type RoleGrant -
Uses of RoleGrant in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return types with arguments of type RoleGrantModifier and TypeMethodDescriptionReconcileMgr2.getAccountGrants(Account account) Get the list of roles assigned to account. -
Uses of RoleGrant in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type RoleGrantModifier and TypeMethodDescriptionServerService.getAccountExplicitRoles(String account, String dispatcherId) Operation getAccountExplicitRolesServerService.getAccountRoles(String account, String dispatcherId) Operation getAccountRolesServerService.getGroupExplicitRoles(long groupId) Operation getGroupExplicitRolesServerService.getRoleExplicitRoles(long roleId) Operation getRoleExplicitRolesServerService.getUserExplicitRoles(long userId, String dispatcherId) Operation getUserExplicitRolesServerService.getUserRoles(long userId, String dispatcherid) Operation getUserRoles