You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.
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);.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
viaBindingProvider.getRequestContext().put(...)
so that it can be set incom.sun.xml.ws.transport.http.client.HttpClientTransport#createHttpConnection
with the callhttpConnection.setAuthenticator(authenticator);
.The text was updated successfully, but these errors were encountered: