Class DigestAuthHeaderFunction
java.lang.Object
org.citrusframework.functions.core.DigestAuthHeaderFunction
- All Implemented Interfaces:
Function
Function creates digest authentication HTTP header with given security parameters:
username
password
realm
noncekey
method
uri
opaque
algorithm
-
Field Summary
Fields inherited from interface org.citrusframework.functions.Function
functions, logger, RESOURCE_PATH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(List<String> parameterList, TestContext context) voidsetNonceValidity(Long nonceValidity) Sets the nonceValidity.