Uses of Class
net.officefloor.web.security.impl.HandleAuthenticationRequiredFunction.Dependencies
-
Packages that use HandleAuthenticationRequiredFunction.Dependencies Package Description net.officefloor.web.security.impl -
-
Uses of HandleAuthenticationRequiredFunction.Dependencies in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl that return HandleAuthenticationRequiredFunction.Dependencies Modifier and Type Method Description static HandleAuthenticationRequiredFunction.Dependencies
HandleAuthenticationRequiredFunction.Dependencies. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HandleAuthenticationRequiredFunction.Dependencies[]
HandleAuthenticationRequiredFunction.Dependencies. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.officefloor.web.security.impl with type arguments of type HandleAuthenticationRequiredFunction.Dependencies Modifier and Type Method Description void
HandleAuthenticationRequiredFunction. execute(ManagedFunctionContext<HandleAuthenticationRequiredFunction.Dependencies,Indexed> context)
-