Class XuaClientConfigBuilderImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.XuaClientConfigBuilderImpl
- All Implemented Interfaces:
ClientConfigBuilder
,SoapClientConfigBuilder
,XuaClientConfigBuilder
Class implementing the interface XuaClientConfigBuilder.
Klasse die das Interface XuaClientConfigBuilder implementiert.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientKeyStore
(String aClientKeyStoreFile) 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 with the parameters set. Methode um die Konfiguration mit den gesetzten Parametern zu erstellen.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
-
XuaClientConfigBuilderImpl
public XuaClientConfigBuilderImpl()Default constructor.
-
-
Method Details
-
clientKeyStore
Description copied from interface:XuaClientConfigBuilder
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
- Specified by:
clientKeyStore
in interfaceXuaClientConfigBuilder
- Parameters:
aClientKeyStoreFile
-the client keystore fileder Client KeyStore file- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
clientKeyStorePassword
Description copied from interface:XuaClientConfigBuilder
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
- Specified by:
clientKeyStorePassword
in interfaceXuaClientConfigBuilder
- Parameters:
clientKeyStorePassword
-the client keystore passworddas Schlüsselspeicher Passwort- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
clientKeyStoreType
Description copied from interface:XuaClientConfigBuilder
Method to set the type of the client keystore.Methode um den Typ des Schlüsselspeichers zu setzen.- Specified by:
clientKeyStoreType
in interfaceSoapClientConfigBuilder
- Specified by:
clientKeyStoreType
in interfaceXuaClientConfigBuilder
- Parameters:
clientKeyStoreType
-the client keystore typeder Schlüsselspeichertyp- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
create
Method to create the config with the parameters set.Methode um die Konfiguration mit den gesetzten Parametern zu erstellen.- Specified by:
create
in interfaceXuaClientConfigBuilder
- Returns:
- the creakted XuaClientConfig instace.Die erstellte XuaClientConfig Instanz.
- See Also:
-
portName
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
- Specified by:
portName
in interfaceXuaClientConfigBuilder
- Parameters:
portName
-the port nameder Port Name- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
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.- Specified by:
portNamespace
in interfaceSoapClientConfigBuilder
- Specified by:
portNamespace
in interfaceXuaClientConfigBuilder
- Parameters:
portNamespace
-the namespace of the port nameder Namespace des Port Namens- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
serviceName
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
- Specified by:
serviceName
in interfaceXuaClientConfigBuilder
- Parameters:
serviceName
-the service nameder Service Namen- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
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.- Specified by:
serviceNamespace
in interfaceSoapClientConfigBuilder
- Specified by:
serviceNamespace
in interfaceXuaClientConfigBuilder
- Parameters:
serviceNamespace
-the namespace of the port nameder Namespace des Port Namens- Returns:
- the actual instance of this builderdie aktuelle Instanz des Builders
- See Also:
-
simple
Description copied from interface:XuaClientConfigBuilder
Method to set the simple flag.Methode um den das Simple Flag zu setzen.- Specified by:
simple
in interfaceSoapClientConfigBuilder
- Specified by:
simple
in interfaceXuaClientConfigBuilder
- 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
- See Also:
-
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
- Specified by:
url
in interfaceXuaClientConfigBuilder
- Parameters:
aEndpointUri
-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:
-