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