Package org.jboss.resteasy.client.jaxrs
Class BasicAuthentication
- java.lang.Object
-
- org.jboss.resteasy.client.jaxrs.BasicAuthentication
-
- All Implemented Interfaces:
javax.ws.rs.client.ClientRequestFilter
public class BasicAuthentication extends java.lang.Object implements javax.ws.rs.client.ClientRequestFilter
Client filter that will do basic authentication. You must allocate it and then register it with the Client or WebTarget- Version:
- $Revision: 1 $
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
authHeader
-
Constructor Summary
Constructors Constructor Description BasicAuthentication(java.lang.String username, java.lang.String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filter(javax.ws.rs.client.ClientRequestContext requestContext)
-