Class SoapClientConfigBuilderImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.SoapClientConfigBuilderImpl
- All Implemented Interfaces:
ClientConfigBuilder
,SoapClientConfigBuilder
Class implementing the interface ClientConfigBuilder serving as builder to create config for client with basic authentication.
Klasse die das Interface ClienConfiguilder implementiert. Dient dazu eine Client Konfiguration zu bilden für die Kommunikation mit BasicAuthentication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientKeyStore
(String clientKeyStore) 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.clientKeyStorePassword
(String clientKeyStorePassword) Method to set the password for the client keystore. Methode um das Passwort für den Schlüsselspeicher zu setzen.clientKeyStoreType
(String clientKeyStoreType) Method to set the type of the client keystore. Methode um den Typ des Schlüsselspeichers zu setzen.create()
Method to create the config.Method to set the port name of the security token webservice. Methode um den Port Namen des Security Token Webservices zu setzen.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.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.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.simple
(boolean aSimple) Method to set the simple flag. Methode um den das Simple Flag zu setzen.soapVersion
(SoapClientConfig.SoapVersion soapVersion) Method to set the SOAP version. Method um die SOAP version zu setzen.Method to set the enpoint URI. Methode um die Enpunkt URI zu bilden.
-
Constructor Details
-
SoapClientConfigBuilderImpl
public SoapClientConfigBuilderImpl()Default Constructor
-
-
Method Details
-
clientKeyStore
Description copied from interface:SoapClientConfigBuilder
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.- Specified by:
clientKeyStore
in interfaceSoapClientConfigBuilder
- Parameters:
clientKeyStore
-the client keystore fileder Client KeyStore file- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
clientKeyStorePassword
Description copied from interface:SoapClientConfigBuilder
Method to set the password for the client keystore.Methode um das Passwort für den Schlüsselspeicher zu setzen.- Specified by:
clientKeyStorePassword
in interfaceSoapClientConfigBuilder
- Parameters:
clientKeyStorePassword
-the client keystore passworddas Schlüsselspeicher Passwort- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
clientKeyStoreType
Description copied from interface:SoapClientConfigBuilder
Method to set the type of the client keystore.Methode um den Typ des Schlüsselspeichers zu setzen.- Specified by:
clientKeyStoreType
in interfaceSoapClientConfigBuilder
- Parameters:
clientKeyStoreType
-the client keystore typeder Schlüsselspeichertyp- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
create
Method to create the config.- Returns:
- the config created
-
portName
Description copied from interface:SoapClientConfigBuilder
Method to set the port name of the security token webservice.Methode um den Port Namen des Security Token Webservices zu setzen.- Specified by:
portName
in interfaceSoapClientConfigBuilder
- Parameters:
portName
-the port nameder Port Name- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
portNamespace
Description copied from interface:SoapClientConfigBuilder
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.- Specified by:
portNamespace
in interfaceSoapClientConfigBuilder
- Parameters:
portNamespace
-the namespace of the port nameder Namespace des Port Namens- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
serviceName
Description copied from interface:SoapClientConfigBuilder
Method to set the service name of the security token webservice.Methode um den Service Namen des Security Token Webservices zu setzen.- Specified by:
serviceName
in interfaceSoapClientConfigBuilder
- Parameters:
serviceName
-the service nameder Service Namen- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
serviceNamespace
Description copied from interface:SoapClientConfigBuilder
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.- Specified by:
serviceNamespace
in interfaceSoapClientConfigBuilder
- Parameters:
serviceNamespace
-the namespace of the port nameder Namespace des Port Namens- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
simple
Description copied from interface:SoapClientConfigBuilder
Method to set the simple flag.Methode um den das Simple Flag zu setzen.- Specified by:
simple
in interfaceSoapClientConfigBuilder
- Parameters:
aSimple
-true or false as value to be settrue oder false als Wert, der gesetzt werden soll- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
soapVersion
Description copied from interface:SoapClientConfigBuilder
Method to set the SOAP version.Method um die SOAP version zu setzen.- Specified by:
soapVersion
in interfaceSoapClientConfigBuilder
- Parameters:
soapVersion
-SoapVersion value to be setSoapVersion Wert, der gesetzt werden soll- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
-
url
Method to set the enpoint URI.Methode um die Enpunkt URI zu bilden.- Specified by:
url
in interfaceClientConfigBuilder
- Parameters:
aEndpointUrl
-the enpoint URI to be set.Die Enpunkt URI die zu setzen ist.- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-