| Package | Description |
|---|---|
| net.shibboleth.idp.authn |
APIs related to the authentication of a subject.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExternalAuthentication.doFinish(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.
|
protected void |
ExternalAuthentication.doStart(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.
|
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.
|
protected ProfileRequestContext |
ExternalAuthentication.getProfileRequestContext(javax.servlet.http.HttpServletRequest request)
Get the
ProfileRequestContext associated with a request. |
static ProfileRequestContext |
ExternalAuthentication.getProfileRequestContext(String key,
javax.servlet.http.HttpServletRequest request)
Get the
ProfileRequestContext associated with a 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.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.