Package org.imixs.workflow.services.rest
Class JWTAuthenticator
- java.lang.Object
-
- org.imixs.workflow.services.rest.JWTAuthenticator
-
- All Implemented Interfaces:
RequestFilter
public class JWTAuthenticator extends Object implements RequestFilter
Client request Filter for Imixs-JWT- Author:
- rsoika
-
-
Constructor Summary
Constructors Constructor Description JWTAuthenticator(String jwt)
-
-
-
Constructor Detail
-
JWTAuthenticator
public JWTAuthenticator(String jwt)
-
-
Method Detail
-
filter
public void filter(HttpURLConnection connection) throws IOException
- Specified by:
filter
in interfaceRequestFilter
- Throws:
IOException
-
-