Uses of Interface
jetbrains.buildServer.serverSide.auth.Role
-
-
Uses of Role in jetbrains.buildServer.controllers.admin.roles
Methods in jetbrains.buildServer.controllers.admin.roles that return Role Modifier and Type Method Description Role
EditRolesForm. getAdministratorRole()
Role[]
EditableRoleBean. getAvailableRoles()
Role[]
EditableRoleBean. getIncludedRoles()
Methods in jetbrains.buildServer.controllers.admin.roles with parameters of type Role Modifier and Type Method Description protected void
RolesManagerAction. addRoleUpdatedMessage(javax.servlet.http.HttpServletRequest request, Role role)
Constructors in jetbrains.buildServer.controllers.admin.roles with parameters of type Role Constructor Description EditableRoleBean(Role role, Set<Role> availableToInclude)
Constructor parameters in jetbrains.buildServer.controllers.admin.roles with type arguments of type Role Constructor Description EditableRoleBean(Role role, Set<Role> availableToInclude)
-
Uses of Role in jetbrains.buildServer.controllers.admin.users
Methods in jetbrains.buildServer.controllers.admin.users that return types with arguments of type Role Modifier and Type Method Description List<Role>
UserListForm. getRoles()
-
Uses of Role in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that return types with arguments of type Role Modifier and Type Method Description Collection<Role>
InMemoryUser. getRolesWithScope(RoleScope scope)
Methods in jetbrains.buildServer.controllers.login with parameters of type Role Modifier and Type Method Description void
InMemoryUser. addRole(RoleScope scope, Role role)
void
InMemoryUser. removeRole(Role role)
void
InMemoryUser. removeRole(RoleScope scope, Role role)
-
Uses of Role in jetbrains.buildServer.controllers.profile
Methods in jetbrains.buildServer.controllers.profile that return Role Modifier and Type Method Description Role
RoleBean. getRole()
Constructors in jetbrains.buildServer.controllers.profile with parameters of type Role Constructor Description RoleBean(Role role)
RoleBean(Role role, SProject project)
-
Uses of Role in jetbrains.buildServer.controllers.user
Methods in jetbrains.buildServer.controllers.user with parameters of type Role Modifier and Type Method Description boolean
AvailableRolesBean. isRoleCanBeGranted(Role role, SProject project)
-
Uses of Role in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl that return types with arguments of type Role Modifier and Type Method Description Map<RoleScope,Set<Role>>
UserGroupRoleUpdater. getRoles(String id)
Collection<Role>
SecuredUserGroup. getRolesWithScope(RoleScope scope)
Collection<Role>
UserGroupImpl. getRolesWithScope(RoleScope scope)
Permissions.Map<RoleScope,Collection<Role>>
SecuredUserGroup. getUnfilteredRoles()
Map<RoleScope,Collection<Role>>
UserGroupImpl. getUnfilteredRoles()
Methods in jetbrains.buildServer.groups.impl with parameters of type Role 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)
void
SecuredUserGroup. removeRole(Role role)
void
SecuredUserGroup. removeRole(RoleScope scope, Role role)
void
UserGroupImpl. removeRole(Role role)
void
UserGroupImpl. removeRole(RoleScope scope, Role role)
void
UserGroupRoleUpdater. removeRole(String id, Role role)
void
UserGroupRoleUpdater. removeRole(String id, RoleScope roleScope, Role role)
void
UserGroupRoleUpdater. removeRole(Role role)
-
Uses of Role in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide with parameters of type Role Modifier and Type Method Description protected void
BaseServerSpringContextTestCase. addGlobalRole(Role role)
protected void
BaseServerSpringContextTestCase. addProjectRole(String projectId, Role role)
-
Uses of Role in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type Role Modifier and Type Method Description SUserAssert
SUserAssert. doesNotHaveGlobalRole(Role role)
RolesHolderAssert
SUserGroupAssert. doesNotHaveGlobalRole(Role role)
SUserAssert
SUserAssert. hasGlobalRole(Role role)
RolesHolderAssert
SUserGroupAssert. hasGlobalRole(Role role)
RoleAssert
RoleAssert. hasIncludedRole(Role role)
static RoleAssert
ServerAsserts. then(Role role)
Constructors in jetbrains.buildServer.serverSide.asserts with parameters of type Role Constructor Description RoleAssert(Role actual)
-
Uses of Role in jetbrains.buildServer.serverSide.audit
Methods in jetbrains.buildServer.serverSide.audit with parameters of type Role Modifier and Type Method Description AuditLog
AuditLogFactory. createForRole(Role role)
Returns audit log for user role -
Uses of Role in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type Role Modifier and Type Method Description protected String
UserRoleHelper. doGetLog4jDescription(Role role)
protected String
UserRoleHelper. doGetObjectId(Role role)
protected String
UserRoleHelper. doGetObjectName(Role object)
-
Uses of Role in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that return Role Modifier and Type Method Description Role
RolesManager. createNewRole(String roleName)
Creates new role with given id and nameRole
RolesManager. findRoleById(String roleId)
Searches for a role with specified idRole[]
Role. getIncludedRoles()
Returns roles which are included in this roleRole
RoleEntry. getRole()
Returns roleRole
RolesManager. getSuperUserRole()
Returns predefined non configurable role representing super user.Role
RolesManager. getSystemAdministratorRole()
Returns predefined non configurable role representing system administrator.Methods in jetbrains.buildServer.serverSide.auth that return types with arguments of type Role Modifier and Type Method Description Collection<? extends Role>
RolesManager. getAllIncludedRoles(Role role)
Collects all roles recursively inlcuded in the roleList<Role>
RolesManager. getAvailableRoles()
Returns list of roles configured in the system.Map<String,Role>
RolesManager. getAvailableRolesMap()
Same asRolesManager.getAvailableRoles()
but returns map where id of the role is a key.Collection<Role>
RolesHolder. getRolesWithScope(RoleScope scope)
Returns all roles with specified scope.Map<RoleScope,Collection<Role>>
RolesHolderEx. getUnfilteredRoles()
Methods in jetbrains.buildServer.serverSide.auth with parameters of type Role Modifier and Type Method Description void
Role. addIncludedRole(Role includedRole)
IncludesincludedRole
to the rolevoid
RolesHolder. addRole(RoleScope scope, Role role)
Adds role with specified scopevoid
PermissionSet. addRoleEntry(RoleScope scope, Role role)
void
AccessChecker. checkCanChangeUserOrGroupRole(RoleScope scope, Role role)
void
RolesManager. deleteRole(Role role)
Deletes roleCollection<? extends Role>
RolesManager. getAllIncludedRoles(Role role)
Collects all roles recursively inlcuded in the rolevoid
Role. removeIncludedRole(Role includedRole)
ExcludesincludedRole
from the rolevoid
RolesHolder. removeRole(Role role)
Removes specified role.void
RolesHolder. removeRole(RoleScope scope, Role role)
Removes role with specified scopevoid
RoleAdapter. roleChanged(Role role)
void
RoleListener. roleChanged(Role role)
Called when properties of a role are changedvoid
RoleAdapter. roleCreated(Role role)
void
RoleListener. roleCreated(Role role)
Called when a role is createdvoid
RoleAdapter. roleDeleted(Role role)
void
RoleListener. roleDeleted(Role role)
Called when a role is deletedMethod parameters in jetbrains.buildServer.serverSide.auth with type arguments of type Role Modifier and Type Method Description void
PermissionSet. addAllRoles(Map<RoleScope,Collection<Role>> roles)
void
PermissionSet. addRoles(RoleScope scope, Collection<Role> roles)
-
Uses of Role in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return Role Modifier and Type Method Description protected Role
BaseServerTestCase. getProjectAdminRole()
protected Role
BaseServerTestCase. getProjectDevRole()
protected Role
BaseServerTestCase. getProjectViewerRole()
protected Role
BaseServerTestCase. getSuperUserRole()
protected Role
BaseServerTestCase. getSysAdminRole()
Methods in jetbrains.buildServer.serverSide.impl with parameters of type Role Modifier and Type Method Description protected void
BaseServerTestCase. addRole2LoggedInUser(RoleScope scope, Role role)
-
Uses of Role in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit with parameters of type Role Modifier and Type Method Description AuditLog
AuditLogFactoryImpl. createForRole(Role role)
-
Uses of Role in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth that implement Role Modifier and Type Class Description class
RoleImpl
Role is a set of permissions and included roles with name and identifier.Methods in jetbrains.buildServer.serverSide.impl.auth that return Role Modifier and Type Method Description Role
TestRoles. addRole(Role role)
Role
RolesManagerImpl. createNewRole(String roleName)
Role
TestRoles. createRole(Permission... perms)
Role
GlobalPermissionsRoles. findRoleById(String roleId)
Role
RolesManagerImpl. findRoleById(String roleId)
Role
TestRoles. findRoleById(String id)
Role
GlobalPermissionsRoles. getAdministratorRole()
Role
TestRoles. getAgentManagerRole()
Role
GlobalPermissionsRoles. getGuestRole()
Role[]
RoleImpl. getIncludedRoles()
Role
TestRoles. getProjectAdminRole()
Role
TestRoles. getProjectDevRole()
Role
TestRoles. getProjectViewerRole()
Role
GlobalPermissionsRoles. getSuperUserRole()
Role
RolesManagerImpl. getSuperUserRole()
Role
TestRoles. getSuperUserRole()
Role
TestRoles. getSysAdminRole()
Role
RolesManagerImpl. getSystemAdministratorRole()
Role
TestRoles. getToolsIntegratorRole()
Role
GlobalPermissionsRoles. getUserRole()
Methods in jetbrains.buildServer.serverSide.impl.auth that return types with arguments of type Role Modifier and Type Method Description Collection<? extends Role>
RolesManagerImpl. getAllIncludedRoles(Role role)
List<Role>
GlobalPermissionsRoles. getAvailableRoles()
List<Role>
RolesManagerImpl. getAvailableRoles()
Map<String,Role>
RolesManagerImpl. getAvailableRolesMap()
Methods in jetbrains.buildServer.serverSide.impl.auth with parameters of type Role Modifier and Type Method Description void
RoleImpl. addIncludedRole(Role includedRole)
void
RoleManipulator. addIncludedRole(RoleImpl role, Role includedRole)
IncludesincludedRole
torole
void
RolesManagerImpl. addIncludedRole(RoleImpl role, Role includedRole)
Role
TestRoles. addRole(Role role)
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
RolesManagerImpl. deleteRole(Role role)
void
RoleImpl. doAddIncludedRole(Role role)
void
RoleImpl. doRemoveIncludedRole(Role role)
Collection<? extends Role>
RolesManagerImpl. getAllIncludedRoles(Role role)
void
RoleImpl. removeIncludedRole(Role includedRole)
void
RoleManipulator. removeIncludedRole(RoleImpl role, Role includedRole)
ExcludesincludedRole
fromrole
void
RolesManagerImpl. removeIncludedRole(RoleImpl role, Role includedRole)
-
Uses of Role in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that return Role Modifier and Type Method Description Role
SearchOptions. getRole()
Methods in jetbrains.buildServer.users with parameters of type Role 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(Role role)
Removes the specified role for all roles holders.void
RolesUpdate. removeRole(T id, Role role)
Removes the specified role from the 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
SearchOptions. setRole(Role role)
Seach users with specified role. -
Uses of Role in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that return Role Modifier and Type Method Description Role
RoleEntryImpl. getRole()
Methods in jetbrains.buildServer.users.impl that return types with arguments of type Role Modifier and Type Method Description 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<Role>
RolesConverter. getGuestRoles()
Returns the guest roles.Collection<Role>
BaseUser. getRolesWithScope(RoleScope scope)
Collection<Role>
RestrictedUserImpl. getRolesWithScope(RoleScope scope)
Collection<Role>
RolesHolderImpl. getRolesWithScope(RoleScope scope)
Map<RoleScope,Collection<Role>>
RolesHolderImpl. getUnfilteredRoles()
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 Role 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)
void
BaseUser. removeRole(Role role)
void
BaseUser. removeRole(RoleScope scope, Role role)
void
FeatureProviderUserUpdate. removeRole(Long id, Role role)
void
FeatureProviderUserUpdate. removeRole(Long id, RoleScope roleScope, Role role)
void
FeatureProviderUserUpdate. removeRole(Role role)
void
RestrictedUserImpl. removeRole(Role role)
void
RestrictedUserImpl. removeRole(RoleScope scope, Role role)
void
RolesHolderImpl. removeRole(Role role)
void
RolesHolderImpl. removeRole(RoleScope scope, Role role)
void
SecuredUser. removeRole(Role role)
void
SecuredUser. removeRole(RoleScope scope, Role role)
void
SecuredUserModel. removeRole(Long id, Role role)
void
SecuredUserModel. removeRole(Long id, RoleScope roleScope, Role role)
void
SecuredUserModel. removeRole(Role role)
void
UserImpl. removeRole(Role role)
void
UserImpl. removeRole(RoleScope scope, Role role)
void
UserModelImpl. removeRole(Long userId, Role role)
void
UserModelImpl. removeRole(Long userId, RoleScope roleScope, Role role)
void
UserModelImpl. removeRole(Role role)
Method parameters in jetbrains.buildServer.users.impl with type arguments of type Role Modifier and Type Method Description 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 Role Constructor Description RoleEntryImpl(RoleScope scope, Role role)
-