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 voidInMemoryUser. addRole(RoleScope scope, Role role)Collection<Role>InMemoryUser. getRolesWithScope(RoleScope scope)voidInMemoryUser. removeRole(RoleScope scope, Role role)voidInMemoryUser. 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 SProjectEditAccessTokenForm. 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 voidSecuredUserGroup. addRole(RoleScope scope, Role role)voidUserGroupImpl. addRole(RoleScope scope, Role role)voidUserGroupRoleUpdater. addRole(String id, RoleScope roleScope, Role role)Collection<Role>SecuredUserGroup. getRolesWithScope(RoleScope scope)Collection<Role>UserGroupImpl. getRolesWithScope(RoleScope scope)Permissions.voidSecuredUserGroup. removeRole(RoleScope scope, Role role)voidUserGroupImpl. removeRole(RoleScope scope, Role role)voidUserGroupRoleUpdater. removeRole(String id, RoleScope roleScope, Role role)voidSecuredUserGroup. removeRoles(RoleScope scope)voidUserGroupImpl. removeRoles(RoleScope scope)voidUserGroupRoleUpdater. 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 RoleScopeRoleEntry. getScope()Returns role scopestatic RoleScopeRoleScope. globalScope()static RoleScopeRoleScope. 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 voidRolesHolder. addRole(RoleScope scope, Role role)Adds role with specified scopevoidPermissionSet. addRoleEntry(RoleScope scope, Role role)voidPermissionSet. addRoles(RoleScope scope, Collection<Role> roles)voidAccessChecker. checkCanChangeUserOrGroupRole(RoleScope scope, Role role)voidAccessChecker. checkCanManageRolesInScope(RoleScope scope)Collection<Role>RolesHolder. getRolesWithScope(RoleScope scope)Returns all roles with specified scope.voidRolesHolder. removeRole(RoleScope scope, Role role)Removes role with specified scopevoidRolesHolder. 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 voidPermissionSet. addAllRoles(Map<RoleScope,Collection<Role>> roles)static booleanAuthUtil. 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 voidBaseServerTestCase. addRole2LoggedInUser(RoleScope scope, Role role)protected voidBaseServerTestCase. 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 ObjectAuditUtil. 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 SProjectAuthenticationTokenAuditFinder.AuthenticationTokenAuditItem. getProjectIfAccessible(RoleScope roleScope)booleanAuthenticationTokenAuditFinder.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 booleanServerAuthUtil. canChangeUserOrGroupRole(AuthorityHolder authorityHolder, RoleScope scope, Role role)voidServerAccessChecker. checkCanChangeUserOrGroupRole(RoleScope scope, Role role)static voidServerAuthUtil. checkCanChangeUserOrGroupRole(AuthorityHolder authorityHolder, RoleScope scope, Role role)Deprecated.voidServerAccessChecker. checkCanManageRolesInScope(RoleScope scope)static voidServerAuthUtil. 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 RoleScopeOAuthServerConstants. 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 voidRolesUpdate. addRole(T id, RoleScope roleScope, Role role)Adds a role with specified scope to an entity with specified id.voidRolesUpdate. removeRole(T id, RoleScope roleScope, Role role)Removes role with specified scope from the entity with specified id.voidRolesUpdate. 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 RoleScopeRoleEntryImpl. 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 voidBaseUser. addRole(RoleScope scope, Role role)voidFeatureProviderUserUpdate. addRole(Long id, RoleScope roleScope, Role role)voidRestrictedUserImpl. addRole(RoleScope scope, Role role)voidRolesHolderImpl. addRole(RoleScope scope, Role role)voidSecuredUser. addRole(RoleScope scope, Role role)voidSecuredUserModel. addRole(Long id, RoleScope roleScope, Role role)voidUserImpl. addRole(RoleScope scope, Role role)voidUserModelImpl. 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)voidBaseUser. removeRole(RoleScope scope, Role role)voidFeatureProviderUserUpdate. removeRole(Long id, RoleScope roleScope, Role role)voidRestrictedUserImpl. removeRole(RoleScope scope, Role role)voidRolesHolderImpl. removeRole(RoleScope scope, Role role)voidSecuredUser. removeRole(RoleScope scope, Role role)voidSecuredUserModel. removeRole(Long id, RoleScope roleScope, Role role)voidUserImpl. removeRole(RoleScope scope, Role role)voidUserModelImpl. removeRole(Long userId, RoleScope roleScope, Role role)voidBaseUser. removeRoles(RoleScope scope)voidFeatureProviderUserUpdate. removeRoles(Long id, RoleScope roleScope)voidRestrictedUserImpl. removeRoles(RoleScope scope)voidRolesHolderImpl. removeRoles(RoleScope scope)voidSecuredUser. removeRoles(RoleScope scope)voidSecuredUserModel. removeRoles(Long id, RoleScope roleScope)voidUserImpl. removeRoles(RoleScope scope)voidUserModelImpl. 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)
-