Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Authenticator in RequestContext #52

Open
lundefugl opened this issue Oct 16, 2019 · 0 comments
Open

Authenticator in RequestContext #52

lundefugl opened this issue Oct 16, 2019 · 0 comments

Comments

@lundefugl
Copy link

We have connections with kerberos authentication.
At the moment it only works if you set an Authenticator globally.
This is not nice, because there are other connections in the system.

We would like to pass the Authenticator via BindingProvider.getRequestContext().put(...) so that it can be set in com.sun.xml.ws.transport.http.client.HttpClientTransport#createHttpConnection with the call httpConnection.setAuthenticator(authenticator);.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant