Interface RolesHolderEx
-
- All Superinterfaces:
Loggable,RolesHolder
- All Known Subinterfaces:
UserGroupEx
- All Known Implementing Classes:
AllUsersGroup,RolesHolderImpl,SecuredUserGroup,UserGroupImpl
public interface RolesHolderEx extends RolesHolder
- Author:
- Pavel.Sher Date: 22.04.2009
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<RoleScope,Collection<Role>>getUnfilteredRoles()Collection<RoleScope>getUnfilteredScopes()-
Methods inherited from interface jetbrains.buildServer.serverSide.auth.RolesHolder
addRole, getAllParentHolders, getParentHolders, getRoles, getRolesWithScope, getScopes, isSystemAdministratorRoleGranted, isSystemAdministratorRoleGrantedDirectly, isSystemAdministratorRoleInherited, removeRole, removeRole, removeRoles
-
-
-
-
Method Detail
-
getUnfilteredScopes
@NotNull Collection<RoleScope> getUnfilteredScopes()
- Returns:
- unfiltered role scopes for this roles holder, unfiltered scopes include scopes for projects current user from security context does not have access too
-
getUnfilteredRoles
@NotNull Map<RoleScope,Collection<Role>> getUnfilteredRoles()
- Returns:
- unfiltered map of role for this roles holder, unfiltered map include roles for projects current user from security context does not have access too
-
-