Class IdpClientBasicAuthConfigImpl
java.lang.Object
org.projecthusky.xua.communication.config.impl.AbstractClientConfig
org.projecthusky.xua.communication.config.impl.IdpClientBasicAuthConfigImpl
- All Implemented Interfaces:
ClientConfig
,IdpClientConfig
Implementation class of Interface IdpClientConfig
Implementations Klasse von Interface IdpClientConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to get theMethod to get thevoid
setBasicAuthPassword
(String basicAuthPassword) Method to set thevoid
setBasicAuthUsername
(String basicAuthUsername) Method to set theMethods inherited from class org.projecthusky.xua.communication.config.impl.AbstractClientConfig
getUrl, setUrl
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.projecthusky.xua.communication.config.ClientConfig
getUrl, setUrl
-
Constructor Details
-
IdpClientBasicAuthConfigImpl
protected IdpClientBasicAuthConfigImpl()Default constructor
-
-
Method Details
-
getBasicAuthPassword
Method to get the- Returns:
- basicAuthPassword
-
getBasicAuthUsername
Method to get the- Returns:
- basicAuthUsername
-
setBasicAuthPassword
Method to set the- Parameters:
basicAuthPassword
- the auth password
-
setBasicAuthUsername
Method to set the- Parameters:
basicAuthUsername
- the auth username
-