Uses of Interface
com.sun.identity.saml2.protocol.AuthnRequest
-
Packages that use AuthnRequest Package Description com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.com.sun.identity.saml2.plugins.scripted Contains classes to be used by the SAML2 scripted plugins.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes.org.forgerock.am.saml2.impl This package contains the implementation of the SAML2 client APIs.org.forgerock.openam.saml2.plugins This package contains the API for writing SAML federation plugins. -
-
Uses of AuthnRequest in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins with parameters of type AuthnRequest Modifier and Type Method Description IDPAuthnContextInfoIDPAuthnContextMapper. getIDPAuthnContextInfo(AuthnRequest authnRequest, String idpEntityID, String realm)Deprecated.default IDPAuthnContextInfoIDPAuthnContextMapper. getIDPAuthnContextInfo(AuthnRequest authnRequest, String idpEntityID, String realm, String spEntityID)Returns anIDPAuthnContextInfoobject. -
Uses of AuthnRequest in com.sun.identity.saml2.plugins.scripted
Methods in com.sun.identity.saml2.plugins.scripted with parameters of type AuthnRequest Modifier and Type Method Description List<ScriptEntitlementInfo>IdpAdapterScriptHelper. getEntitlements(String applicationName, String realm, Object sessionToken, AuthnRequest authnRequest)Retrieve aListofScriptEntitlementInfos.StringIdpAdapterScriptHelper. getIssuerName(AuthnRequest authnRequest)Retrieve the issuer name for the AuthN request.Set<String>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
Methods in com.sun.identity.saml2.protocol that return AuthnRequest Modifier and Type Method Description AuthnRequestProtocolFactory. createAuthnRequest()Returns theAuthnRequestObject.AuthnRequestProtocolFactory. createAuthnRequest(String value)Returns theAuthnRequestObject.AuthnRequestProtocolFactory. createAuthnRequest(Element value)Returns theAuthnRequestObject. -
Uses of AuthnRequest in org.forgerock.am.saml2.impl
Methods in org.forgerock.am.saml2.impl that return AuthnRequest Modifier and Type Method Description AuthnRequestSaml2ResponseData. getAuthnRequest()Get the original authentication request.Constructors in org.forgerock.am.saml2.impl with parameters of type AuthnRequest Constructor Description Saml2ResponseData(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
Methods in org.forgerock.openam.saml2.plugins with parameters of type AuthnRequest Modifier and Type Method Description ListIDPFinder. 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 booleanSPAdapter. 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 booleanSPAdapter. 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.booleanIDPAdapter. 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.booleanIDPAdapter. 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.voidIDPAdapter. 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.booleanIDPAdapter. 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 voidSPAdapter. preSingleSignOnProcess(String hostedEntityID, String realm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile)Invokes when theFAMreceived the Single-Sign-On response from the IDP, this is called before any processing started on SP side.default voidSPAdapter. 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.
-