C D E G H O R S 

C

clearBitbucketService() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthUser
Clears the current Bitbucket service.

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthRedirectionServlet
 

E

equals(Object) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthCredentials
 

G

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.

H

hashCode() - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthCredentials
 

O

OAuthClient - Class in org.vx68k.bitbucket.api.client.oauth
Bitbucket client that supports OAuth authorization.
OAuthClient() - Constructor for class org.vx68k.bitbucket.api.client.oauth.OAuthClient
Constructs this object with no property values.
OAuthClient(String, String) - Constructor for class org.vx68k.bitbucket.api.client.oauth.OAuthClient
Constructs this object with a client identifier and a client secret.
OAuthClient(OAuthCredentials) - Constructor for class org.vx68k.bitbucket.api.client.oauth.OAuthClient
Constructs this object with client credntials.
OAuthCredentials - Class in org.vx68k.bitbucket.api.client.oauth
Pair of an identifier and a shared secret for OAuth authorization.
OAuthCredentials() - Constructor for class org.vx68k.bitbucket.api.client.oauth.OAuthCredentials
Constructs this object with no property values.
OAuthCredentials(String, String) - Constructor for class org.vx68k.bitbucket.api.client.oauth.OAuthCredentials
Constructs a credentials with an identifier and a secret.
OAuthRedirection - Class in org.vx68k.bitbucket.api.client.oauth
OAuth redirection.
OAuthRedirection(HttpServletRequest, HttpServletResponse) - Constructor for class org.vx68k.bitbucket.api.client.oauth.OAuthRedirection
Constructs a new object.
OAuthRedirectionServlet - Class in org.vx68k.bitbucket.api.client.oauth
Servlet for an OAuth redirection endpoint.
OAuthRedirectionServlet() - Constructor for class org.vx68k.bitbucket.api.client.oauth.OAuthRedirectionServlet
 
OAuthUser - Class in org.vx68k.bitbucket.api.client.oauth
User with OAuth authorization by Bitbucket.
OAuthUser() - Constructor for class org.vx68k.bitbucket.api.client.oauth.OAuthUser
Constructs this object.
org.vx68k.bitbucket.api.client.oauth - package org.vx68k.bitbucket.api.client.oauth
 

R

requestToken(OAuthRedirection) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthUser
 

S

setCredentials(OAuthCredentials) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthClient
Sets the OAuth client credentials of this object.
setId(String) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthCredentials
Sets the identifier.
setSecret(String) - Method in class org.vx68k.bitbucket.api.client.oauth.OAuthCredentials
Sets the secret.
C D E G H O R S 

Copyright © 2015 Nishimura Software Studio. All rights reserved.