Package org.imixs.workflow.services.rest
Class FormAuthenticator
java.lang.Object
org.imixs.workflow.services.rest.FormAuthenticator
- All Implemented Interfaces:
RequestFilter
This RequestFilter performs a form based authentication. The filter can be
used with a jakarta.ws.rs.client.Client.
- Author:
- rsoika
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
filter
(HttpURLConnection connection) In the filter method we put the cookies form the login into the request.
-
Constructor Details
-
FormAuthenticator
-
-
Method Details
-
filter
In the filter method we put the cookies form the login into the request.- Specified by:
filter
in interfaceRequestFilter
- Throws:
IOException
-