Uses of Interface
net.officefloor.web.spi.security.HttpSecurityFlowMetaData
-
Packages that use HttpSecurityFlowMetaData Package Description net.officefloor.web.spi.security net.officefloor.web.spi.security.impl -
-
Uses of HttpSecurityFlowMetaData in net.officefloor.web.spi.security
Methods in net.officefloor.web.spi.security that return HttpSecurityFlowMetaData Modifier and Type Method Description HttpSecurityFlowMetaData<F>[]
HttpSecuritySourceMetaData. getFlowMetaData()
Obtains the list ofHttpSecurityFlowMetaData
instances should thisHttpSecuritySource
require application specific behaviour. -
Uses of HttpSecurityFlowMetaData in net.officefloor.web.spi.security.impl
Classes in net.officefloor.web.spi.security.impl that implement HttpSecurityFlowMetaData Modifier and Type Class Description class
HttpSecurityFlowMetaDataImpl<F extends java.lang.Enum<F>>
HttpSecurityFlowMetaData
implementation.
-