Class HttpSecurityFlowMetaDataImpl<F extends Enum<F>>
java.lang.Object
net.officefloor.web.spi.security.impl.HttpSecurityFlowMetaDataImpl<F>
- All Implemented Interfaces:
HttpSecurityFlowMetaData<F>
public class HttpSecurityFlowMetaDataImpl<F extends Enum<F>>
extends Object
implements HttpSecurityFlowMetaData<F>
HttpSecurityFlowMetaData implementation.- Author:
- Daniel Sagenschneider
-
Constructor Details
-
Method Details
-
setLabel
Specifies a label to describe theFlow.- Parameters:
label- Label to describe theFlow.
-
getKey
Description copied from interface:HttpSecurityFlowMetaData -
getArgumentType
Description copied from interface:HttpSecurityFlowMetaDataObtains the
Classof the argument that is passed to theFlow.This may be
nullto indicate no argument is passed.- Specified by:
getArgumentTypein interfaceHttpSecurityFlowMetaData<F extends Enum<F>>- Returns:
- Type of the argument that is passed to the
Flow.
-
getLabel
Description copied from interface:HttpSecurityFlowMetaData
-