Package ca.cdr.api.security
Class ClientAuthInterceptorFactory
java.lang.Object
ca.cdr.api.security.ClientAuthInterceptorFactory
Factory class for creating and configuring instances of
ClientAuthInterceptor
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IClientInterceptor
create
(ClientAuthParams theClientAuthParams) Creates an instance ofIClientInterceptor
initialized with the given client authentication state.static void
setClientAuthSelector
(IClientAuthSelector theClientAuthSelector)
-
Constructor Details
-
ClientAuthInterceptorFactory
public ClientAuthInterceptorFactory()
-
-
Method Details
-
create
Creates an instance ofIClientInterceptor
initialized with the given client authentication state.- Parameters:
theClientAuthParams
- TheClientAuthParams
object containing the parameters to be used for configuring the interceptor.- Returns:
- An instance of
IClientInterceptor
configured from the provided parameters.
-
setClientAuthSelector
-