public interface JwtTemplate<CONNECTION extends ConnectorHttpConnection>
| Modifier and Type | Method and Description |
|---|---|
default CONNECTION |
connect(org.mule.runtime.http.api.client.HttpClient httpClient) |
CONNECTION |
connect(org.mule.runtime.http.api.client.HttpClient httpClient,
org.mule.runtime.api.util.MultiMap<String,String> claims) |
AccessTokenRequestParameterGroup |
getAccessTokenRequestParameters() |
JwtClaimsParameterGroup |
getClaimsGroup() |
JwtHeadersParameterGroup |
getHeadersGroup() |
String |
getKeystorePath() |
Map<Object,Object> |
parseTokenResponse(String response) |
default CONNECTION connect(org.mule.runtime.http.api.client.HttpClient httpClient) throws org.mule.runtime.api.connection.ConnectionException
org.mule.runtime.api.connection.ConnectionExceptionMap<Object,Object> parseTokenResponse(String response) throws org.mule.runtime.api.connection.ConnectionException
org.mule.runtime.api.connection.ConnectionExceptionString getKeystorePath()
CONNECTION connect(org.mule.runtime.http.api.client.HttpClient httpClient, org.mule.runtime.api.util.MultiMap<String,String> claims)
JwtHeadersParameterGroup getHeadersGroup()
JwtClaimsParameterGroup getClaimsGroup()
AccessTokenRequestParameterGroup getAccessTokenRequestParameters()
Copyright © 2019. All rights reserved.