Uses of Interface
com.sun.identity.saml2.protocol.AuthnRequest
Package
Description
Defines SAMLv2 Plugin SPIs.
Contains classes to be used by the SAML2 scripted plugins.
SAMLv2 Protocol Classes.
This package contains the implementation of the SAML2 client APIs.
This package contains the API for writing SAML federation plugins.
-
Uses of AuthnRequest in com.sun.identity.saml2.plugins
Modifier and TypeMethodDescriptionIDPAuthnContextMapper.getIDPAuthnContextInfo
(AuthnRequest authnRequest, String idpEntityID, String realm) Deprecated.default IDPAuthnContextInfo
IDPAuthnContextMapper.getIDPAuthnContextInfo
(AuthnRequest authnRequest, String idpEntityID, String realm, String spEntityID) Returns anIDPAuthnContextInfo
object. -
Uses of AuthnRequest in com.sun.identity.saml2.plugins.scripted
Modifier and TypeMethodDescriptionIdpAdapterScriptHelper.getEntitlements
(String applicationName, String realm, Object sessionToken, AuthnRequest authnRequest) Retrieve aList
ofScriptEntitlementInfo
s.IdpAdapterScriptHelper.getIssuerName
(AuthnRequest authnRequest) Retrieve the issuer name for the AuthN request.IdpAdapterScriptHelper.getResourcesForToken
(AuthnRequest authnRequest) Retrieve the issuer name from the AuthN request, within a Singleton Set. -
Uses of AuthnRequest in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionProtocolFactory.createAuthnRequest()
Returns theAuthnRequest
Object.ProtocolFactory.createAuthnRequest
(String value) Returns theAuthnRequest
Object.ProtocolFactory.createAuthnRequest
(Element value) Returns theAuthnRequest
Object. -
Uses of AuthnRequest in org.forgerock.am.saml2.impl
Modifier and TypeMethodDescriptionSaml2ResponseData.getAuthnRequest()
Get the original authentication request.ModifierConstructorDescriptionSaml2ResponseData
(String sessionIndex, Subject subject, Assertion assertion, com.sun.identity.saml2.profile.ResponseInfo responseInfo, AuthnRequest authnRequest) Combine a new set of SAML2 response data as a single object. -
Uses of AuthnRequest in org.forgerock.openam.saml2.plugins
Modifier and TypeMethodDescriptionIDPFinder.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.default boolean
SPAdapter.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.default boolean
SPAdapter.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
IDPAdapter.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
IDPAdapter.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
IDPAdapter.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
IDPAdapter.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.default void
SPAdapter.preSingleSignOnProcess
(String hostedEntityID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile) Invokes when theFAM
received the Single-Sign-On response from the IDP, this is called before any processing started on SP side.default void
SPAdapter.preSingleSignOnRequest
(String hostedEntityID, String idpEntityID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthnRequest authnRequest) Invoked before AM sends the Single-Sign-On request to IDP.
IDPAuthnContextMapper.getIDPAuthnContextInfo(AuthnRequest, String, String, String)
instead