Uses of Interface
jetbrains.buildServer.serverSide.auth.RoleEntry
-
Packages that use RoleEntry Package Description jetbrains.buildServer.controllers.login jetbrains.buildServer.groups.impl jetbrains.buildServer.serverSide.auth jetbrains.buildServer.users.impl -
-
Uses of RoleEntry in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that return types with arguments of type RoleEntry Modifier and Type Method Description Collection<RoleEntry>
InMemoryUser. getRoles()
-
Uses of RoleEntry in jetbrains.buildServer.groups.impl
Methods in jetbrains.buildServer.groups.impl that return types with arguments of type RoleEntry Modifier and Type Method Description Collection<RoleEntry>
SecuredUserGroup. getRoles()
Collection<RoleEntry>
UserGroupImpl. getRoles()
-
Uses of RoleEntry in jetbrains.buildServer.serverSide.auth
Methods in jetbrains.buildServer.serverSide.auth that return types with arguments of type RoleEntry Modifier and Type Method Description Collection<RoleEntry>
RolesHolder. getRoles()
Returns roles with their scopes -
Uses of RoleEntry in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement RoleEntry Modifier and Type Class Description class
RoleEntryImpl
Methods in jetbrains.buildServer.users.impl that return types with arguments of type RoleEntry Modifier and Type Method Description Collection<RoleEntry>
BaseUser. getRoles()
Collection<RoleEntry>
RestrictedUserImpl. getRoles()
Collection<RoleEntry>
RolesHolderImpl. getRoles()
-