public class BasicAuthFilter extends Object implements javax.ws.rs.client.ClientRequestFilter
| Constructor and Description |
|---|
BasicAuthFilter(String username,
String password)
Creates a new HTTP Basic Authentication filter with the provided username and password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.client.ClientRequestContext requestContext) |
Copyright © 2024 Atlassian. All rights reserved.