Class StartApplicationHttpAuthenticateFunction<AC extends java.io.Serializable,C>
- java.lang.Object
-
- net.officefloor.frame.api.function.StaticManagedFunction<StartApplicationHttpAuthenticateFunction.Dependencies,None>
-
- net.officefloor.web.security.impl.StartApplicationHttpAuthenticateFunction<AC,C>
-
- All Implemented Interfaces:
ManagedFunction<StartApplicationHttpAuthenticateFunction.Dependencies,None>
,ManagedFunctionFactory<StartApplicationHttpAuthenticateFunction.Dependencies,None>
public class StartApplicationHttpAuthenticateFunction<AC extends java.io.Serializable,C> extends StaticManagedFunction<StartApplicationHttpAuthenticateFunction.Dependencies,None>
ManagedFunction
andManagedFunctionFactory
for triggering authentication with application specific credentials.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StartApplicationHttpAuthenticateFunction.Dependencies
Dependency keys.
-
Constructor Summary
Constructors Constructor Description StartApplicationHttpAuthenticateFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ManagedFunctionContext<StartApplicationHttpAuthenticateFunction.Dependencies,None> context)
Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<StartApplicationHttpAuthenticateFunction.Dependencies,None> context) throws java.lang.Throwable
Description copied from interface:ManagedFunction
Executes the function.- Parameters:
context
-ManagedFunctionContext
for theManagedFunction
.- Throws:
java.lang.Throwable
- Indicating failure of theManagedFunction
.
-
-