Interface AuditInsertionPoint

    • Method Detail

      • auditInsertionPoint

        static AuditInsertionPoint auditInsertionPoint​(java.lang.String name,
                                                       HttpRequest baseRequest,
                                                       int startIndexInclusive,
                                                       int endIndexExclusive)
        This method can be used to create an audit insertion point based on offsets.
        Parameters:
        name - The name of the audit insertion point.
        baseRequest - The base HttpRequest.
        startIndexInclusive - The start index inclusive.
        endIndexExclusive - The end index exclusive.
        Returns:
        The AuditInsertionPoint based on offsets.