Uses of Class
org.codice.ddf.cxf.client.impl.ClientKeyInfo
Packages that use ClientKeyInfo
-
Uses of ClientKeyInfo in org.codice.ddf.cxf.client.impl
Fields in org.codice.ddf.cxf.client.impl declared as ClientKeyInfoConstructors in org.codice.ddf.cxf.client.impl with parameters of type ClientKeyInfoModifierConstructorDescriptionSecureCxfClientFactoryImpl(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, boolean useOauth, boolean useSamlEcp, boolean useSubjectRetrievalInterceptor, org.codice.ddf.configuration.PropertyResolver propertyResolver, Integer connectionTimeout, Integer receiveTimeout, String sourceId, URI discoveryUrl, String clientId, String clientSecret, String oauthFlow, String username, String password, ClientKeyInfo keyInfo, String sslProtocol, Map<String, String> additionalOauthParameters, OAuthSecurity oauthSecurity, org.codice.ddf.security.jaxrs.SamlSecurity samlSecurity, ddf.security.audit.SecurityLogger securityLogger, ddf.security.service.SecurityManager securityManager) Constructs a factory that will return security-aware cxf clients.