Interface HttpSecurityFlowType<F extends Enum<F>>
- All Known Implementing Classes:
HttpSecurityFlowTypeImpl
public interface HttpSecurityFlowType<F extends Enum<F>>
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
getFlowName
String getFlowName()Obtains the name of theFlow.- Returns:
- Name of the
Flow.
-
getKey
F getKey()Obtains the key identifying theFlow.- Returns:
- Key identifying the
Flow.
-
getIndex
int getIndex()Obtains the index identifying theFlow.- Returns:
- Index identifying the
Flow.
-
getArgumentType
Class<?> getArgumentType()Obtains the type of the argument passed to theFlow.- Returns:
- Type of argument passed to the
Flow. May benullto indicate no argument.
-