Package | Description |
---|---|
org.apache.synapse.endpoints.oauth |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
OAuthClient.generateToken(java.lang.String tokenApiUrl,
java.lang.String payload,
java.lang.String credentials)
Method to generate the access token from an OAuth server
|
static OAuthHandler |
OAuthUtils.getOAuthHandler(org.apache.axiom.om.OMElement httpElement)
This method will return an OAuthHandler instance depending on the oauth configs
|
void |
OAuthHandler.setOAuthHeader(MessageContext messageContext)
This method will set the Authorization header after checking for expired tokens and generating new access
tokens
|
Copyright © 2005-2021 Apache Software Foundation. All Rights Reserved.