Skip navigation links
A B C D E F G H I L M O P R S T U V 

A

accessSecret(String) - Method in class com.intuit.oauth2.data.OAuthMigrationRequest.OAuthMigrationRequestBuilder
 
accessToken(String) - Method in class com.intuit.oauth2.data.OAuthMigrationRequest.OAuthMigrationRequestBuilder
 
Address - Class in com.intuit.oauth2.data
Object to hold the Address attributes
Address() - Constructor for class com.intuit.oauth2.data.Address
 
authString(String) - Method in class com.intuit.oauth2.http.Request.RequestBuilder
 

B

BearerTokenResponse - Class in com.intuit.oauth2.data
Response object to hold the attributes retrieved from BearerToken endpoint and Refresh token endpoint
BearerTokenResponse() - Constructor for class com.intuit.oauth2.data.BearerTokenResponse
 
build() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest.OAuthMigrationRequestBuilder
 
build() - Method in class com.intuit.oauth2.http.Request.RequestBuilder
 
buildConfig() - Method in class com.intuit.oauth2.config.OAuth2Config.OAuth2ConfigBuilder
 
buildConfig() - Method in class com.intuit.oauth2.config.ProxyConfig.ProxyConfigBuilder
 

C

callDiscoveryAPI(Environment) - Method in class com.intuit.oauth2.client.DiscoveryAPIClient
Calls the Discovery Document API based on the the Environment provided and returns an object with url’s for all the endpoints
callDiscoveryAPI(Environment) - Method in class com.intuit.oauth2.config.OAuth2Config.OAuth2ConfigBuilder
 
com.intuit.oauth2.client - package com.intuit.oauth2.client
 
com.intuit.oauth2.config - package com.intuit.oauth2.config
 
com.intuit.oauth2.data - package com.intuit.oauth2.data
 
com.intuit.oauth2.exception - package com.intuit.oauth2.exception
 
com.intuit.oauth2.http - package com.intuit.oauth2.http
 
com.intuit.oauth2.utils - package com.intuit.oauth2.utils
 
ConnectionException - Exception in com.intuit.oauth2.exception
Exception class to handle connection exceptions
ConnectionException(String) - Constructor for exception com.intuit.oauth2.exception.ConnectionException
 
ConnectionException(String, String) - Constructor for exception com.intuit.oauth2.exception.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception com.intuit.oauth2.exception.ConnectionException
 
constructURL() - Method in class com.intuit.oauth2.http.Request
Prepares request URL
consumerKey(String) - Method in class com.intuit.oauth2.data.OAuthMigrationRequest.OAuthMigrationRequestBuilder
 
consumerSecret(String) - Method in class com.intuit.oauth2.data.OAuthMigrationRequest.OAuthMigrationRequestBuilder
 

D

DiscoveryAPIClient - Class in com.intuit.oauth2.client
Client class for Discovery API with methods to invoke discoverAPI and retrieve the endpoint urls
DiscoveryAPIClient(ProxyConfig) - Constructor for class com.intuit.oauth2.client.DiscoveryAPIClient
 
DiscoveryAPIClient() - Constructor for class com.intuit.oauth2.client.DiscoveryAPIClient
 
DiscoveryAPIResponse - Class in com.intuit.oauth2.data
Response object to hold the attributes retrieved from Discovery Document API
DiscoveryAPIResponse() - Constructor for class com.intuit.oauth2.data.DiscoveryAPIResponse
 
domain(String) - Method in class com.intuit.oauth2.config.ProxyConfig.ProxyConfigBuilder
 

E

Environment - Enum in com.intuit.oauth2.config
Enum mapping the environments for DiscoverAPI URL

F

fromValue(String) - Static method in enum com.intuit.oauth2.config.Environment
 
fromValue(String) - Static method in enum com.intuit.oauth2.config.Scope
 
fromValue(String) - Static method in enum com.intuit.oauth2.http.MethodType
 

G

generateCSRFToken() - Method in class com.intuit.oauth2.config.OAuth2Config
Generates CSRF token
getAccessSecret() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest
 
getAccessToken() - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
getAccessToken() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest
 
getAdditionalProperties() - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
getAddress() - Method in class com.intuit.oauth2.data.UserInfoResponse
 
getAuthorizationEndpoint() - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
getAuthString() - Method in class com.intuit.oauth2.http.Request
 
getClientId() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getClientSecret() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getConsumerKey() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest
 
getConsumerSecret() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest
 
getContent() - Method in class com.intuit.oauth2.http.Response
Returns the json content from http response
getCountry() - Method in class com.intuit.oauth2.data.Address
 
getDomain() - Method in class com.intuit.oauth2.config.ProxyConfig
 
getEmail() - Method in class com.intuit.oauth2.data.UserInfoResponse
 
getEnvironment() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest
 
getErrorCode() - Method in class com.intuit.oauth2.data.PlatformResponse
 
getErrorCode() - Method in exception com.intuit.oauth2.exception.PlatformException
 
getErrorMessage() - Method in class com.intuit.oauth2.data.PlatformResponse
 
getErrorMessage() - Method in exception com.intuit.oauth2.exception.PlatformException
 
getExpiresIn() - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
getFamilyName() - Method in class com.intuit.oauth2.data.UserInfoResponse
 
getGivenName() - Method in class com.intuit.oauth2.data.UserInfoResponse
 
getHost() - Method in class com.intuit.oauth2.config.ProxyConfig
 
getIdToken() - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
getInstance() - Static method in class com.intuit.oauth2.utils.LoggerImpl
 
getInstance() - Static method in class com.intuit.oauth2.utils.MapperImpl
 
getInstance() - Static method in class com.intuit.oauth2.utils.PropertiesConfig
 
getIntuitAuthorizationEndpoint() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getIntuitBearerTokenEndpoint() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getIntuitIdTokenIssuer() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getIntuitJwksURI() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getIntuitRevokeTokenEndpoint() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getIssuer() - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
getJwksUri() - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
getLocality() - Method in class com.intuit.oauth2.data.Address
 
getLogger() - Method in class com.intuit.oauth2.utils.LoggerImpl
 
getMethod() - Method in class com.intuit.oauth2.http.Request
 
getOauth2config() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest
 
getPassword() - Method in class com.intuit.oauth2.config.ProxyConfig
 
getPhoneNumber() - Method in class com.intuit.oauth2.data.UserInfoResponse
 
getPort() - Method in class com.intuit.oauth2.config.ProxyConfig
 
getPostalCode() - Method in class com.intuit.oauth2.data.Address
 
getPostJson() - Method in class com.intuit.oauth2.http.Request
 
getPostParams() - Method in class com.intuit.oauth2.http.Request
 
getProperty(String) - Method in class com.intuit.oauth2.utils.PropertiesConfig
 
getProxy(ProxyConfig) - Method in class com.intuit.oauth2.http.HttpRequestClient
Method to get proxy
getProxyConfig() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getRealmId() - Method in class com.intuit.oauth2.data.OAuthMigrationResponse
 
getRedirectUri() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest
 
getRedirectUrl() - Method in class com.intuit.oauth2.client.OAuthMigrationClient
 
getRefreshToken() - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
getRegion() - Method in class com.intuit.oauth2.data.Address
 
getRevocationEndpoint() - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
getScope() - Method in class com.intuit.oauth2.data.OAuthMigrationRequest
 
getScopeValue(Scope) - Method in class com.intuit.oauth2.client.OAuthMigrationClient
 
getScopeValue(Scope) - Method in class com.intuit.oauth2.config.OAuth2Config
Returns the scope value based on the Enum supplied
getStatus() - Method in class com.intuit.oauth2.data.PlatformResponse
 
getStatusCode() - Method in class com.intuit.oauth2.http.Response
Returns the http status code
getStream() - Method in class com.intuit.oauth2.http.Response
Returns the response data as stream
getStreetAddress() - Method in class com.intuit.oauth2.data.Address
 
getSub() - Method in class com.intuit.oauth2.data.UserInfoResponse
 
getTokenEndpoint() - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
getTokenType() - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
getUrl() - Method in class com.intuit.oauth2.http.Request
 
getUserInfo(String) - Method in class com.intuit.oauth2.client.OAuth2PlatformClient
Method to retrieve UserInfo data associated with the accessToken generated The response depends on the Scope supplied during openId
getUserinfoEndpoint() - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
getUsername() - Method in class com.intuit.oauth2.config.ProxyConfig
 
getUserProfileEndpoint() - Method in class com.intuit.oauth2.config.OAuth2Config
 
getXRefreshTokenExpiresIn() - Method in class com.intuit.oauth2.data.BearerTokenResponse
 

H

HttpRequestClient - Class in com.intuit.oauth2.http
Client class to make http request calls
HttpRequestClient(ProxyConfig) - Constructor for class com.intuit.oauth2.http.HttpRequestClient
Build the HttpClient

I

InvalidRequestException - Exception in com.intuit.oauth2.exception
Exception class to handle InvalidRequest exceptions
InvalidRequestException(String) - Constructor for exception com.intuit.oauth2.exception.InvalidRequestException
 
InvalidRequestException(String, String) - Constructor for exception com.intuit.oauth2.exception.InvalidRequestException
 
InvalidRequestException(String, Throwable) - Constructor for exception com.intuit.oauth2.exception.InvalidRequestException
 
isEmailVerified() - Method in class com.intuit.oauth2.data.UserInfoResponse
 
isPhoneNumberVerified() - Method in class com.intuit.oauth2.data.UserInfoResponse
 
isRequiresAuthentication() - Method in class com.intuit.oauth2.http.Request
 

L

logger - Variable in class com.intuit.oauth2.utils.PropertiesConfig
 
LoggerImpl - Class in com.intuit.oauth2.utils
Wrapper class for logger

M

makeJsonRequest(Request, OAuthMigrationRequest) - Method in class com.intuit.oauth2.http.HttpRequestClient
Method to make the HTTP POST request using the request attributes supplied
makeRequest(Request) - Method in class com.intuit.oauth2.http.HttpRequestClient
Method to make the HTTP request call using the request attributes supplied
MapperImpl - Class in com.intuit.oauth2.utils
Wrapper class for mapper
MethodType - Enum in com.intuit.oauth2.http
Enum mapping the supported HTTP Method types
migrate() - Method in class com.intuit.oauth2.client.OAuthMigrationClient
Calls the migrate API based on the the request provided and returns an object with oauth2 tokens

O

OAuth2Config - Class in com.intuit.oauth2.config
Config class to hold the clientId and clientSecret and the endpoint URLs retrieved from the Discovery document
oAuth2Config(OAuth2Config) - Method in class com.intuit.oauth2.data.OAuthMigrationRequest.OAuthMigrationRequestBuilder
 
OAuth2Config.OAuth2ConfigBuilder - Class in com.intuit.oauth2.config
 
OAuth2ConfigBuilder(String, String) - Constructor for class com.intuit.oauth2.config.OAuth2Config.OAuth2ConfigBuilder
 
OAuth2PlatformClient - Class in com.intuit.oauth2.client
Client class for OAuth2 API's with methods to retrieve bearer token, refresh token and get UserInfo
OAuth2PlatformClient(OAuth2Config) - Constructor for class com.intuit.oauth2.client.OAuth2PlatformClient
 
OAuth2PlatformClient() - Constructor for class com.intuit.oauth2.client.OAuth2PlatformClient
Hiding the default constructor as OAuth2PlatformClient is always required to function properly
OAuthException - Exception in com.intuit.oauth2.exception
Exception class to handle OAuth exceptions
OAuthException(String, String) - Constructor for exception com.intuit.oauth2.exception.OAuthException
 
OAuthException(String) - Constructor for exception com.intuit.oauth2.exception.OAuthException
 
OAuthException(String, Throwable) - Constructor for exception com.intuit.oauth2.exception.OAuthException
 
OAuthMigrationClient - Class in com.intuit.oauth2.client
Client class for OAuthMigration API
OAuthMigrationClient(OAuthMigrationRequest) - Constructor for class com.intuit.oauth2.client.OAuthMigrationClient
 
OAuthMigrationClient() - Constructor for class com.intuit.oauth2.client.OAuthMigrationClient
Hiding the default constructor as OAuth2PlatformClient is always required to function properly
OAuthMigrationRequest - Class in com.intuit.oauth2.data
 
OAuthMigrationRequest.OAuthMigrationRequestBuilder - Class in com.intuit.oauth2.data
 
OAuthMigrationRequestBuilder(Environment, Scope) - Constructor for class com.intuit.oauth2.data.OAuthMigrationRequest.OAuthMigrationRequestBuilder
 
OAuthMigrationResponse - Class in com.intuit.oauth2.data
 
OAuthMigrationResponse() - Constructor for class com.intuit.oauth2.data.OAuthMigrationResponse
 
OpenIdException - Exception in com.intuit.oauth2.exception
Exception class to handle OpenId exceptions
OpenIdException(String, String) - Constructor for exception com.intuit.oauth2.exception.OpenIdException
 
OpenIdException(String) - Constructor for exception com.intuit.oauth2.exception.OpenIdException
 
OpenIdException(String, Throwable) - Constructor for exception com.intuit.oauth2.exception.OpenIdException
 

P

password(String) - Method in class com.intuit.oauth2.config.ProxyConfig.ProxyConfigBuilder
 
PlatformException - Exception in com.intuit.oauth2.exception
Base Exception class to handle Exceptions thrown from SDK
PlatformException(String, String) - Constructor for exception com.intuit.oauth2.exception.PlatformException
 
PlatformException(String) - Constructor for exception com.intuit.oauth2.exception.PlatformException
 
PlatformException(String, Throwable) - Constructor for exception com.intuit.oauth2.exception.PlatformException
 
PlatformResponse - Class in com.intuit.oauth2.data
Response object to hold the attributes retrieved from Revoke token endpoint
PlatformResponse() - Constructor for class com.intuit.oauth2.data.PlatformResponse
 
postJson(String) - Method in class com.intuit.oauth2.http.Request.RequestBuilder
 
postParams(List<NameValuePair>) - Method in class com.intuit.oauth2.http.Request.RequestBuilder
 
prepareClientSSL() - Method in class com.intuit.oauth2.http.HttpRequestClient
 
prepareUrl(List<Scope>, String, String) - Method in class com.intuit.oauth2.config.OAuth2Config
Prepares URL to call the OAuth2 authorization endpoint using Scope, CSRF and redirectURL that is supplied
prepareUrl(List<Scope>, String) - Method in class com.intuit.oauth2.config.OAuth2Config
Prepares URL to call the OAuth2 authorization endpoint using Scope and redirectURL that is supplied.
PropertiesConfig - Class in com.intuit.oauth2.utils
Class to read the attributes from properties file oauthclient.properties
proxyConfig(ProxyConfig) - Method in class com.intuit.oauth2.config.OAuth2Config.OAuth2ConfigBuilder
 
ProxyConfig - Class in com.intuit.oauth2.config
Config class to hold the proxy properties
ProxyConfig.ProxyConfigBuilder - Class in com.intuit.oauth2.config
 
ProxyConfigBuilder(String, String) - Constructor for class com.intuit.oauth2.config.ProxyConfig.ProxyConfigBuilder
 

R

redirectUri(String) - Method in class com.intuit.oauth2.data.OAuthMigrationRequest.OAuthMigrationRequestBuilder
 
refreshToken(String) - Method in class com.intuit.oauth2.client.OAuth2PlatformClient
Method to renew OAuth2 tokens by passing the refreshToken
Request - Class in com.intuit.oauth2.http
Class to hold the request attributes for making the http call
Request.RequestBuilder - Class in com.intuit.oauth2.http
 
RequestBuilder(MethodType, String) - Constructor for class com.intuit.oauth2.http.Request.RequestBuilder
 
requiresAuthentication(boolean) - Method in class com.intuit.oauth2.http.Request.RequestBuilder
 
Response - Class in com.intuit.oauth2.http
Class to hold the http response attributes
Response(InputStream, int) - Constructor for class com.intuit.oauth2.http.Response
 
retrieveBearerTokens(String, String) - Method in class com.intuit.oauth2.client.OAuth2PlatformClient
Method to retrieve OAuth2 access token by passing the redirectURI and authCode
revokeToken(String) - Method in class com.intuit.oauth2.client.OAuth2PlatformClient
Method to revoke OAuth2 tokens

S

Scope - Enum in com.intuit.oauth2.config
Enum mapping the differnt Scopes supported by OAuth2 framework
setAccessToken(String) - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
setAdditionalProperty(String, Object) - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
setAddress(Address) - Method in class com.intuit.oauth2.data.UserInfoResponse
 
setAuthorizationEndpoint(String) - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
setCountry(String) - Method in class com.intuit.oauth2.data.Address
 
setEmail(String) - Method in class com.intuit.oauth2.data.UserInfoResponse
 
setEmailVerified(boolean) - Method in class com.intuit.oauth2.data.UserInfoResponse
 
setErrorCode(String) - Method in class com.intuit.oauth2.data.PlatformResponse
 
setErrorMessage(String) - Method in class com.intuit.oauth2.data.PlatformResponse
 
setExpiresIn(Long) - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
setFamilyName(String) - Method in class com.intuit.oauth2.data.UserInfoResponse
 
setGivenName(String) - Method in class com.intuit.oauth2.data.UserInfoResponse
 
setIdToken(String) - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
setIssuer(String) - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
setJwksUri(String) - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
setLocality(String) - Method in class com.intuit.oauth2.data.Address
 
setPhoneNumber(String) - Method in class com.intuit.oauth2.data.UserInfoResponse
 
setPhoneNumberVerified(boolean) - Method in class com.intuit.oauth2.data.UserInfoResponse
 
setPostalCode(String) - Method in class com.intuit.oauth2.data.Address
 
setProxyAuthentication(ProxyConfig) - Method in class com.intuit.oauth2.http.HttpRequestClient
Method to set proxy authentication
setRealmId(String) - Method in class com.intuit.oauth2.data.OAuthMigrationResponse
 
setRefreshToken(String) - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
setRegion(String) - Method in class com.intuit.oauth2.data.Address
 
setRevocationEndpoint(String) - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
setStatus(String) - Method in class com.intuit.oauth2.data.PlatformResponse
 
setStreetAddress(String) - Method in class com.intuit.oauth2.data.Address
 
setSub(String) - Method in class com.intuit.oauth2.data.UserInfoResponse
 
setTokenEndpoint(String) - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
setTokenType(String) - Method in class com.intuit.oauth2.data.BearerTokenResponse
 
setUserinfoEndpoint(String) - Method in class com.intuit.oauth2.data.DiscoveryAPIResponse
 
setXRefreshTokenExpiresIn(Long) - Method in class com.intuit.oauth2.data.BearerTokenResponse
 

T

toString() - Method in exception com.intuit.oauth2.exception.PlatformException
 

U

UserInfoResponse - Class in com.intuit.oauth2.data
Response object to hold the attributes retrieved from UserInfo endpoint
UserInfoResponse() - Constructor for class com.intuit.oauth2.data.UserInfoResponse
 
username(String) - Method in class com.intuit.oauth2.config.ProxyConfig.ProxyConfigBuilder
 

V

validateIDToken(String) - Method in class com.intuit.oauth2.client.OAuth2PlatformClient
Method to validate IDToken
value() - Method in enum com.intuit.oauth2.config.Environment
 
value() - Method in enum com.intuit.oauth2.config.Scope
 
value() - Method in enum com.intuit.oauth2.http.MethodType
 
valueOf(String) - Static method in enum com.intuit.oauth2.config.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intuit.oauth2.config.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intuit.oauth2.http.MethodType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.intuit.oauth2.config.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.intuit.oauth2.config.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.intuit.oauth2.http.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M O P R S T U V 
Skip navigation links

Copyright © 2019. All Rights Reserved.