Class GitHubAuthentication.GitHubEnterpriseAuth
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.BaseOAuthAuthentication
-
- jetbrains.buildServer.serverSide.oauth.github.GitHubAuthentication.BaseGitHubAuthentication
-
- jetbrains.buildServer.serverSide.oauth.github.GitHubAuthentication.GitHubEnterpriseAuth
-
- All Implemented Interfaces:
HttpAuthenticationScheme
,AuthModuleType
- Enclosing class:
- GitHubAuthentication
public final class GitHubAuthentication.GitHubEnterpriseAuth extends GitHubAuthentication.BaseGitHubAuthentication
-
-
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 GitHubEnterpriseAuth()
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.oauth.github.GitHubAuthentication.BaseGitHubAuthentication
getRedirectPath, getRestrictingOptions, isMatchingUniqueRedirectPath, performAuthChecks, prepareBackRedirectErrorMessage, 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, processAuthenticationRequest, registerUserProfilePageExtensions, setUniqueRedirectService, shouldSkip2FA, tryFindSuitableConnection, validate
-
-