Uses of Interface
com.sun.identity.saml2.protocol.Response
Package
Description
Package that handles SAML v2 profiles.
SAMLv2 Protocol Classes.
This package contains the API for writing SAML federation plugins.
-
Uses of Response in com.sun.identity.saml2.profile
Modifier and TypeMethodDescriptionstatic Response
AssertionIDRequestUtil.sendAssertionIDRequest
(AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding) Sends theAssertionIDRequest
to specifiied Assertion ID Request Service and returnsResponse
coming from the Assertion ID Request Service.static Response
AttributeQueryUtil.sendAttributeQuery
(AttributeQuery attrQuery, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding) Sends theAttributeQuery
to specified attribute authority and returnsResponse
coming from the attribute authority.static Response
AuthnQueryUtil.sendAuthnQuery
(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding) This method sends theAuthnQuery
to specifiied authentication authority and returnsResponse
coming from the authentication authority. -
Uses of Response in com.sun.identity.saml2.protocol
Modifier and TypeMethodDescriptionProtocolFactory.createResponse()
Returns a new instance ofResponse
.ProtocolFactory.createResponse
(String xml) Returns a new instance ofResponse
.ProtocolFactory.createResponse
(Element elem) Returns a new instance ofResponse
. -
Uses of Response in org.forgerock.openam.saml2.plugins
Modifier and TypeMethodDescriptiondefault 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.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.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.