Uses of Interface
com.sun.identity.saml2.protocol.Response
-
Packages that use Response Package Description com.sun.identity.saml2.plugins Defines SAMLv2 Plugin SPIs.com.sun.identity.saml2.profile Package that handles SAML v2 profiles.com.sun.identity.saml2.protocol SAMLv2 Protocol Classes. -
-
Uses of Response in com.sun.identity.saml2.plugins
Methods in com.sun.identity.saml2.plugins with parameters of type Response Modifier and Type Method Description 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.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.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 theFAM
received the Single-Sign-On response from the IDP, this is called before any processing started on SP side. -
Uses of Response in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile that return Response Modifier and Type Method Description static 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
Methods in com.sun.identity.saml2.protocol that return Response Modifier and Type Method Description Response
ProtocolFactory. createResponse()
Returns a new instance ofResponse
.Response
ProtocolFactory. createResponse(String xml)
Returns a new instance ofResponse
.Response
ProtocolFactory. createResponse(Element elem)
Returns a new instance ofResponse
.
-