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, overwriteExpiryMs, session
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
createRequest
(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:
createRequest
in classAbstractOauthAuthenticator
- Throws:
HttpAuthenticationException
-