Package org.imixs.workflow.services.rest
Interface RequestFilter
-
- All Known Implementing Classes:
BasicAuthenticator
,FormAuthenticator
,JWTAuthenticator
public interface RequestFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
filter(HttpURLConnection connection)
-
-
-
Method Detail
-
filter
void filter(HttpURLConnection connection) throws IOException
- Throws:
IOException
-
-