Klasse PolicyActionOrder.PolicyActionOrderBuilder

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.PolicyActionOrder.PolicyActionOrderBuilder
Umschließende Klasse:
PolicyActionOrder

public static class PolicyActionOrder.PolicyActionOrderBuilder extends Object
  • Methodendetails

    • isCustomOrderSupported

      public PolicyActionOrder.PolicyActionOrderBuilder isCustomOrderSupported(Boolean isCustomOrderSupported)
      Gibt zurück:
      this.
    • orderPosition

      Order of the policy enforcement. 1. First - policy enforcement needs to be added in its respective stage. 2. Last - policy enforcement needs to be added as last in its respective stage. 3. Before First occurrence - Policy needs to be added before the first occurrence of policyTemplateIds specified. 4. After last occurrence - Policy needs to be added after last occurrence of policyTemplateIds specified
      Gibt zurück:
      this.
    • policyTemplateIDs

      public PolicyActionOrder.PolicyActionOrderBuilder policyTemplateIDs(List<String> policyTemplateIDs)
      List of policy template ids needed to process the order before first occurrence and after last occurrence
      Gibt zurück:
      this.
    • sequence

      Sequence of the policy enforcement. 1. insequence - Stages or policies marked with this sequence will be executed when the request comes to API Gateway and before the request dispatched to native service. 2. outsequence - Stages or policies marked with this sequence will be executed when the request goes out of API Gateway to the invoker. 3. faultsequence - Stages or policies marked with this sequence will be executed when native service return any error
      Gibt zurück:
      this.
    • build

      public PolicyActionOrder build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object