Class ClientCredentialsQueryParameters
java.lang.Object
org.frankframework.http.authentication.AbstractOauthAuthenticator
org.frankframework.http.authentication.AbstractClientCredentials
org.frankframework.http.authentication.ClientCredentialsQueryParameters
- All Implemented Interfaces:
IOauthAuthenticator
-
Field Summary
Fields inherited from class org.frankframework.http.authentication.AbstractOauthAuthenticator
authorizationEndpoint, overwriteExpiryMs, session
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) Methods inherited from class org.frankframework.http.authentication.AbstractClientCredentials
configure
Methods inherited from class org.frankframework.http.authentication.AbstractOauthAuthenticator
createPostRequestWithForm, getOrRefreshAccessToken, getScopeHeader
-
Constructor Details
-
ClientCredentialsQueryParameters
public ClientCredentialsQueryParameters(AbstractHttpSession session) throws HttpAuthenticationException - Throws:
HttpAuthenticationException
-
-
Method Details
-
createRequest
protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase createRequest(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) throws HttpAuthenticationException - Overrides:
createRequest
in classAbstractClientCredentials
- Throws:
HttpAuthenticationException
-