Package org.imixs.workflow.services.rest
Klasse FormAuthenticator
java.lang.Object
org.imixs.workflow.services.rest.FormAuthenticator
- Alle implementierten Schnittstellen:
RequestFilter
This RequestFilter performs a form based authentication. The filter can be
used with a jakarta.ws.rs.client.Client.
- Autor:
- rsoika
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidfilter(HttpURLConnection connection) In the filter method we put the cookies form the login into the request.
-
Konstruktordetails
-
FormAuthenticator
-
-
Methodendetails
-
filter
In the filter method we put the cookies form the login into the request.- Angegeben von:
filterin SchnittstelleRequestFilter- Löst aus:
IOException
-