Package com.soffid.iam.ssl
Class HttpInvokerHandler
- java.lang.Object
-
- com.soffid.iam.ssl.HttpInvokerHandler
-
- All Implemented Interfaces:
InvocationHandler
public class HttpInvokerHandler extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Constructor Description HttpInvokerHandler(URL url, String tenantName, String authToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object proxy, Method method, Object[] args)
void
setHeadersFactory(List<HeadersFactory> headersFactory)
-
-
-
Method Detail
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
setHeadersFactory
public void setHeadersFactory(List<HeadersFactory> headersFactory)
-
-