Uses of Class
com.soffid.iam.api.RoleGrant
-
Packages that use RoleGrant Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.intf com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of RoleGrant in com.soffid.iam.api
Subclasses of RoleGrant in com.soffid.iam.api Modifier and Type Class Description class
RoleGrantHierarchy
ValueObject RoleGrantHierarchyMethods in com.soffid.iam.api that return RoleGrant Modifier and Type Method Description static RoleGrant
RoleGrant. toRoleGrant(RolGrant vo)
Creates a RoleGrant value object based on a RolGrant object.static RoleGrant[]
RoleGrant. toRoleGrantArray(RolGrant[] source)
Creates a RoleGrant array on a RolGrant array.Methods in com.soffid.iam.api that return types with arguments of type RoleGrant Modifier and Type Method Description Collection<RoleGrant>
AbstractRole. getGranteeGroups()
Gets value for attribute granteeGroupsCollection<RoleGrant>
AbstractRole. getOwnedRoles()
Gets value for attribute ownedRolesCollection<RoleGrant>
AbstractRole. getOwnerRoles()
Gets value for attribute ownerRolesstatic AsyncList<RoleGrant>
RoleGrant. toRoleGrantAsyncList(AsyncList<RolGrant> source)
Creates a RoleGrant asynclist on a RolGrant collection.static PagedResult<RoleGrant>
RoleGrant. toRoleGrantList(PagedResult<RolGrant> source)
Creates a RoleGrant pagedResult on a RolGrant collection.static List<RoleGrant>
RoleGrant. toRoleGrantList(Collection<RolGrant> source)
Creates a RoleGrant list on a RolGrant collection.Methods in com.soffid.iam.api with parameters of type RoleGrant Modifier and Type Method Description static void
RoleGrant. toRoleGrant(RolGrant source, RoleGrant target)
Updates a RoleGrant value object based on a RolGrant object.Method parameters in com.soffid.iam.api with type arguments of type RoleGrant Modifier and Type Method Description void
AbstractRole. setGranteeGroups(Collection<RoleGrant> granteeGroups)
Sets value for attribute granteeGroupsvoid
AbstractRole. setOwnedRoles(Collection<RoleGrant> ownedRoles)
Sets value for attribute ownedRolesvoid
AbstractRole. setOwnerRoles(Collection<RoleGrant> ownerRoles)
Sets value for attribute ownerRolesConstructors in com.soffid.iam.api with parameters of type RoleGrant Constructor Description RoleGrant(RoleGrant otherBean)
Constructor parameters in com.soffid.iam.api with type arguments of type RoleGrant Constructor Description AbstractRole(String name, String description, String system, String category, Boolean enableByDefault, Boolean password, String informationSystemName, Long id, String domain, Collection<RoleGrant> ownerRoles, Collection<Group> ownerGroups, Collection<RoleGrant> granteeGroups, Collection<RoleGrant> ownedRoles, Boolean bpmEnabled, Date approvalStart, Date approvalEnd, Map<String,Object> attributes)
Role(String name, String description, String system, String category, Boolean enableByDefault, Boolean password, String informationSystemName, Long id, String domain, Collection<RoleGrant> ownerRoles, Collection<Group> ownerGroups, Collection<RoleGrant> granteeGroups, Collection<RoleGrant> ownedRoles, Boolean bpmEnabled, Date approvalStart, Date approvalEnd, Map<String,Object> attributes)
-
Uses of RoleGrant in com.soffid.iam.service
Methods in com.soffid.iam.service that return RoleGrant Modifier and Type Method Description RoleGrant
ApplicationService. create(RoleGrant grant)
Operation createRoleGrant
ApplicationService. update(RoleGrant grant)
Operation updateMethods in com.soffid.iam.service that return types with arguments of type RoleGrant Modifier and Type Method Description Collection<RoleGrant>
ApplicationService. findEffectiveRoleGrantByAccount(long accountId)
Operation findEffectiveRoleGrantByAccountCollection<RoleGrant>
ApplicationService. findEffectiveRoleGrantByUser(long userId)
Operation findEffectiveRoleGrantByUserCollection<RoleGrant>
ApplicationService. findEffectiveRoleGrantByUserAndHolderGroup(long userId, long groupId)
Operation findEffectiveRoleGrantByUserAndHolderGroupCollection<RoleGrant>
ApplicationService. findEffectiveRoleGrantsByRoleId(Long rolId)
Operation findEffectiveRoleGrantsByRoleIdCollection<RoleGrant>
ApplicationService. findRoleGrantByAccount(Long accountId)
Operation findRoleGrantByAccountCollection<RoleGrant>
ApplicationService. findRoleGrantByRole(Long rolId, Long numRegistres)
Operation findRoleGrantByRoleCollection<RoleGrant>
ApplicationService. findRoleGrantsByGroup(Group grup)
Operation findRoleGrantsByGroupCollection<RoleGrant>
UserService. getUserExplicitRoles(long userId)
Operation getUserExplicitRolesCollection<RoleGrant>
UserService. getUserRoles(long userId)
Operation getUserRolesMethods in com.soffid.iam.service with parameters of type RoleGrant Modifier and Type Method Description RoleGrant
ApplicationService. create(RoleGrant grant)
Operation createvoid
ApplicationService. delete(RoleGrant grant)
Operation deleteRoleGrant
ApplicationService. update(RoleGrant grant)
Operation updateMethod parameters in com.soffid.iam.service with type arguments of type RoleGrant Modifier and Type Method Description boolean
DispatcherService. isUserAllowed(System dispatcher, String user, Collection<RoleGrant> permissions)
Operation isUserAllowed -
Uses of RoleGrant in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return RoleGrant Modifier and Type Method Description RoleGrant
ApplicationService. create(RoleGrant grant)
RoleGrant
ApplicationService. update(RoleGrant grant)
Methods in com.soffid.iam.service.ejb that return types with arguments of type RoleGrant Modifier and Type Method Description Collection<RoleGrant>
ApplicationService. findEffectiveRoleGrantByAccount(long accountId)
Collection<RoleGrant>
ApplicationService. findEffectiveRoleGrantByUser(long userId)
Collection<RoleGrant>
ApplicationService. findEffectiveRoleGrantByUserAndHolderGroup(long userId, long groupId)
Collection<RoleGrant>
ApplicationService. findRoleGrantByAccount(Long accountId)
Collection<RoleGrant>
ApplicationService. findRoleGrantByRole(Long rolId, Long numRegistres)
Collection<RoleGrant>
ApplicationService. findRoleGrantsByGroup(Group grup)
Methods in com.soffid.iam.service.ejb with parameters of type RoleGrant Modifier and Type Method Description RoleGrant
ApplicationService. create(RoleGrant grant)
void
ApplicationService. delete(RoleGrant grant)
RoleGrant
ApplicationService. update(RoleGrant grant)
-
Uses of RoleGrant in com.soffid.iam.sync.intf
Methods in com.soffid.iam.sync.intf that return types with arguments of type RoleGrant Modifier and Type Method Description List<RoleGrant>
ReconcileMgr2. getAccountGrants(String userAccount)
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 RoleGrant Modifier and Type Method Description Collection<RoleGrant>
ServerService. getAccountExplicitRoles(String account, String dispatcherId)
Operation getAccountExplicitRolesCollection<RoleGrant>
ServerService. getAccountRoles(String account, String dispatcherId)
Operation getAccountRolesCollection<RoleGrant>
ServerService. getGroupExplicitRoles(long groupId)
Operation getGroupExplicitRolesCollection<RoleGrant>
ServerService. getRoleExplicitRoles(long roleId)
Operation getRoleExplicitRolesCollection<RoleGrant>
ServerService. getUserExplicitRoles(long userId, String dispatcherId)
Operation getUserExplicitRolesCollection<RoleGrant>
ServerService. getUserRoles(long userId, String dispatcherid)
Operation getUserRoles -
Uses of RoleGrant in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type RoleGrant Modifier and Type Method Description static RolGrant
RolGrant. toRolGrant(RoleGrant vo)
Creates a RolGrant value object based on a RoleGrant object.static void
RolGrant. toRolGrant(RoleGrant source, RolGrant target)
Updates a RolGrant value object based on a RoleGrant object.static RolGrant[]
RolGrant. toRolGrantArray(RoleGrant[] source)
Creates a RolGrant array on a RoleGrant array.Method parameters in es.caib.seycon.ng.comu with type arguments of type RoleGrant Modifier and Type Method Description static AsyncList<RolGrant>
RolGrant. toRolGrantAsyncList(AsyncList<RoleGrant> source)
Creates a RolGrant asynclist on a RoleGrant collection.static PagedResult<RolGrant>
RolGrant. toRolGrantList(PagedResult<RoleGrant> source)
Creates a RolGrant pagedResult on a RoleGrant collection.static List<RolGrant>
RolGrant. toRolGrantList(Collection<RoleGrant> source)
Creates a RolGrant list on a RoleGrant collection.
-