Class HttpFlowSecurerManagedFunction
java.lang.Object
net.officefloor.frame.api.function.StaticManagedFunction<Indexed,HttpFlowSecurerManagedFunction.Flows>
net.officefloor.web.security.section.HttpFlowSecurerManagedFunction
- All Implemented Interfaces:
ManagedFunction<Indexed,,HttpFlowSecurerManagedFunction.Flows> ManagedFunctionFactory<Indexed,HttpFlowSecurerManagedFunction.Flows>
public class HttpFlowSecurerManagedFunction
extends StaticManagedFunction<Indexed,HttpFlowSecurerManagedFunction.Flows>
- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionHttpFlowSecurerManagedFunction(boolean isParameter, String[] anyRoles, String[] allRoles) Instantiate. -
Method Summary
Modifier and TypeMethodDescriptionvoidExecutes the function.Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
Constructor Details
-
HttpFlowSecurerManagedFunction
Instantiate.- Parameters:
isParameter- Indicates that there is an argument to pass through.anyRoles- Any roles.allRoles- All roles.
-
-
Method Details
-
execute
public void execute(ManagedFunctionContext<Indexed, HttpFlowSecurerManagedFunction.Flows> context) throws ThrowableDescription copied from interface:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.- Throws:
Throwable- Indicating failure of theManagedFunction.
-