tokensStore parameter passed to the service to build the
AuthorizationCodeOAuthDancer) to get the appropriate accessToken.tokensStore parameter passed to the service to build the
ClientCredentialsOAuthDancer) to get the appropriate accessToken.AuthorizationCodeOAuthDancer.addListener(String, AuthorizationCodeListener) instead to properly handle the
events corresponding to a resource ownerlistener.listenerlistener.listener.tokenUrl and processing its results.TokenParserConfig instanceAuthorizationCodeOAuthDancer.tokenUrl.StateEncoder.encodeResourceOwnerIdInState(java.lang.String)StateEncoder.encodeResourceOwnerIdInState(java.lang.String)DefaultAuthorizationCodeOAuthDancer.AuthorizationCodeRequest.DefaultClientCredentialsOAuthDancer.HttpClientFactory that cache created HttpClient.OAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation)
instead.OAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation)
instead.HttpClientFactoryclientCredentialsLocation, add the clientId and clientSecret values to the form or encode and
return them.authorizationUrl with the configured credentials.HttpClient.localCallback(java.net.URL)) that the user can hit to authenticate and grant access to the application for his account.AuthorizationCodeOAuthDancer will create an HttpServer to listen on the provided
localCallbackUrl.AuthorizationCodeOAuthDancer will create an HttpServer with the provided
tlsContextFactory to listen on the provided localCallbackUrl.AuthorizationCodeOAuthDancer will use an existing HttpServer to listen on the provided
localCallbackConfigPath.AuthorizationCodeOAuthDancer.addListener(String, AuthorizationCodeListener) insteadlistener.listener.tokensStore and reuse it among different dancers, as long as each dancer has its own proper
resourceOwnerIdStoreTransformer and ensures there can be no collissions between the transformed
resourceOwnerIds for different dancers.newClassLoader as the context class loader for the thread, as long as said classloader is not the same
instance as currentClassLoader.TokenParserConfig instanceHttpResponseorg.apache.commons.io.IOUtils' toString(InputStream) method but catches any
IOException and wraps it into a RuntimeException.Copyright © 2022. All rights reserved.