Class IdpClientCertificateAuthConfigBuilder
java.lang.Object
org.projecthusky.xua.communication.config.impl.IdpClientCertificateAuthConfigBuilder
- All Implemented Interfaces:
ClientConfigBuilder
Class implementing the interface ClientConfigBuilder serving as builder to create config for client to communicate with client certificate.
Klasse die das Interface ClienConfiguilder implementiert. Dient dazu eine Client Konfiguration zu bilden für die Kommunikation mit Client Zertifikat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
method to createMethod to setkeyStorePassword
(String testStorePassword) Method to setMethod to set the enpoint URI. Methode um die Enpunkt URI zu bilden.
-
Constructor Details
-
IdpClientCertificateAuthConfigBuilder
public IdpClientCertificateAuthConfigBuilder()Default constructor
-
-
Method Details
-
create
method to create- Returns:
- the client config
-
keyStore
Method to set- Parameters:
clientKeyStore
- the keystore to be set- Returns:
- this builder instance
-
keyStorePassword
Method to set- Parameters:
testStorePassword
- the password to be set- Returns:
- this builder instance
-
url
Description copied from interface:ClientConfigBuilder
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
-