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 interfaceUserGroupEx -
Uses of RolesHolderEx in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement RolesHolderEx Modifier and Type Class Description classAllUsersGroupclassSecuredUserGroupclassUserGroupImplUser group implementation. -
Uses of RolesHolderEx in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement RolesHolderEx Modifier and Type Class Description classRolesHolderImpl<T>Actual roles holders (like user and group) are expected to delegateRolesHolderoperations, rather than inherit fromRolesHolderImpl.
-