com.atlassian.crowd.openid.server.provider
Interface CrowdProvider
- All Known Implementing Classes:
- OpenID4JavaProvider
public interface CrowdProvider
Method Summary |
void |
associate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
|
void |
checkAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
|
void |
checkImmediateAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
|
void |
processOpenIDRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
sendAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OpenIDAuthResponse authResp)
|
void |
verifyAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
|
OPENID_AUTHENTICATION_REQUEST
static final String OPENID_AUTHENTICATION_REQUEST
processOpenIDRequest
void processOpenIDRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException,
OpenIDException
- Throws:
IOException
javax.servlet.ServletException
OpenIDException
associate
void associate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
throws IOException
- Throws:
IOException
checkAuthentication
void checkAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
throws IOException,
OpenIDException
- Throws:
IOException
OpenIDException
checkImmediateAuthentication
void checkImmediateAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
throws IOException,
OpenIDException
- Throws:
IOException
OpenIDException
sendAuthenticationResponse
void sendAuthenticationResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
OpenIDAuthResponse authResp)
throws IOException
- Throws:
IOException
verifyAuthentication
void verifyAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
throws IOException
- Throws:
IOException
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.