Uses of Interface
net.officefloor.web.security.type.HttpSecurityFlowType
-
Packages that use HttpSecurityFlowType Package Description net.officefloor.web.security.build net.officefloor.web.security.type -
-
Uses of HttpSecurityFlowType in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build with parameters of type HttpSecurityFlowType Modifier and Type Method Description ExecutionManagedFunction
HttpSecurityExplorerContext. getManagedFunction(HttpSecurityFlowType<?> flowType)
Obtains theExecutionManagedFunction
for theHttpSecurityFlowType
. -
Uses of HttpSecurityFlowType in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement HttpSecurityFlowType Modifier and Type Class Description class
HttpSecurityFlowTypeImpl<F extends java.lang.Enum<F>>
HttpSecurityFlowType
adapted from theManagedObjectFlowType
.Methods in net.officefloor.web.security.type that return HttpSecurityFlowType Modifier and Type Method Description HttpSecurityFlowType<F>[]
HttpSecurityType. getFlowTypes()
Obtains theHttpSecurityFlowType
definitions of theFlow
instances required to be linked for theHttpSecuritySource
.HttpSecurityFlowType<F>[]
HttpSecurityTypeImpl. getFlowTypes()
-