Class IdpClientBasicAuthConfigBuilderImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.IdpClientBasicAuthConfigBuilderImpl
- All Implemented Interfaces:
ClientConfigBuilder
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 TypeMethodDescriptionbasicAuthPassword
(String aBasicAuthPassword) to set basicAuthPasswordbasicAuthUsername
(String aBasicAuthUsername) to set aBasicAuthUsernamecreate()
Method to create instance.Method to set the enpoint URI. Methode um die Enpunkt URI zu bilden.
-
Constructor Details
-
IdpClientBasicAuthConfigBuilderImpl
public IdpClientBasicAuthConfigBuilderImpl()Default constructor
-
-
Method Details
-
basicAuthPassword
to set basicAuthPassword- Parameters:
aBasicAuthPassword
- the basicAuthPassword to be set- Returns:
- this instance of builder
-
basicAuthUsername
to set aBasicAuthUsername- Parameters:
aBasicAuthUsername
- the aBasicAuthUsername to be set- Returns:
- this instance of builder
-
create
Method to create instance.- Returns:
- the instance be returned
-
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:
-