public interface OpenIDResponder
| Modifier and Type | Method and Description |
|---|---|
void |
sendAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OpenIDAuthRequest authReq,
OpenIDAuthResponse authResp)
Responds to the provided authentication request with the provided authentication response.
|
void |
sendPlainTextResponse(javax.servlet.http.HttpServletResponse response,
String responseString)
Sends a direct (HTTP 200) plain text response to the requester.
|
void sendAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OpenIDAuthRequest authReq,
OpenIDAuthResponse authResp)
throws IOException
IOExceptionvoid sendPlainTextResponse(javax.servlet.http.HttpServletResponse response,
String responseString)
throws IOException
response - HttpServletResponse to write output to.responseString - response output to write.IOException - error writing response.Copyright © 2023 Atlassian. All rights reserved.