Uses of Interface
jetbrains.buildServer.serverSide.auth.RolesHolderEx
-
Packages that use RolesHolderEx Package Description jetbrains.buildServer.groups jetbrains.buildServer.groups.impl jetbrains.buildServer.users.impl -
-
Uses of RolesHolderEx in jetbrains.buildServer.groups
Subinterfaces of RolesHolderEx in jetbrains.buildServer.groups Modifier and Type Interface Description interface
UserGroupEx
-
Uses of RolesHolderEx in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement RolesHolderEx Modifier and Type Class Description class
AllUsersGroup
class
SecuredUserGroup
class
UserGroupImpl
User group implementation. -
Uses of RolesHolderEx in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement RolesHolderEx Modifier and Type Class Description class
RolesHolderImpl<T>
Actual roles holders (like user and group) are expected to delegateRolesHolder
operations, rather than inherit fromRolesHolderImpl
.
-