- getAuthorizationCodeFlow(boolean) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthClient
-
Returns a authorization code flow for OAuth requests.
- getAuthorizationEndpoint(URI, String) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthClient
-
Returns the authorization endpoint URI for this object.
- getAuthorizationEndpoint(HttpServletRequest) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthUser
-
Returns the authorization endpoint URI.
- getBasicAuthentication() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthClient
-
Returns a HTTP execute interceptor with the client identifier and the
client secret for Basic authentication.
- getBitbucketClient() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthUser
-
Returns a Bitbucket client for getting a Bitbucket service.
- getBitbucketService() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthUser
-
Returns the current Bitbucket service.
- getClientParameters() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthClient
-
Returns a HTTP execute interceptor with only the client identifier as a
request parameter.
- getCredentials() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthClient
-
Returns the OAuth client credentials of this object.
- getExplicitServerPort(HttpServletRequest) - Static method in class org.vx68k.bitbucket.api.client.oauth.OAuthUser
-
Returns the server port of a HTTP request.
- getId() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthCredentials
-
Returns the identifier.
- getRedirectionPath(HttpServletRequest) - Static method in class org.vx68k.bitbucket.api.client.oauth.OAuthUser
-
Returns the redirection endpoint path.
- getRequest() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthRedirection
-
Returns the HTTP servlet request.
- getResponse() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthRedirection
-
Returns the HTTP servlet response.
- getSecret() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthCredentials
-
Returns the secret.
- getService(String, URI) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthClient
-
Returns an authorized Bitbucket API service.