Class ResourceOwnerPasswordCredentialsBasicAuth
java.lang.Object
org.frankframework.http.authentication.AbstractOauthAuthenticator
org.frankframework.http.authentication.AbstractResourceOwnerPasswordCredentials
org.frankframework.http.authentication.ResourceOwnerPasswordCredentialsBasicAuth
- All Implemented Interfaces:
IOauthAuthenticator
public class ResourceOwnerPasswordCredentialsBasicAuth
extends AbstractResourceOwnerPasswordCredentials
-
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.AbstractResourceOwnerPasswordCredentials
configure
Methods inherited from class org.frankframework.http.authentication.AbstractOauthAuthenticator
createPostRequestWithForm, getOrRefreshAccessToken, getScopeHeader
-
Constructor Details
-
ResourceOwnerPasswordCredentialsBasicAuth
public ResourceOwnerPasswordCredentialsBasicAuth(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 classAbstractResourceOwnerPasswordCredentials
- Throws:
HttpAuthenticationException
-