| Methods in com.atlassian.crowd.openid.server.provider that throw OpenIDException |
void |
OpenID4JavaProvider.checkAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
Accepts requests for authentication and redirects
to authorization page so that users can select
which profile to send and whether to accept/deny
the request. |
void |
CrowdProvider.checkAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
|
void |
OpenID4JavaProvider.checkImmediateAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
Checks the authentication and immediately sends a response
to the relying-party without any internal redirects. |
void |
CrowdProvider.checkImmediateAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.openid4java.message.ParameterList requestParameters)
|
void |
OpenID4JavaProvider.processOpenIDRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
CrowdProvider.processOpenIDRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|