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 ofHttpSecurityFlowMetaDatainstances should thisHttpSecuritySourcerequire 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 classHttpSecurityFlowMetaDataImpl<F extends java.lang.Enum<F>>HttpSecurityFlowMetaDataimplementation.
-