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 TokenIntent
TokenIntent. ANY
static TokenIntent
TokenIntent. REPO_FULL
static TokenIntent
TokenIntent. REPO_GROUPS_READ
Methods in jetbrains.buildServer.serverSide.oauth that return TokenIntent Modifier and Type Method Description protected TokenIntent
OAuthPopupControllerBase. determineTokenIntent(javax.servlet.http.HttpServletRequest request)
TokenIntent
TokenStorageQuery. getTokenIntent()
Methods in jetbrains.buildServer.serverSide.oauth with parameters of type TokenIntent Modifier and Type Method Description protected String
OAuthPopupControllerBase. getScope(OAuthConnectionDescriptor opb, TokenIntent tokenIntent)
String
OAuthConnectionDescriptor. getScopeForIntent(TokenIntent intent)
Returns a specific OAuth scope to request for the given token intent, if needed.String
OAuthProvider. 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 contextboolean
OAuthProvider. isSuitableToken(OAuthToken token, TokenIntent intent)
B
TokenStorageQuery.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 String
GitHubOAuthProviderBase. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)
boolean
GitHubOAuthProviderBase. 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 TokenIntent
SpaceOAuthPopupControllerBase. getTokenIntent()
protected TokenIntent
SpaceShowProjectsController. getTokenIntent()
Methods in jetbrains.buildServer.serverSide.oauth.space with parameters of type TokenIntent Modifier and Type Method Description protected String
SpaceShowProjectsController. getScope(OAuthConnectionDescriptor opb, TokenIntent ignored)
String
SpaceOAuthProvider. getScopeForIntent(OAuthConnectionDescriptor connection, TokenIntent intent)
boolean
SpaceOAuthProvider. isSuitableToken(OAuthToken token, TokenIntent intent)
-