Package org.imixs.workflow.services.rest
Class BasicAuthenticator
- java.lang.Object
-
- org.imixs.workflow.services.rest.BasicAuthenticator
-
- All Implemented Interfaces:
RequestFilter
public class BasicAuthenticator extends Object implements RequestFilter
Client Request Filter for basic authentication- Author:
- rsoika
-
-
Constructor Summary
Constructors Constructor Description BasicAuthenticator(String user, String password)
-
-
-
Method Detail
-
filter
public void filter(HttpURLConnection connection) throws IOException
- Specified by:
filter
in interfaceRequestFilter
- Throws:
IOException
-
-