Class CompleteApplicationHttpAuthenticateFunction<AC extends 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 Serializable>
extends StaticManagedFunction<CompleteApplicationHttpAuthenticateFunction.Dependencies,None>
ManagedFunctionFactory for completing authentication with application
specific credentials.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDependency keys. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ManagedFunctionContext<CompleteApplicationHttpAuthenticateFunction.Dependencies, None> context) Executes the function.Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
Constructor Details
-
CompleteApplicationHttpAuthenticateFunction
public CompleteApplicationHttpAuthenticateFunction()
-
-
Method Details
-
execute
public void execute(ManagedFunctionContext<CompleteApplicationHttpAuthenticateFunction.Dependencies, None> context) throws ThrowableDescription copied from interface:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.- Throws:
Throwable- Indicating failure of theManagedFunction.
-