Class BasicAuthentication
java.lang.Object
org.jboss.resteasy.client.jaxrs.internal.BasicAuthentication
- All Implemented Interfaces:
jakarta.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 $
- Author:
- Bill Burke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
filter
(jakarta.ws.rs.client.ClientRequestContext requestContext)
-
Constructor Details
-
BasicAuthentication
-
-
Method Details
-
filter
- Specified by:
filter
in interfacejakarta.ws.rs.client.ClientRequestFilter
- Throws:
IOException
-