[
https://issues.apache.org/jira/browse/CXF-6817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16651312#comment-16651312
]
Andrei Ivanov commented on CXF-6817:
------------------------------------
Ugh, no activity :(
And I was going to ask about any sort of standardization for the client runtime
proxy generation, but I don't think there's a chance for that either
> Provide an easy way to set authentication for JAXRS client
> ----------------------------------------------------------
>
> Key: CXF-6817
> URL: https://issues.apache.org/jira/browse/CXF-6817
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Affects Versions: 3.1.5
> Reporter: Dennis Kieselhorst
> Priority: Major
>
> CXF should provide an easy way to configure the basic authentication for a
> JAXRS client programmatically, e.g.:
> {code:java}
> Client client = ClientBuilder.newClient().register(new
> java.net.Authenticator() {
> @Override
> protected PasswordAuthentication getPasswordAuthentication() {
> return new PasswordAuthentication("myuser",
> "mypassword".toCharArray());
> }
> });
> {code}
> See also:
> http://stackoverflow.com/questions/25155017/client-side-authentication-with-jax-rs-and-cxf
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)