Uses of Interface
com.polarion.platform.security.IRoleAssignment
Packages that use IRoleAssignment
-
Uses of IRoleAssignment in com.polarion.platform.security
Methods in com.polarion.platform.security that return types with arguments of type IRoleAssignmentModifier and TypeMethodDescriptionISecurityService.getContextRoleAssignmentsForUser
(String userName, IContextId context) Returns the context roles assigned to the specific User together with the source of the assignment.ISecurityService.getUserAssignmentsForContextRole
(String roleId, IContextId context) Returns the Users assigned the specific role together with the source of the assignment. -
Uses of IRoleAssignment in com.polarion.platform.spi.security
Methods in com.polarion.platform.spi.security that return types with arguments of type IRoleAssignmentModifier and TypeMethodDescriptionIAuthenticationSource.getContextRoleAssignmentsForUser
(String userName, IContextId context) Returns the context roles assigned to the specific User together with the source of the assignment.IAuthenticationSource.getUserAssignmentsForRole
(String role, IContextId context) Returns the Users assigned the specific role together with the source of the assignment.