protected abstract void |
ExternalAuthentication.doFinish(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ProfileRequestContext profileRequestContext,
ExternalAuthenticationContext externalAuthenticationContext) |
Complete a request for external authentication by seeking out the information stored in
request attributes and transferring to the session's conversation state, and then transfer
control back to the authentication web flow.
|
protected void |
ExternalAuthentication.doStart(javax.servlet.http.HttpServletRequest request,
ProfileRequestContext profileRequestContext,
ExternalAuthenticationContext externalAuthenticationContext) |
Initialize a request for external authentication by seeking out the information stored in
the servlet session and exposing it as request attributes.
|
static void |
ExternalAuthentication.finishExternalAuthentication(String key,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Complete a request for external authentication by seeking out the information stored in
request attributes and transferring to the session's conversation state, and then transfer
control back to the authentication web flow.
|
private static ExternalAuthenticationContext |
ExternalAuthentication.getExternalAuthenticationContext(ProfileRequestContext profileRequestContext) |
|
static ProfileRequestContext |
ExternalAuthentication.getProfileRequestContext(String key,
javax.servlet.http.HttpServletRequest request) |
|
static String |
ExternalAuthentication.startExternalAuthentication(javax.servlet.http.HttpServletRequest request) |
Initialize a request for external authentication by seeking out the information stored in
the servlet session and exposing it as request attributes.
|