IDPAuthnContextInfo |
IDPAuthnContextMapper.getIDPAuthnContextInfo(AuthnRequest authnRequest,
String idpEntityID,
String realm) |
Deprecated.
|
default IDPAuthnContextInfo |
IDPAuthnContextMapper.getIDPAuthnContextInfo(AuthnRequest authnRequest,
String idpEntityID,
String realm,
String spEntityID) |
Returns an IDPAuthnContextInfo object.
|
List |
SAML2IDPFinder.getPreferredIDP(AuthnRequest authnRequest,
String hostProviderID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Returns a list of preferred IDP providerID's.
|
boolean |
SAML2ServiceProviderAdapter.postSingleSignOnFailure(String hostedEntityID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthnRequest authnRequest,
Response ssoResponse,
String profile,
int failureCode) |
Invokes after Single Sign-On processing failed.
|
boolean |
SAML2ServiceProviderAdapter.postSingleSignOnSuccess(String hostedEntityID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PrintWriter out,
Object session,
AuthnRequest authnRequest,
Response ssoResponse,
String profile,
boolean isFederation) |
Invokes after Single-Sign-On processing succeeded.
|
boolean |
SAML2IdentityProviderAdapter.preAuthentication(String hostedEntityID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthnRequest authnRequest,
Object session,
String reqID,
String relayState) |
Invokes when OpenAM has received the authn request, processed it, and is ready to redirect to authentication.
|
boolean |
SAML2IdentityProviderAdapter.preSendResponse(AuthnRequest authnRequest,
String hostProviderID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object session,
String reqID,
String relayState) |
This method is invoked before sending a non-error SAML2 Response, but before the SAML Response object is
constructed.
|
void |
SAML2IdentityProviderAdapter.preSignResponse(AuthnRequest authnRequest,
Response res,
String hostProviderID,
String realm,
javax.servlet.http.HttpServletRequest request,
Object session,
String relayState) |
Called after the SAML Response object is created, but before the Response is signed/encrypted.
|
boolean |
SAML2IdentityProviderAdapter.preSingleSignOn(String hostedEntityID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthnRequest authnRequest,
String reqID) |
Invokes when OpenAM receives the authentication request for the first time
from the SP, and is called before any processing started on the IDP side.
|
void |
SAML2ServiceProviderAdapter.preSingleSignOnProcess(String hostedEntityID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthnRequest authnRequest,
Response ssoResponse,
String profile) |
Invokes when the FAM received the Single-Sign-On response
from the IDP, this is called before any processing started on SP side.
|
void |
SAML2ServiceProviderAdapter.preSingleSignOnRequest(String hostedEntityID,
String idpEntityID,
String realm,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthnRequest authnRequest) |
Invokes before OpenAM sends the
Single-Sign-On request to IDP.
|