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 Modifier and Type Class Description static classHttpFlowSecurerManagedFunction.FlowsFlow keys.
-
Constructor Summary
Constructors Constructor Description HttpFlowSecurerManagedFunction(boolean isParameter, java.lang.String[] anyRoles, java.lang.String[] allRoles)Instantiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ManagedFunctionContext<Indexed,HttpFlowSecurerManagedFunction.Flows> context)Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Constructor Detail
-
HttpFlowSecurerManagedFunction
public HttpFlowSecurerManagedFunction(boolean isParameter, java.lang.String[] anyRoles, java.lang.String[] allRoles)Instantiate.- Parameters:
isParameter- Indicates that there is an argument to pass through.anyRoles- Any roles.allRoles- All roles.
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<Indexed,HttpFlowSecurerManagedFunction.Flows> context) throws java.lang.Throwable
Description copied from interface:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.- Throws:
java.lang.Throwable- Indicating failure of theManagedFunction.
-
-