public interface CrowdConsumer
Modifier and Type | Field and Description |
---|---|
static String |
OPENID_AUTH_CUSTOM_REALM |
static String |
OPENID_AUTH_REQUEST |
static String |
OPENID_AUTH_RESPONSE |
static String |
OPENID_RETURN_TO_URL |
Modifier and Type | Method and Description |
---|---|
void |
authenticateRequest(OpenIDAuthRequest openidReq,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Makes a request to an OpenIDProvider to
authenticate a particular identifier.
|
OpenIDAuthResponse |
verifyResponse(javax.servlet.http.HttpServletRequest request)
Verifies an OpenID response from the OpenID server.
|
static final String OPENID_AUTH_RESPONSE
static final String OPENID_AUTH_REQUEST
static final String OPENID_AUTH_CUSTOM_REALM
static final String OPENID_RETURN_TO_URL
void authenticateRequest(OpenIDAuthRequest openidReq, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws OpenIDAuthRequestException
openidReq
- contains all OpenID request data.request
- HttpServletRequest object.response
- HttpServletResponse object.OpenIDAuthRequestException
- if an error occurs while making the request.OpenIDAuthResponse verifyResponse(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest object.Copyright © 2020 Atlassian. All rights reserved.