Class MockFlowBuilder
- java.lang.Object
-
- net.shibboleth.idp.plugin.authn.mock.MockFlowBuilder
-
public final class MockFlowBuilder extends Object
A builder for generating simple mock flows. Mostly used to generate stub subflows when testing a flow.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMockFlowBuilder()Constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FlowMockNoOpFlow(String flowId)Create a simple flow with one start-state which transitions to an end-state that ends the flow.
-