public class FormAuthenticator extends Object implements javax.ws.rs.client.ClientRequestFilter
| Constructor and Description |
|---|
FormAuthenticator(String baseUri,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.client.ClientRequestContext requestContext)
In the filter method we put the cookies form the login into the request.
|
public void filter(javax.ws.rs.client.ClientRequestContext requestContext)
throws IOException
filter in interface javax.ws.rs.client.ClientRequestFilterIOExceptionCopyright © 2018–2020 Imixs Software Solutions GmbH. All rights reserved.