Uses of Interface
org.projecthusky.xua.communication.config.XuaClientConfigBuilder
Packages that use XuaClientConfigBuilder
Package
Description
-
Uses of XuaClientConfigBuilder in org.projecthusky.xua.communication.config
Methods in org.projecthusky.xua.communication.config that return XuaClientConfigBuilderModifier and TypeMethodDescriptionXuaClientConfigBuilder.clientKeyStore
(String clientKeyStoreFile) Method to set the client keystore to access the security token webservice. Methode um den Schlüsselspeicher für den Zugriff auf den Security Token Webservices zu setzen.XuaClientConfigBuilder.clientKeyStorePassword
(String clientKeyStorePassword) Method to set the password for the client keystore. Methode um das Passwort für den Schlüsselspeicher zu setzen.XuaClientConfigBuilder.clientKeyStoreType
(String clientKeyStoreType) Method to set the type of the client keystore. Methode um den Typ des Schlüsselspeichers zu setzen.Method to set the port name of the security token webservice. Methode um den Port Namen des Security Token Webservices zu setzen.XuaClientConfigBuilder.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.XuaClientConfigBuilder.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.XuaClientConfigBuilder.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.XuaClientConfigBuilder.simple
(boolean aSimple) Method to set the simple flag. Methode um den das Simple Flag zu setzen.Method to set the enpoint URI. Methode um die Enpunkt URI zu bilden. -
Uses of XuaClientConfigBuilder in org.projecthusky.xua.communication.config.impl
Classes in org.projecthusky.xua.communication.config.impl that implement XuaClientConfigBuilderModifier and TypeClassDescriptionclass
Class implementing the interface XuaClientConfigBuilder. Klasse die das Interface XuaClientConfigBuilder implementiert.Methods in org.projecthusky.xua.communication.config.impl that return XuaClientConfigBuilderModifier and TypeMethodDescriptionXuaClientConfigBuilderImpl.clientKeyStore
(String aClientKeyStoreFile) XuaClientConfigBuilderImpl.clientKeyStorePassword
(String clientKeyStorePassword) XuaClientConfigBuilderImpl.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.XuaClientConfigBuilderImpl.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.XuaClientConfigBuilderImpl.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.XuaClientConfigBuilderImpl.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.XuaClientConfigBuilderImpl.simple
(boolean aSimple) XuaClientConfigBuilderImpl.soapVersion
(SoapClientConfig.SoapVersion soapVersion) Method to set the enpoint URI. Methode um die Enpunkt URI zu bilden.