Class TransformAndSetSection

  • All Implemented Interfaces:
    ExecutableSection

    public class TransformAndSetSection
    extends java.lang.Object
    implements ExecutableSection
    Represents a transform_and_set section:

    In the following example,
    - transform_and_set: { login_creds: "#base64EncodeCredentials(user,password)" }
    user and password are from the response which are joined by ':' and Base64 encoded and then stashed as 'login_creds'