[
https://issues.apache.org/jira/browse/CXF-6817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp updated CXF-6817:
-----------------------------
Fix Version/s: (was: 3.1.6)
(was: 3.2.0)
> 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
>
> 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
(v6.3.4#6332)