Class FlowPolicies
java.lang.Object
swiss.trustbroker.federation.xmlconfig.FlowPolicies
- All Implemented Interfaces:
Serializable
Error flow control configuration.
Breaking changes:
- With 1.14.0
enabledwas corrected from element to attribute.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFlowPolicies(Boolean enabled, List<Flow> flows) Creates a newFlowPoliciesinstance. -
Method Summary
-
Constructor Details
-
FlowPolicies
public FlowPolicies() -
FlowPolicies
Creates a newFlowPoliciesinstance.- Parameters:
enabled- Enable this configuration.flows- List of flow configurations.
-
-
Method Details
-
enabled
public boolean enabled() -
builder
-
getEnabled
Enable this configuration. -
getFlows
List of flow configurations. -
setEnabled
Enable this configuration. -
setFlows
List of flow configurations. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-