Class SendHttpChallengeFunction
java.lang.Object
net.officefloor.frame.api.function.StaticManagedFunction<SendHttpChallengeFunction.Dependencies,None>
net.officefloor.web.security.impl.SendHttpChallengeFunction
- All Implemented Interfaces:
ManagedFunction<SendHttpChallengeFunction.Dependencies,,None> ManagedFunctionFactory<SendHttpChallengeFunction.Dependencies,None>
public class SendHttpChallengeFunction
extends StaticManagedFunction<SendHttpChallengeFunction.Dependencies,None>
ManagedFunction to send the HttpChallenge.- Author:
- Daniel Sagenschneider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDependency keys. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecutes the function.Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
Constructor Details
-
SendHttpChallengeFunction
public SendHttpChallengeFunction()
-
-
Method Details
-
execute
public void execute(ManagedFunctionContext<SendHttpChallengeFunction.Dependencies, None> context) throws ThrowableDescription copied from interface:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.- Throws:
Throwable- Indicating failure of theManagedFunction.
-