Uses of Interface
org.projecthusky.communication.ch.ppq.api.config.PpClientConfigBuilder
Packages that use PpClientConfigBuilder
Package
Description
-
Uses of PpClientConfigBuilder in org.projecthusky.communication.ch.ppq.api.config
Methods in org.projecthusky.communication.ch.ppq.api.config that return PpClientConfigBuilderModifier and TypeMethodDescriptionPpClientConfigBuilder.clientKeyStore
(String clientKeyStoreFile) PpClientConfigBuilder.clientKeyStorePassword
(String clientKeyStorePassword) PpClientConfigBuilder.clientKeyStoreType
(String clientKeyStoreType) Method to set the port name of the security token webservice. Methode um den Port Namen des Security Token Webservices zu setzen.PpClientConfigBuilder.portNamespace
(String portNamespace) Method to set the namespace of the port name of the security token webservice. Methode um den Namespace des Port Namen des Security Token Webservices zu setzen.PpClientConfigBuilder.serviceName
(String serviceName) Method to set the service name of the security token webservice. Methode um den Service Namen des Security Token Webservices zu setzen.PpClientConfigBuilder.serviceNamespace
(String serviceNamespace) Method to set the namespace of the service name of the security token webservice. Methode um den Namespace des Service Namen des Security Token Webservices zu setzen.Method to set the enpoint URI. Methode um die Enpunkt URI zu bilden. -
Uses of PpClientConfigBuilder in org.projecthusky.communication.ch.ppq.impl.config
Classes in org.projecthusky.communication.ch.ppq.impl.config that implement PpClientConfigBuilderModifier and TypeClassDescriptionclass
Class implementing the interface PpClientConfigBuilder.Methods in org.projecthusky.communication.ch.ppq.impl.config that return PpClientConfigBuilderModifier and TypeMethodDescriptionPpClientConfigBuilderImpl.clientKeyStore
(String clientKeyStore) PpClientConfigBuilderImpl.clientKeyStorePassword
(String clientKeyStorePassword) PpClientConfigBuilderImpl.clientKeyStoreType
(String clientKeyStoreType) PpClientConfigBuilderImpl.portNamespace
(String portNamespace) PpClientConfigBuilderImpl.serviceName
(String serviceName) PpClientConfigBuilderImpl.serviceNamespace
(String serviceNamespace)