Interface HttpFlowSecurer
-
public interface HttpFlowSecurerProvidesHttpSecurityFlowdecision.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SectionFlowSinkNodesecureFlow(SectionDesigner designer, java.lang.Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink)Creates aSectionFlowSinkNodeto either a secure / insecureSectionFlowSinkNode.
-
-
-
Method Detail
-
secureFlow
SectionFlowSinkNode secureFlow(SectionDesigner designer, java.lang.Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink)
Creates aSectionFlowSinkNodeto either a secure / insecureSectionFlowSinkNode.- Parameters:
designer-SectionDesigner.argumentType- Type of argument to theFlow. May benullfor no argument.secureFlowSink- SecureSectionFlowSinkNode.insecureFlowSink- InsecureSectionFlowSinkNode.- Returns:
SectionFlowSinkNodeto either a secure / insecureSectionFlowSinkNode.
-
-