Package com.soffid.iam.remote
Class RemoteInvokerFactory
- java.lang.Object
-
- com.soffid.iam.remote.RemoteInvokerFactory
-
- Direct Known Subclasses:
RemoteInvokerFactory
public class RemoteInvokerFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static List<HeadersFactory>headersFactory
-
Constructor Summary
Constructors Constructor Description RemoteInvokerFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddHeadersFactory(HeadersFactory f)static List<HeadersFactory>getHeadersFactory()ObjectgetInvoker(URL url)ObjectgetInvoker(URL url, String authToken)ObjectgetInvoker(URL url, String tenantName, String authToken)
-
-
-
Field Detail
-
headersFactory
public static List<HeadersFactory> headersFactory
-
-
Method Detail
-
getInvoker
public Object getInvoker(URL url) throws IOException
- Throws:
IOException
-
getInvoker
public Object getInvoker(URL url, String authToken) throws IOException
- Throws:
IOException
-
getInvoker
public Object getInvoker(URL url, String tenantName, String authToken) throws IOException
- Throws:
IOException
-
addHeadersFactory
public static void addHeadersFactory(HeadersFactory f)
-
getHeadersFactory
public static final List<HeadersFactory> getHeadersFactory()
-
-