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 theHttpChallenge
.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SendHttpChallengeFunction.Dependencies
-
Constructor Summary
Constructors Constructor Description SendHttpChallengeFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ManagedFunctionContext<SendHttpChallengeFunction.Dependencies,None> context)
Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<SendHttpChallengeFunction.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
.
-
-