Package de.xima.fc.workflow.model.nodes
Class FcHttpRequestProps.BasicAuthProps
java.lang.Object
de.xima.fc.workflow.model.nodes.FcHttpRequestProps.BasicAuthProps
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FcHttpRequestProps
POJO model class for the basic auth credentials of the HTTP request action.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBasicAuthLogin
(String basicAuthLogin) void
setBasicAuthPwd
(String basicAuthPwd)
-
Constructor Details
-
BasicAuthProps
public BasicAuthProps()
-
-
Method Details
-
getBasicAuthLogin
- Returns:
- Username for the basic authentication.
-
getBasicAuthPwd
- Returns:
- Password for the basic authentication.
-
setBasicAuthLogin
- Parameters:
basicAuthLogin
- Username for the basic authentication.
-
setBasicAuthPwd
- Parameters:
basicAuthPwd
- Password for the basic authentication.
-