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 IDPAuthnContextInfo
IDPAuthnContextMapper. 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
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 aList
ofScriptEntitlementInfo
s.String
IdpAdapterScriptHelper. 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 AuthnRequest
ProtocolFactory. createAuthnRequest()
Returns theAuthnRequest
Object.AuthnRequest
ProtocolFactory. createAuthnRequest(String value)
Returns theAuthnRequest
Object.AuthnRequest
ProtocolFactory. createAuthnRequest(Element value)
Returns theAuthnRequest
Object. -
Uses of AuthnRequest in org.forgerock.am.saml2.impl
Methods in org.forgerock.am.saml2.impl that return AuthnRequest Modifier and Type Method Description AuthnRequest
Saml2ResponseData. 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 List
IDPFinder. 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.
-