public interface CrowdProvider
Modifier and Type | Method and Description |
---|---|
void |
processOpenIDRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle the given request as an OpenID request, with behaviour depending on the mode of the request according to
the OpenID spec.
|
void processOpenIDRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, OpenIDException
request
- servlet requestresponse
- servlet responseIOException
- if there was an error responding via the servlet responseOpenIDException
- if there was an error handling the openid request (e.g. request is invalid)Copyright © 2021 Atlassian. All rights reserved.