Class CompleteApplicationHttpAuthenticateFunction<AC extends java.io.Serializable>
- java.lang.Object
-
- net.officefloor.frame.api.function.StaticManagedFunction<CompleteApplicationHttpAuthenticateFunction.Dependencies,None>
-
- net.officefloor.web.security.impl.CompleteApplicationHttpAuthenticateFunction<AC>
-
- All Implemented Interfaces:
ManagedFunction<CompleteApplicationHttpAuthenticateFunction.Dependencies,None>
,ManagedFunctionFactory<CompleteApplicationHttpAuthenticateFunction.Dependencies,None>
public class CompleteApplicationHttpAuthenticateFunction<AC extends java.io.Serializable> extends StaticManagedFunction<CompleteApplicationHttpAuthenticateFunction.Dependencies,None>
ManagedFunctionFactory
for completing authentication with application specific credentials.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompleteApplicationHttpAuthenticateFunction.Dependencies
Dependency keys.
-
Constructor Summary
Constructors Constructor Description CompleteApplicationHttpAuthenticateFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ManagedFunctionContext<CompleteApplicationHttpAuthenticateFunction.Dependencies,None> context)
Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<CompleteApplicationHttpAuthenticateFunction.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
.
-
-