Class SamlAssertionOauth
java.lang.Object
org.frankframework.http.authentication.AbstractOauthAuthenticator
org.frankframework.http.authentication.SamlAssertionOauth
- All Implemented Interfaces:
IOauthAuthenticator
-
Field Summary
Fields inherited from class org.frankframework.http.authentication.AbstractOauthAuthenticator
authorizationEndpoint, clientId, clientSecret, overwriteExpiryMs, password, session, username -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected org.apache.http.client.methods.HttpEntityEnclosingRequestBasecreateRequest(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) documentToString(Document document) Methods inherited from class org.frankframework.http.authentication.AbstractOauthAuthenticator
createPostRequestWithForm, getOrRefreshAccessToken, getScopeHeader
-
Constructor Details
-
SamlAssertionOauth
- Throws:
HttpAuthenticationException
-
-
Method Details
-
configure
- Throws:
ConfigurationException
-
documentToString
- Throws:
TransformerException
-
createRequest
protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase createRequest(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) throws HttpAuthenticationException - Specified by:
createRequestin classAbstractOauthAuthenticator- Throws:
HttpAuthenticationException
-