Class GitLabAuthentication.GitLabCeOrEeAuth
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.BaseOAuthAuthentication
-
- jetbrains.buildServer.serverSide.oauth.gitlab.GitLabAuthentication.BaseGitLabAuthentication
-
- jetbrains.buildServer.serverSide.oauth.gitlab.GitLabAuthentication.GitLabCeOrEeAuth
-
- All Implemented Interfaces:
HttpAuthenticationScheme
,AuthModuleType
- Enclosing class:
- GitLabAuthentication
public final class GitLabAuthentication.GitLabCeOrEeAuth extends GitLabAuthentication.BaseGitLabAuthentication
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.oauth.BaseOAuthAuthentication
DEFAULT_ALLOW_CREATING_NEW_USERS_BY_LOGIN, LOGGER, myAccessTokenControllerPath, myContext, myDefaultScope, myOAuthFlow, myOAuthProvider, myUniqueRedirectService
-
-
Constructor Summary
Constructors Constructor Description GitLabCeOrEeAuth()
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.oauth.gitlab.GitLabAuthentication.BaseGitLabAuthentication
getRedirectPath, getRestrictingOptions, isMatchingUniqueRedirectPath, performAuthChecks, rememberToken
-
Methods inherited from class jetbrains.buildServer.serverSide.oauth.BaseOAuthAuthentication
afterNewUserCreated, describeProperties, getConnectAccountController, getDefaultProperties, getDescription, getDisplayName, getEditPropertiesJspFilePath, getLoginController, getName, getRedirectUri, getSuitableConnection, getUserIdPropertyKey, getUsernamePropertyKey, getUserRedirect, init, isMultipleInstancesAllowed, isValidRedirectUrl, prepareBackRedirectErrorMessage, processAuthenticationRequest, registerUserProfilePageExtensions, setUniqueRedirectService, shouldSkip2FA, tryFindSuitableConnection, validate
-
-