Uses of Class
org.frankframework.http.authentication.HttpAuthenticationException
Packages that use HttpAuthenticationException
-
Uses of HttpAuthenticationException in org.frankframework.http
Methods in org.frankframework.http that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionAbstractHttpSession.OauthAuthenticationMethod.newAuthenticator
(AbstractHttpSession session) -
Uses of HttpAuthenticationException in org.frankframework.http.authentication
Methods in org.frankframework.http.authentication that throw HttpAuthenticationExceptionModifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
AbstractOauthAuthenticator.createPostRequestWithForm
(URI uri, List<org.apache.http.NameValuePair> formParameters) protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
AbstractClientCredentials.createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) protected abstract org.apache.http.client.methods.HttpEntityEnclosingRequestBase
AbstractOauthAuthenticator.createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
AbstractResourceOwnerPasswordCredentials.createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
ClientCredentialsBasicAuth.createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
ClientCredentialsQueryParameters.createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
ResourceOwnerPasswordCredentialsBasicAuth.createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
ResourceOwnerPasswordCredentialsQueryParameters.createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) protected org.apache.http.client.methods.HttpEntityEnclosingRequestBase
SamlAssertionOauth.createRequest
(org.apache.http.auth.Credentials credentials, List<org.apache.http.NameValuePair> parameters) final String
AbstractOauthAuthenticator.getOrRefreshAccessToken
(org.apache.http.auth.Credentials credentials, boolean forceRefresh) IOauthAuthenticator.getOrRefreshAccessToken
(org.apache.http.auth.Credentials credentials, boolean forceRefresh) Constructors in org.frankframework.http.authentication that throw HttpAuthenticationException