Package net.officefloor.web.spi.security
Interface HttpSecurityFlowMetaData<F extends Enum<F>>
- All Known Implementing Classes:
HttpSecurityFlowMetaDataImpl
public interface HttpSecurityFlowMetaData<F extends Enum<F>>
Describes a
Flow required by the HttpSecuritySource.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
getKey
F getKey() -
getArgumentType
Class<?> getArgumentType()Obtains the
Classof the argument that is passed to theFlow.This may be
nullto indicate no argument is passed.- Returns:
- Type of the argument that is passed to the
Flow.
-
getLabel
String getLabel()- Returns:
- Descriptive name for this
Flow.
-