Klasse PolicyActionOrder.PolicyActionOrderBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.PolicyActionOrder.PolicyActionOrderBuilder
- Umschließende Klasse:
PolicyActionOrder
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()isCustomOrderSupported(Boolean isCustomOrderSupported) orderPosition(PolicyActionOrder.OrderPositionEnum orderPosition) Order of the policy enforcement.policyTemplateIDs(List<String> policyTemplateIDs) List of policy template ids needed to process the order before first occurrence and after last occurrencesequence(List<PolicyActionOrder.SequenceEnum> sequence) Sequence of the policy enforcement.toString()
-
Methodendetails
-
isCustomOrderSupported
public PolicyActionOrder.PolicyActionOrderBuilder isCustomOrderSupported(Boolean isCustomOrderSupported) - Gibt zurück:
this.
-
orderPosition
public PolicyActionOrder.PolicyActionOrderBuilder orderPosition(PolicyActionOrder.OrderPositionEnum 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
List of policy template ids needed to process the order before first occurrence and after last occurrence- Gibt zurück:
this.
-
sequence
public PolicyActionOrder.PolicyActionOrderBuilder sequence(List<PolicyActionOrder.SequenceEnum> 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
-
toString
-