Package org.wildfly.security.http
Interface HttpServerMechanismsResponder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A responder for sending either authentication challenges or responses as a result of successful authentication back to the
calling client.
- Author:
- Darran Lofthouse
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendResponse(HttpServerResponse response) Send any required response to the client.
-
Method Details
-
sendResponse
Send any required response to the client.- Parameters:
response- theHttpServerResponseto use to set the response / challenge.- Throws:
HttpAuthenticationException
-