Class OAuth
java.lang.Object
org.wso2.am.integration.clients.admin.auth.OAuth
- All Implemented Interfaces:
Authentication
- Direct Known Subclasses:
RetryingOAuth
-
Constructor Details
-
OAuth
public OAuth()
-
-
Method Details
-
getAccessToken
-
setAccessToken
-
applyToParams
public void applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) Description copied from interface:AuthenticationApply authentication settings to header and query params.- Specified by:
applyToParamsin interfaceAuthentication- Parameters:
queryParams- List of query parametersheaderParams- Map of header parameterscookieParams- Map of cookie parameters
-