Uses of Class
org.frankframework.http.authentication.HttpAuthenticationException
-
Uses of HttpAuthenticationException in org.frankframework.http.authentication
Modifier and TypeMethodDescriptionprotected com.nimbusds.oauth2.sdk.http.HTTPResponse
OAuthAccessTokenManager.convertFromApacheHttpResponse
(org.apache.http.client.methods.CloseableHttpResponse apacheHttpResponse) protected org.apache.http.client.methods.HttpRequestBase
OAuthAccessTokenManager.convertToApacheHttpRequest
(com.nimbusds.oauth2.sdk.http.HTTPRequest httpRequest) OAuthAccessTokenManager.getAccessToken
(org.apache.http.auth.Credentials credentials, boolean forceRefresh) void
OAuthAccessTokenManager.retrieveAccessToken
(org.apache.http.auth.Credentials credentials) ModifierConstructorDescriptionOAuthAccessTokenManager
(String tokenEndpoint, String scope, CredentialFactory clientCF, boolean useClientCredentials, OAuthAccessTokenManager.AuthenticationType authType, AbstractHttpSession httpSession, int expiry)