Uses of Class
jetbrains.buildServer.serverSide.auth.RoleScope
-
-
Uses of RoleScope in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that return types with arguments of type RoleScope Modifier and Type Method Description Collection<RoleScope>
InMemoryUser. getScopes()
Methods in jetbrains.buildServer.controllers.login with parameters of type RoleScope Modifier and Type Method Description void
InMemoryUser. addRole(RoleScope scope, Role role)
Collection<Role>
InMemoryUser. getRolesWithScope(RoleScope scope)
void
InMemoryUser. removeRole(RoleScope scope, Role role)
void
InMemoryUser. removeRoles(RoleScope scope)
-
Uses of RoleScope in jetbrains.buildServer.controllers.profile.auth
Methods in jetbrains.buildServer.controllers.profile.auth with parameters of type RoleScope Modifier and Type Method Description SProject
EditAccessTokenForm. scopeProject(RoleScope roleScope)
-
Uses of RoleScope in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl that return types with arguments of type RoleScope Modifier and Type Method Description Map<RoleScope,Set<Role>>
UserGroupRoleUpdater. getRoles(String id)
Collection<RoleScope>
SecuredUserGroup. getScopes()
Collection<RoleScope>
UserGroupImpl. getScopes()
Map<RoleScope,Collection<Role>>
SecuredUserGroup. getUnfilteredRoles()
Map<RoleScope,Collection<Role>>
UserGroupImpl. getUnfilteredRoles()
Collection<RoleScope>
SecuredUserGroup. getUnfilteredScopes()
Collection<RoleScope>
UserGroupImpl. getUnfilteredScopes()
Methods in jetbrains.buildServer.groups.impl with parameters of type RoleScope Modifier and Type Method Description void
SecuredUserGroup. addRole(RoleScope scope, Role role)
void
UserGroupImpl. addRole(RoleScope scope, Role role)
void
UserGroupRoleUpdater. addRole(String id, RoleScope roleScope, Role role)
Collection<Role>
SecuredUserGroup. getRolesWithScope(RoleScope scope)
Collection<Role>
UserGroupImpl. getRolesWithScope(RoleScope scope)
Permissions.void
SecuredUserGroup. removeRole(RoleScope scope, Role role)
void
UserGroupImpl. removeRole(RoleScope scope, Role role)
void
UserGroupRoleUpdater. removeRole(String id, RoleScope roleScope, Role role)
void
SecuredUserGroup. removeRoles(RoleScope scope)
void
UserGroupImpl. removeRoles(RoleScope scope)
void
UserGroupRoleUpdater. removeRoles(String id, RoleScope roleScope)
-
Uses of RoleScope in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that return RoleScope Modifier and Type Method Description RoleScope
RoleEntry. getScope()
Returns role scopestatic RoleScope
RoleScope. globalScope()
static RoleScope
RoleScope. projectScope(String projectId)
Methods in jetbrains.buildServer.serverSide.auth that return types with arguments of type RoleScope Modifier and Type Method Description Map<RoleScope,Permissions>
AuthenticationToken.PermissionsRestriction. getPermissions()
Collection<RoleScope>
RolesHolder. getScopes()
Returns all scopes with assigned rolesMap<RoleScope,Collection<Role>>
RolesHolderEx. getUnfilteredRoles()
Collection<RoleScope>
RolesHolderEx. getUnfilteredScopes()
Methods in jetbrains.buildServer.serverSide.auth with parameters of type RoleScope Modifier and Type Method Description void
RolesHolder. addRole(RoleScope scope, Role role)
Adds role with specified scopevoid
PermissionSet. addRoleEntry(RoleScope scope, Role role)
void
PermissionSet. addRoles(RoleScope scope, Collection<Role> roles)
void
AccessChecker. checkCanChangeUserOrGroupRole(RoleScope scope, Role role)
void
AccessChecker. checkCanManageRolesInScope(RoleScope scope)
Collection<Role>
RolesHolder. getRolesWithScope(RoleScope scope)
Returns all roles with specified scope.void
RolesHolder. removeRole(RoleScope scope, Role role)
Removes role with specified scopevoid
RolesHolder. removeRoles(RoleScope scope)
Removes all of the roles having the specified scope.Method parameters in jetbrains.buildServer.serverSide.auth with type arguments of type RoleScope Modifier and Type Method Description void
PermissionSet. addAllRoles(Map<RoleScope,Collection<Role>> roles)
static boolean
AuthUtil. canViewAnyRoleScope(AuthorityHolder authorityHolder, Collection<RoleScope> roleScopes)
Constructor parameters in jetbrains.buildServer.serverSide.auth with type arguments of type RoleScope Constructor Description PermissionsRestriction(Map<RoleScope,Permissions> permissions)
-
Uses of RoleScope in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type RoleScope Modifier and Type Method Description protected void
BaseServerTestCase. addRole2LoggedInUser(RoleScope scope, Role role)
protected void
BaseServerTestCase. removeRolesFromLoggedInUser(RoleScope scope)
-
Uses of RoleScope in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit with parameters of type RoleScope Modifier and Type Method Description static Object
AuditUtil. roleScope2Project(ProjectManager projectManager, RoleScope scope)
-
Uses of RoleScope in jetbrains.buildServer.serverSide.impl.audit.finders
Methods in jetbrains.buildServer.serverSide.impl.audit.finders with parameters of type RoleScope Modifier and Type Method Description SProject
AuthenticationTokenAuditFinder.AuthenticationTokenAuditItem. getProjectIfAccessible(RoleScope roleScope)
boolean
AuthenticationTokenAuditFinder.AuthenticationTokenAuditItem. isProjectAccessibleByContextUser(RoleScope roleScope)
-
Uses of RoleScope in jetbrains.buildServer.serverSide.impl.auth
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type RoleScope Modifier and Type Method Description static boolean
ServerAuthUtil. canChangeUserOrGroupRole(AuthorityHolder authorityHolder, RoleScope scope, Role role)
void
ServerAccessChecker. checkCanChangeUserOrGroupRole(RoleScope scope, Role role)
static void
ServerAuthUtil. checkCanChangeUserOrGroupRole(AuthorityHolder authorityHolder, RoleScope scope, Role role)
Deprecated.void
ServerAccessChecker. checkCanManageRolesInScope(RoleScope scope)
static void
ServerAuthUtil. checkCanManageRolesInScope(AuthorityHolder authorityHolder, RoleScope scope)
Deprecated. -
Uses of RoleScope in jetbrains.buildServer.serverSide.oauth.server
Fields in jetbrains.buildServer.serverSide.oauth.server declared as RoleScope Modifier and Type Field Description static RoleScope
OAuthServerConstants. ROOT_ROLE_SCOPE
-
Uses of RoleScope in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users with parameters of type RoleScope Modifier and Type Method Description void
RolesUpdate. addRole(T id, RoleScope roleScope, Role role)
Adds a role with specified scope to an entity with specified id.void
RolesUpdate. removeRole(T id, RoleScope roleScope, Role role)
Removes role with specified scope from the entity with specified id.void
RolesUpdate. removeRoles(T id, RoleScope roleScope)
Removes all roles with specified scope from the entity with specified id. -
Uses of RoleScope in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that return RoleScope Modifier and Type Method Description RoleScope
RoleEntryImpl. getScope()
Methods in jetbrains.buildServer.users.impl that return types with arguments of type RoleScope Modifier and Type Method Description Collection<RoleScope>
RolesHolderImpl. computeExistingScopes(Map<RoleScope,Set<String>> rolesMap)
Map<RoleScope,Collection<Role>>
RolesConverter. convertRolesForGlobalPermissionsMode(Map<RoleScope,Collection<Role>> roles)
Performs a convertion of user, or group roles for global permissions mode.static GenericQuery.ResultSetProcessor<Map<RoleScope,Set<Role>>>
UserModelImpl. createRolesResultSetProcessor(RolesManager rolesManager)
Collection<RoleScope>
BaseUser. getScopes()
Collection<RoleScope>
RestrictedUserImpl. getScopes()
Collection<RoleScope>
RolesHolderImpl. getScopes()
Map<RoleScope,Collection<Role>>
RolesHolderImpl. getUnfilteredRoles()
Collection<RoleScope>
RolesHolderImpl. getUnfilteredScopes()
Map<RoleScope,Set<Role>>
FeatureProviderUserDataLoader. loadRoles(long userId)
abstract Map<RoleScope,Set<Role>>
RolesHolderImpl. loadRoles()
Map<RoleScope,Set<Role>>
UserDataLoader. loadRoles(long userId)
Map<RoleScope,Set<Role>>
UserDataLoaderImpl. loadRoles(long userId)
Methods in jetbrains.buildServer.users.impl with parameters of type RoleScope Modifier and Type Method Description void
BaseUser. addRole(RoleScope scope, Role role)
void
FeatureProviderUserUpdate. addRole(Long id, RoleScope roleScope, Role role)
void
RestrictedUserImpl. addRole(RoleScope scope, Role role)
void
RolesHolderImpl. addRole(RoleScope scope, Role role)
void
SecuredUser. addRole(RoleScope scope, Role role)
void
SecuredUserModel. addRole(Long id, RoleScope roleScope, Role role)
void
UserImpl. addRole(RoleScope scope, Role role)
void
UserModelImpl. addRole(Long userId, RoleScope roleScope, Role role)
Collection<Role>
BaseUser. getRolesWithScope(RoleScope scope)
Collection<Role>
RestrictedUserImpl. getRolesWithScope(RoleScope scope)
Collection<Role>
RolesHolderImpl. getRolesWithScope(RoleScope scope)
void
BaseUser. removeRole(RoleScope scope, Role role)
void
FeatureProviderUserUpdate. removeRole(Long id, RoleScope roleScope, Role role)
void
RestrictedUserImpl. removeRole(RoleScope scope, Role role)
void
RolesHolderImpl. removeRole(RoleScope scope, Role role)
void
SecuredUser. removeRole(RoleScope scope, Role role)
void
SecuredUserModel. removeRole(Long id, RoleScope roleScope, Role role)
void
UserImpl. removeRole(RoleScope scope, Role role)
void
UserModelImpl. removeRole(Long userId, RoleScope roleScope, Role role)
void
BaseUser. removeRoles(RoleScope scope)
void
FeatureProviderUserUpdate. removeRoles(Long id, RoleScope roleScope)
void
RestrictedUserImpl. removeRoles(RoleScope scope)
void
RolesHolderImpl. removeRoles(RoleScope scope)
void
SecuredUser. removeRoles(RoleScope scope)
void
SecuredUserModel. removeRoles(Long id, RoleScope roleScope)
void
UserImpl. removeRoles(RoleScope scope)
void
UserModelImpl. removeRoles(Long userId, RoleScope roleScope)
Method parameters in jetbrains.buildServer.users.impl with type arguments of type RoleScope Modifier and Type Method Description Collection<RoleScope>
RolesHolderImpl. computeExistingScopes(Map<RoleScope,Set<String>> rolesMap)
Map<RoleScope,Collection<Role>>
RolesConverter. convertRolesForGlobalPermissionsMode(Map<RoleScope,Collection<Role>> roles)
Performs a convertion of user, or group roles for global permissions mode.Constructors in jetbrains.buildServer.users.impl with parameters of type RoleScope Constructor Description RoleEntryImpl(RoleScope scope, Role role)
-