public class IAPlatformClient +extends Object+
| Constructor and Description | +
|---|
IAPlatformClient() |
+
| Modifier and Type | +Method and Description | +
|---|---|
PlatformResponse |
+disconnect(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret)
+Disconnects the user from quickbooks
+ |
+
List<String> |
+getAppMenu(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret)
+Get App Menu returns list of all the applications that are linked with
+ the selected company
+ |
+
User |
+getcurrentUser(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret)
+getCurrentUser the user from quickbooks
+ |
+
Map<String,String> |
+getOAuthAccessToken(String verifierCode,
+ String requestToken,
+ String requestTokenSecret,
+ String consumerKey,
+ String consumerSecret)
+Gets the accesstoken and accesstokensecret
+ |
+
String |
+getOauthAuthorizeUrl(String requestToken) |
+
String |
+getOpenIdAuthorizeUrl()
+Gets the authorization url for OpenId
+ |
+
Map<String,String> |
+getRequestTokenAndSecret(String consumerKey,
+ String consumerSecret) |
+
PlatformResponse |
+reConnect(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret) |
+
org.openid4java.discovery.Identifier |
+verifyOpenIdResponse(String receivingUrl,
+ Map<String,String[]> parameterMap) |
+
public PlatformResponse disconnect(String consumerKey, + String consumerSecret, + String accessToken, + String accessTokenSecret) + throws ConnectionException+
ConnectionExceptionpublic User getcurrentUser(String consumerKey, + String consumerSecret, + String accessToken, + String accessTokenSecret) + throws ConnectionException+
ConnectionExceptionpublic List<String> getAppMenu(String consumerKey, + String consumerSecret, + String accessToken, + String accessTokenSecret) + throws ConnectionException+
ConnectionExceptionpublic Map<String,String> getRequestTokenAndSecret(String consumerKey, + String consumerSecret) + throws OAuthException+
OAuthExceptionpublic String getOauthAuthorizeUrl(String requestToken) + throws OAuthException+
requestToken - OAuthException - This API will prepare the authorization URL and return it backpublic Map<String,String> getOAuthAccessToken(String verifierCode, + String requestToken, + String requestTokenSecret, + String consumerKey, + String consumerSecret) + throws OAuthException+
verofierCode - requestToken - (After the user authorization)requestTokensecret - OAuthExceptionpublic String getOpenIdAuthorizeUrl() + throws OpenIdException+
OpenIdExceptionpublic org.openid4java.discovery.Identifier verifyOpenIdResponse(String receivingUrl, + Map<String,String[]> parameterMap) + throws OpenIdException+
receivingUrl - parameterMap - OpenIdExceptionpublic PlatformResponse reConnect(String consumerKey, + String consumerSecret, + String accessToken, + String accessTokenSecret) + throws ConnectionException+
consumerKey - consumerSecret - accessToken - accessTokenSecret - ConnectionExceptionCopyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/OpenIdHelper.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/OpenIdHelper.html new file mode 100644 index 00000000..2078869d --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/OpenIdHelper.html @@ -0,0 +1,306 @@ + + + + + + +public class OpenIdHelper +extends Object+
| Constructor and Description | +
|---|
OpenIdHelper() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+initOpenIdFlow() |
+
org.openid4java.discovery.Identifier |
+verifyResponse(String receivingUrl,
+ Map<String,String[]> parameterMap) |
+
public org.openid4java.discovery.Identifier verifyResponse(String receivingUrl, + Map<String,String[]> parameterMap) + throws OpenIdException+
receivingUrl - parameterMap - OpenIdExceptionpublic String initOpenIdFlow() + throws OpenIdException+
OpenIdExceptionorg.openid4java.OpenIDExceptionCopyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/PlatformResponse.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/PlatformResponse.html new file mode 100644 index 00000000..96a83049 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/PlatformResponse.html @@ -0,0 +1,395 @@ + + + + + + +public class PlatformResponse +extends Object+
| Constructor and Description | +
|---|
PlatformResponse() |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getErrorCode() |
+
String |
+getErrorMessage() |
+
String |
+getOauthToken() |
+
String |
+getOauthTokenSecret() |
+
String |
+getServerTime() |
+
void |
+setErrorCode(String errorCode) |
+
void |
+setErrorMessage(String errorMessage) |
+
void |
+setOauthToken(String oauthToken) |
+
void |
+setOauthTokenSecret(String oauthTokenSecret) |
+
void |
+setServerTime(String serverTime) |
+
public String getErrorCode()+
public void setErrorCode(String errorCode)+
public String getErrorMessage()+
public void setErrorMessage(String errorMessage)+
public String getServerTime()+
public void setServerTime(String serverTime)+
public String getOauthToken()+
public void setOauthToken(String oauthToken)+
public String getOauthTokenSecret()+
public void setOauthTokenSecret(String oauthTokenSecret)+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/User.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/User.html new file mode 100644 index 00000000..cbc5109e --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/User.html @@ -0,0 +1,400 @@ + + + + + + +public class User +extends Object+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getEmailAddress() |
+
String |
+getFirstName() |
+
String |
+getIsVerified() |
+
String |
+getLastName() |
+
void |
+setEmailAddress(String emailAddress) |
+
void |
+setFirstName(String firstName) |
+
void |
+setIsVerified(String isVerified) |
+
void |
+setLastName(String lastName) |
+
public String getFirstName()+
public void setFirstName(String firstName)+
firstName - the firstName to setpublic String getLastName()+
public void setLastName(String lastName)+
lastName - the lastName to setpublic String getEmailAddress()+
public void setEmailAddress(String emailAddress)+
emailAddress - the emailAddress to setpublic String getIsVerified()+
public void setIsVerified(String isVerified)+
isVerified - the isVerified to setCopyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/IAPlatformClient.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/IAPlatformClient.html new file mode 100644 index 00000000..9334dbc9 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/IAPlatformClient.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/OpenIdHelper.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/OpenIdHelper.html new file mode 100644 index 00000000..79e8014d --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/OpenIdHelper.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/PlatformResponse.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/PlatformResponse.html new file mode 100644 index 00000000..b28d776c --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/PlatformResponse.html @@ -0,0 +1,178 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.connection | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
PlatformResponse |
+IAPlatformClient.disconnect(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret)
+Disconnects the user from quickbooks
+ |
+
PlatformResponse |
+IAPlatformClient.reConnect(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret) |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/User.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/User.html new file mode 100644 index 00000000..59f38d03 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/class-use/User.html @@ -0,0 +1,171 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.connection | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
User |
+IAPlatformClient.getcurrentUser(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret)
+getCurrentUser the user from quickbooks
+ |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-frame.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-frame.html new file mode 100644 index 00000000..c4a753c8 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +| Class | +Description | +
|---|---|
| IAPlatformClient | ++ |
| OpenIdHelper | ++ |
| PlatformResponse | +
+ Class to hold response entities for disconnect/reconnect endpoint
+ |
+
| User | ++ |
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-tree.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-tree.html new file mode 100644 index 00000000..bc4359d3 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-tree.html @@ -0,0 +1,142 @@ + + + + + + +Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-use.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-use.html new file mode 100644 index 00000000..5d05b09e --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/connection/package-use.html @@ -0,0 +1,164 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.connection | ++ |
| Class and Description | +
|---|
| PlatformResponse
+ Class to hold response entities for disconnect/reconnect endpoint
+ |
+
| User | +
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/ConnectionException.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/ConnectionException.html new file mode 100644 index 00000000..c0149aa2 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/ConnectionException.html @@ -0,0 +1,304 @@ + + + + + + +public class ConnectionException +extends IAException+
| Constructor and Description | +
|---|
ConnectionException(String errorMessage) |
+
ConnectionException(String errorMessage,
+ String errorCode) |
+
ConnectionException(String errorMessage,
+ Throwable e) |
+
getErrorCode, getErrorMessage, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/IAException.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/IAException.html new file mode 100644 index 00000000..52cb9041 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/IAException.html @@ -0,0 +1,361 @@ + + + + + + +public class IAException +extends Exception+
| Constructor and Description | +
|---|
IAException(String errorMessage) |
+
IAException(String errorMessage,
+ String errorCode) |
+
IAException(String errorMessage,
+ Throwable cause) |
+
| Modifier and Type | +Method and Description | +
|---|---|
String |
+getErrorCode() |
+
String |
+getErrorMessage() |
+
String |
+toString() |
+
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/OAuthException.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/OAuthException.html new file mode 100644 index 00000000..b42815c3 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/OAuthException.html @@ -0,0 +1,304 @@ + + + + + + +public class OAuthException +extends IAException+
| Constructor and Description | +
|---|
OAuthException(String errorMessage) |
+
OAuthException(String errorMessage,
+ String errorCode) |
+
OAuthException(String errorMessage,
+ Throwable e) |
+
getErrorCode, getErrorMessage, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/OpenIdException.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/OpenIdException.html new file mode 100644 index 00000000..643ac5ce --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/OpenIdException.html @@ -0,0 +1,305 @@ + + + + + + +public class OpenIdException +extends IAException+
| Constructor and Description | +
|---|
OpenIdException(String errorMessage) |
+
OpenIdException(String errorMessage,
+ String errorCode) |
+
OpenIdException(String errorMessage,
+ Throwable e) |
+
getErrorCode, getErrorMessage, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/ConnectionException.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/ConnectionException.html new file mode 100644 index 00000000..84b8abf8 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/ConnectionException.html @@ -0,0 +1,197 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.connection | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
PlatformResponse |
+IAPlatformClient.disconnect(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret)
+Disconnects the user from quickbooks
+ |
+
List<String> |
+IAPlatformClient.getAppMenu(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret)
+Get App Menu returns list of all the applications that are linked with
+ the selected company
+ |
+
User |
+IAPlatformClient.getcurrentUser(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret)
+getCurrentUser the user from quickbooks
+ |
+
PlatformResponse |
+IAPlatformClient.reConnect(String consumerKey,
+ String consumerSecret,
+ String accessToken,
+ String accessTokenSecret) |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/IAException.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/IAException.html new file mode 100644 index 00000000..b7036010 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/IAException.html @@ -0,0 +1,176 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.exception | ++ |
| Modifier and Type | +Class and Description | +
|---|---|
class |
+ConnectionException |
+
class |
+OAuthException |
+
class |
+OpenIdException
+This represents a custom OpenId Exception
+ |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/OAuthException.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/OAuthException.html new file mode 100644 index 00000000..a5ae5e73 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/OAuthException.html @@ -0,0 +1,181 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.connection | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
Map<String,String> |
+IAPlatformClient.getOAuthAccessToken(String verifierCode,
+ String requestToken,
+ String requestTokenSecret,
+ String consumerKey,
+ String consumerSecret)
+Gets the accesstoken and accesstokensecret
+ |
+
String |
+IAPlatformClient.getOauthAuthorizeUrl(String requestToken) |
+
Map<String,String> |
+IAPlatformClient.getRequestTokenAndSecret(String consumerKey,
+ String consumerSecret) |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/OpenIdException.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/OpenIdException.html new file mode 100644 index 00000000..e78c5912 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/class-use/OpenIdException.html @@ -0,0 +1,182 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.connection | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
String |
+IAPlatformClient.getOpenIdAuthorizeUrl()
+Gets the authorization url for OpenId
+ |
+
String |
+OpenIdHelper.initOpenIdFlow() |
+
org.openid4java.discovery.Identifier |
+IAPlatformClient.verifyOpenIdResponse(String receivingUrl,
+ Map<String,String[]> parameterMap) |
+
org.openid4java.discovery.Identifier |
+OpenIdHelper.verifyResponse(String receivingUrl,
+ Map<String,String[]> parameterMap) |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-frame.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-frame.html new file mode 100644 index 00000000..3d9ff55b --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +| Exception | +Description | +
|---|---|
| ConnectionException | ++ |
| IAException | +
+ This class represents the connection exception thrown by the jar
+ |
+
| OAuthException | ++ |
| OpenIdException | +
+ This represents a custom OpenId Exception
+ |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-tree.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-tree.html new file mode 100644 index 00000000..3f3be37a --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-tree.html @@ -0,0 +1,153 @@ + + + + + + +Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-use.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-use.html new file mode 100644 index 00000000..c86a18a2 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/exception/package-use.html @@ -0,0 +1,188 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.connection | ++ |
| com.intuit.ia.exception | ++ |
| Class and Description | +
|---|
| ConnectionException | +
| OAuthException | +
| OpenIdException
+ This represents a custom OpenId Exception
+ |
+
| Class and Description | +
|---|
| IAException
+ This class represents the connection exception thrown by the jar
+ |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/IAHelperConfig.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/IAHelperConfig.html new file mode 100644 index 00000000..6943780c --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/IAHelperConfig.html @@ -0,0 +1,252 @@ + + + + + + +public class IAHelperConfig +extends Object+
| Modifier and Type | +Method and Description | +
|---|---|
static IAHelperConfig |
+getInstance() |
+
String |
+getProperty(String key) |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/LoggerImpl.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/LoggerImpl.html new file mode 100644 index 00000000..35d4fd04 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/LoggerImpl.html @@ -0,0 +1,259 @@ + + + + + + +public class LoggerImpl +extends Object+
http://www.oracle.com/technology/pub/articles/hunter_logging.html.,
+http://www.slf4j.org/legacy.html| Modifier and Type | +Method and Description | +
|---|---|
static org.slf4j.Logger |
+getInstance() |
+
org.slf4j.Logger |
+getLogger() |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/PlatformConstants.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/PlatformConstants.html new file mode 100644 index 00000000..1608b9f5 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/PlatformConstants.html @@ -0,0 +1,551 @@ + + + + + + +public class PlatformConstants +extends Object+
| Modifier and Type | +Field and Description | +
|---|---|
static String |
+ACCESS_TOKEN_URL |
+
static String |
+APP_URL_KEY |
+
static String |
+AUTHORIZE_URL |
+
static String |
+CURRENT_USER_URL |
+
static String |
+DISCON_URL_KEY |
+
static String |
+HTTP_PROXY_HOST_KEY |
+
static String |
+HTTP_PROXY_PORT_KEY |
+
static String |
+HTTP_VERB_GET |
+
static String |
+KEYSTORE |
+
static String |
+KEYSTORE_PASSWORD |
+
static String |
+OAUTH_CALLBACK_URL |
+
static String |
+OAUTH_CONSUMER_KEY |
+
static String |
+OAUTH_CONSUMER_SECRET |
+
static String |
+OPENID_PROVIDER_URL |
+
static String |
+OPENID_RETURN_URL |
+
static String |
+RECONNECT_URL_KEY |
+
static String |
+REQUEST_TOKEN_URL |
+
| Constructor and Description | +
|---|
PlatformConstants() |
+
public static final String OAUTH_CONSUMER_KEY+
public static final String OAUTH_CONSUMER_SECRET+
public static final String OAUTH_CALLBACK_URL+
public static final String REQUEST_TOKEN_URL+
public static final String AUTHORIZE_URL+
public static final String ACCESS_TOKEN_URL+
public static final String OPENID_PROVIDER_URL+
public static final String OPENID_RETURN_URL+
public static final String RECONNECT_URL_KEY+
public static final String HTTP_VERB_GET+
public static final String APP_URL_KEY+
public static final String CURRENT_USER_URL+
public static final String DISCON_URL_KEY+
public static final String HTTP_PROXY_HOST_KEY+
public static final String HTTP_PROXY_PORT_KEY+
public static final String KEYSTORE+
public static final String KEYSTORE_PASSWORD+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/WebUtils.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/WebUtils.html new file mode 100644 index 00000000..2e4ea130 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/WebUtils.html @@ -0,0 +1,354 @@ + + + + + + +public class WebUtils +extends Object+
| Modifier and Type | +Method and Description | +
|---|---|
static org.xmlpull.v1.XmlPullParser |
+createUTF8Parser(InputStream inputStream) |
+
static org.kxml2.kdom.Document |
+createXmlDocument(InputStream inputStream) |
+
static org.kxml2.kdom.Element |
+getElementByTagName(org.kxml2.kdom.Element element,
+ String elementName) |
+
static org.kxml2.kdom.Element[] |
+getElementsByTagName(org.kxml2.kdom.Element element,
+ String elementName) |
+
static String |
+getElementText(org.kxml2.kdom.Element element) |
+
static String |
+getElementText(org.kxml2.kdom.Element element,
+ String childElementName) |
+
public static org.xmlpull.v1.XmlPullParser createUTF8Parser(InputStream inputStream) + throws org.xmlpull.v1.XmlPullParserException+
org.xmlpull.v1.XmlPullParserExceptionpublic static org.kxml2.kdom.Document createXmlDocument(InputStream inputStream) + throws IOException+
IOExceptionpublic static String getElementText(org.kxml2.kdom.Element element, + String childElementName)+
public static String getElementText(org.kxml2.kdom.Element element)+
public static org.kxml2.kdom.Element getElementByTagName(org.kxml2.kdom.Element element, + String elementName)+
public static org.kxml2.kdom.Element[] getElementsByTagName(org.kxml2.kdom.Element element, + String elementName)+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/IAHelperConfig.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/IAHelperConfig.html new file mode 100644 index 00000000..2dcaf28a --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/IAHelperConfig.html @@ -0,0 +1,166 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.utils | ++ |
| Modifier and Type | +Method and Description | +
|---|---|
static IAHelperConfig |
+IAHelperConfig.getInstance() |
+
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/LoggerImpl.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/LoggerImpl.html new file mode 100644 index 00000000..6a4f43aa --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/LoggerImpl.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/PlatformConstants.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/PlatformConstants.html new file mode 100644 index 00000000..1c0d1340 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/PlatformConstants.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/WebUtils.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/WebUtils.html new file mode 100644 index 00000000..a83f7f87 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/class-use/WebUtils.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-frame.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-frame.html new file mode 100644 index 00000000..502c9537 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +| Class | +Description | +
|---|---|
| IAHelperConfig | ++ |
| LoggerImpl | +
+ Wrapper class for our chosen log provider.
+ |
+
| PlatformConstants | ++ |
| WebUtils | ++ |
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-tree.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-tree.html new file mode 100644 index 00000000..579572cd --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-tree.html @@ -0,0 +1,142 @@ + + + + + + +Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-use.html b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-use.html new file mode 100644 index 00000000..fa5f6fd5 --- /dev/null +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ia/utils/package-use.html @@ -0,0 +1,159 @@ + + + + + + +| Package | +Description | +
|---|---|
| com.intuit.ia.utils | ++ |
| Class and Description | +
|---|
| IAHelperConfig | +
Copyright © 2017. All rights reserved.
+ + diff --git a/ipp-v3-java-devkit-javadoc/com/intuit/ipp/compression/CompressorFactory.html b/ipp-v3-java-devkit-javadoc/com/intuit/ipp/compression/CompressorFactory.html index fe73442c..fdfeb435 100644 --- a/ipp-v3-java-devkit-javadoc/com/intuit/ipp/compression/CompressorFactory.html +++ b/ipp-v3-java-devkit-javadoc/com/intuit/ipp/compression/CompressorFactory.html @@ -2,10 +2,10 @@ - + -