Class AuthenticatedUserInfo
- java.lang.Object
-
- jetbrains.buildServer.serverSide.auth.AuthenticatedUserInfo
-
public class AuthenticatedUserInfo extends Object
- Author:
- Maxim.Manuylov Date: 09.01.13
-
-
Constructor Summary
Constructors Constructor Description AuthenticatedUserInfo(SUser user, AuthModule<? extends AuthModuleType> authModule, ServerPrincipal principal, AuthenticationDetails authenticationDetails)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationDetails
getAuthenticationDetails()
AuthModule<? extends AuthModuleType>
getAuthModule()
ServerPrincipal
getPrincipal()
SUser
getUser()
-
-
-
Constructor Detail
-
AuthenticatedUserInfo
public AuthenticatedUserInfo(@NotNull SUser user, @NotNull AuthModule<? extends AuthModuleType> authModule, @NotNull ServerPrincipal principal, @Nullable AuthenticationDetails authenticationDetails)
-
-
Method Detail
-
getPrincipal
@NotNull public ServerPrincipal getPrincipal()
-
getUser
@NotNull public SUser getUser()
-
getAuthModule
@NotNull public AuthModule<? extends AuthModuleType> getAuthModule()
-
getAuthenticationDetails
@Nullable public AuthenticationDetails getAuthenticationDetails()
-
-