| Package | Description |
|---|---|
| net.shibboleth.idp.authn |
APIs related to the authentication of a subject.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExternalAuthentication.doFinish(HttpServletRequest request,
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.
|
protected void |
ExternalAuthentication.doStart(HttpServletRequest request)
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,
HttpServletRequest request,
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.
|
protected org.opensaml.profile.context.ProfileRequestContext |
ExternalAuthentication.getProfileRequestContext(HttpServletRequest request)
Get the
ProfileRequestContext associated with a request. |
static org.opensaml.profile.context.ProfileRequestContext |
ExternalAuthentication.getProfileRequestContext(String key,
HttpServletRequest request)
Get the
ProfileRequestContext associated with a request. |
static String |
ExternalAuthentication.startExternalAuthentication(HttpServletRequest request)
Initialize a request for external authentication by seeking out the information stored in
the servlet session and exposing it as request attributes.
|
Copyright © 1999–2015. All rights reserved.