Class FcHttpRequestProps.BasicAuthProps

java.lang.Object
de.xima.fc.workflow.model.nodes.FcHttpRequestProps.BasicAuthProps
All Implemented Interfaces:
Serializable
Enclosing class:
FcHttpRequestProps

public static class FcHttpRequestProps.BasicAuthProps extends Object implements Serializable
POJO model class for the basic auth credentials of the HTTP request action.
Since:
7.0.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • BasicAuthProps

      public BasicAuthProps()
  • Method Details

    • getBasicAuthLogin

      public String getBasicAuthLogin()
      Returns:
      Username for the basic authentication.
    • getBasicAuthPwd

      public String getBasicAuthPwd()
      Returns:
      Password for the basic authentication.
    • setBasicAuthLogin

      public void setBasicAuthLogin(String basicAuthLogin)
      Parameters:
      basicAuthLogin - Username for the basic authentication.
    • setBasicAuthPwd

      public void setBasicAuthPwd(String basicAuthPwd)
      Parameters:
      basicAuthPwd - Password for the basic authentication.