Class BasicAuthenticationInfo

java.lang.Object
com.sap.cds.services.authentication.BasicAuthenticationInfo
All Implemented Interfaces:
AuthenticationInfo

public class BasicAuthenticationInfo extends Object implements AuthenticationInfo
Representation of a Basic authentication
  • Constructor Details

    • BasicAuthenticationInfo

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

    • getUsername

      public String getUsername()
      Returns:
      the basic authentication username
    • getPassword

      public String getPassword()
      Returns:
      the basic authentication password