Class BuildPrincipal
- java.lang.Object
-
- jetbrains.buildServer.serverSide.auth.ServerPrincipal
-
- jetbrains.buildServer.controllers.interceptors.auth.impl.BuildPrincipal
-
- All Implemented Interfaces:
Principal
public class BuildPrincipal extends ServerPrincipal
- Author:
- maxim.manuylov Date: 7/9/12
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.serverSide.auth.ServerPrincipal
ServerPrincipal.AuthenticationResult
-
-
Constructor Summary
Constructors Constructor Description BuildPrincipal(long buildId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getBuildId()
-
Methods inherited from class jetbrains.buildServer.serverSide.auth.ServerPrincipal
getName, getNewUserProperties, getPermissionsRestrictor, getRealm, getUsernamePropertyKey, isCreatingNewUserAllowed
-
-