Uses of Interface
com.soffid.iam.remote.HeadersFactory
-
Packages that use HeadersFactory Package Description com.soffid.iam.remote com.soffid.iam.ssl -
-
Uses of HeadersFactory in com.soffid.iam.remote
Fields in com.soffid.iam.remote with type parameters of type HeadersFactory Modifier and Type Field Description static List<HeadersFactory>
RemoteInvokerFactory. headersFactory
Methods in com.soffid.iam.remote that return types with arguments of type HeadersFactory Modifier and Type Method Description static List<HeadersFactory>
RemoteInvokerFactory. getHeadersFactory()
Methods in com.soffid.iam.remote with parameters of type HeadersFactory Modifier and Type Method Description static void
RemoteInvokerFactory. addHeadersFactory(HeadersFactory f)
-
Uses of HeadersFactory in com.soffid.iam.ssl
Method parameters in com.soffid.iam.ssl with type arguments of type HeadersFactory Modifier and Type Method Description void
HttpInvokerHandler. setHeadersFactory(List<HeadersFactory> headersFactory)
-