Interface HttpSecurityFlowType<F extends java.lang.Enum<F>>
-
- All Known Implementing Classes:
HttpSecurityFlowTypeImpl
public interface HttpSecurityFlowType<F extends java.lang.Enum<F>>
- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<?>
getArgumentType()
Obtains the type of the argument passed to theFlow
.java.lang.String
getFlowName()
Obtains the name of theFlow
.int
getIndex()
Obtains the index identifying theFlow
.F
getKey()
Obtains the key identifying theFlow
.
-