Class CredentialsConfig

java.lang.Object
com.mulesoft.modules.wss.api.inbound.CredentialsConfig
All Implemented Interfaces:
AuthenticateUserConfig

public class CredentialsConfig extends Object implements AuthenticateUserConfig
Authentication configuration sub-type based on credentials.
Since:
1.0
  • Constructor Details

    • CredentialsConfig

      public CredentialsConfig()
    • CredentialsConfig

      public CredentialsConfig(String username, String password)
  • Method Details

    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()