Class HttpSecurityFlowTypeImpl<F extends Enum<F>>
java.lang.Object
net.officefloor.web.security.type.HttpSecurityFlowTypeImpl<F>
- All Implemented Interfaces:
HttpSecurityFlowType<F>
public class HttpSecurityFlowTypeImpl<F extends Enum<F>>
extends Object
implements HttpSecurityFlowType<F>
HttpSecurityFlowType adapted from the ManagedObjectFlowType.- Author:
- Daniel Sagenschneider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpSecurityFlowTypeImpl
Initiate.- Parameters:
flow-ManagedObjectFlowType.
-
-
Method Details
-
getFlowName
Description copied from interface:HttpSecurityFlowTypeObtains the name of theFlow.- Specified by:
getFlowNamein interfaceHttpSecurityFlowType<F extends Enum<F>>- Returns:
- Name of the
Flow.
-
getKey
Description copied from interface:HttpSecurityFlowTypeObtains the key identifying theFlow. -
getIndex
public int getIndex()Description copied from interface:HttpSecurityFlowTypeObtains the index identifying theFlow. -
getArgumentType
Description copied from interface:HttpSecurityFlowTypeObtains the type of the argument passed to theFlow.- Specified by:
getArgumentTypein interfaceHttpSecurityFlowType<F extends Enum<F>>- Returns:
- Type of argument passed to the
Flow. May benullto indicate no argument.
-