Uses of Interface
org.codice.ddf.cxf.client.ClientBuilder
-
Uses of ClientBuilder in org.codice.ddf.cxf.client
Methods in org.codice.ddf.cxf.client that return ClientBuilderModifier and TypeMethodDescriptionClientBuilder.additionalOauthParameters(Map<String, String> additionalParameters) Additional OAuth parameters to use.ClientBuilder.allowRedirects(boolean allowRedirects) Whether or not to allow the client to follow redirects.Client ID for OAuth.ClientBuilder.clientKeyInfo(String certAlias, Path keystorePath) Key info to use when setting up TLS connection.ClientBuilder.clientSecret(String clientSecret) Client secret for OAuth.ClientBuilder.connectionTimeout(Integer connectionTimeout) Time before the connection will fail with no reply.ClientBuilder.disableCnCheck(boolean disableCnCheck) Turns the CN check off when performing a TLS/SSL connection.Discovery URL for OAuth.The endpoint the client should connect to.ClientBuilder.entityProviders(List<? extends Object> entityProviders) <T> ClientBuilder<T> ClientBuilderFactory.getClientBuilder()ClientBuilder.interceptor(org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor) ClientBuilder.interfaceClass(Class<T> interfaceClass) The JAX-RS interface class/type that represents the endpointOAuth flow to use.Password to use with BASIC authenticationClientBuilder.propertyResolver(org.codice.ddf.configuration.PropertyResolver propertyResolver) Property resolver to use to replace any properties in the endpoint URLClientBuilder.receiveTimeout(Integer receiveTimeout) Time before connection will fail with no response.Source ID for OAuth.ClientBuilder.sslProtocol(String sslProtocol) SSL/TLS protocol to use.ClientBuilder.useOAuth(boolean useOAuth) True will enable the use of OAuth for this client.Username to use with BASIC authentication.ClientBuilder.useSamlEcp(boolean useSamlEcp) True will enable the use of SAML ECP for this client.ClientBuilder.useSubjectRetrievalInterceptor()Enables the use of the SubjectRetrievalInterceptor for this client.