[ 
https://issues.apache.org/jira/browse/CXF-6817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16650437#comment-16650437
 ] 

Andrei Ivanov commented on CXF-6817:
------------------------------------

Any answers from the EG? :)

> 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)

Reply via email to