Uses of Class
jetbrains.buildServer.serverSide.oauth.TokenIntent
-
Packages that use TokenIntent Package Description jetbrains.buildServer.serverSide.oauth jetbrains.buildServer.serverSide.oauth.github jetbrains.buildServer.serverSide.oauth.space -
-
Uses of TokenIntent in jetbrains.buildServer.serverSide.oauth
Fields in jetbrains.buildServer.serverSide.oauth declared as TokenIntent Modifier and Type Field Description static TokenIntentTokenIntent. ANYstatic TokenIntentTokenIntent. REPO_FULLstatic TokenIntentTokenIntent. REPO_GROUPS_READMethods in jetbrains.buildServer.serverSide.oauth that return TokenIntent Modifier and Type Method Description protected TokenIntentOAuthPopupControllerBase. determineTokenIntent(javax.servlet.http.HttpServletRequest request)TokenIntentTokenStorageQuery. getTokenIntent()Methods in jetbrains.buildServer.serverSide.oauth with parameters of type TokenIntent Modifier and Type Method Description protected StringOAuthPopupControllerBase. getScope(OAuthConnectionDescriptor opb, TokenIntent tokenIntent)StringOAuthConnectionDescriptor. getScopeForIntent(TokenIntent intent)Returns a specific OAuth scope to request for the given token intent, if needed.StringOAuthProvider. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)Returns the provider-specific OAuth scope to request for the given token intent.Set<OAuthToken>OAuthTokensStorage. getUserTokens(String connectionId, long userId, SProject project, TokenIntent intent, boolean refreshIfNecessary)Get all tokens that satisfy certain usage intent for a given user and under a specific connection id within a project contextSet<OAuthToken>OAuthTokensStorage. getUserTokens(String connectionId, SUser user, SProject project, TokenIntent intent, boolean refreshIfNecessary)Get all tokens that satisfy certain usage intent for a given user and under a specific connection id within a project contextbooleanOAuthProvider. isSuitableToken(OAuthToken token, TokenIntent intent)BTokenStorageQuery.Builder. withTokenIntent(TokenIntent tokenIntent)Specifies the token intent for the query. -
Uses of TokenIntent in jetbrains.buildServer.serverSide.oauth.github
Methods in jetbrains.buildServer.serverSide.oauth.github with parameters of type TokenIntent Modifier and Type Method Description StringGitHubOAuthProviderBase. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)booleanGitHubOAuthProviderBase. isSuitableToken(OAuthToken token, TokenIntent intent) -
Uses of TokenIntent in jetbrains.buildServer.serverSide.oauth.space
Methods in jetbrains.buildServer.serverSide.oauth.space that return TokenIntent Modifier and Type Method Description protected TokenIntentSpaceOAuthPopupControllerBase. getTokenIntent()protected TokenIntentSpaceShowProjectsController. getTokenIntent()Methods in jetbrains.buildServer.serverSide.oauth.space with parameters of type TokenIntent Modifier and Type Method Description protected StringSpaceShowProjectsController. getScope(OAuthConnectionDescriptor opb, TokenIntent ignored)StringSpaceOAuthProvider. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)booleanSpaceOAuthProvider. isSuitableToken(OAuthToken token, TokenIntent intent)
-