Package | Description |
---|---|
com.intuit.ipp.core | |
com.intuit.ipp.security |
Modifier and Type | Method and Description |
---|---|
IAuthorizer |
Context.getAuthorizer()
Method to get authorizer
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setAuthorizer(IAuthorizer authorizer)
Method to set authorizer
|
Constructor and Description |
---|
Context(IAuthorizer authorizer,
ServiceType platformServiceType,
String realmID)
Constructor for creating context when you know ServiceType (Data Source) and realmID.
|
Context(IAuthorizer authorizer,
String appToken,
ServiceType platformServiceType,
String realmID)
Constructor for creating context when you know ServiceType (Data Source) and realmID.
|
Modifier and Type | Class and Description |
---|---|
class |
OAuth2Authorizer
This class will sign the http request using oAuth2 credentials
|
class |
OAuthAuthorizer
This class will sign the http request using oAuth credentials
|
Copyright © 2017. All rights reserved.