@FunctionalInterface public interface HttpServerMechanismsResponder
Modifier and Type | Method and Description |
---|---|
void |
sendResponse(HttpServerResponse response)
Send any required response to the client.
|
void sendResponse(HttpServerResponse response) throws HttpAuthenticationException
response
- the HttpServerResponse
to use to set the response / challenge.HttpAuthenticationException
Copyright © 2020 JBoss by Red Hat. All rights reserved.