Class IdpClientBasicAuthConfigImpl

java.lang.Object
org.projecthusky.xua.communication.config.impl.AbstractClientConfig
org.projecthusky.xua.communication.config.impl.IdpClientBasicAuthConfigImpl
All Implemented Interfaces:
ClientConfig, IdpClientConfig

public class IdpClientBasicAuthConfigImpl extends AbstractClientConfig implements IdpClientConfig
Implementation class of Interface IdpClientConfig
Implementations Klasse von Interface IdpClientConfig
  • Constructor Details

    • IdpClientBasicAuthConfigImpl

      protected IdpClientBasicAuthConfigImpl()
      Default constructor
  • Method Details

    • getBasicAuthPassword

      public String getBasicAuthPassword()
      Method to get the
      Returns:
      basicAuthPassword
    • getBasicAuthUsername

      public String getBasicAuthUsername()
      Method to get the
      Returns:
      basicAuthUsername
    • setBasicAuthPassword

      public void setBasicAuthPassword(String basicAuthPassword)
      Method to set the
      Parameters:
      basicAuthPassword - the auth password
    • setBasicAuthUsername

      public void setBasicAuthUsername(String basicAuthUsername)
      Method to set the
      Parameters:
      basicAuthUsername - the auth username