Uses of Interface
com.sun.identity.saml2.protocol.Response
-
Packages that use Response Package Description com.sun.identity.saml2.common Defines common SAMLv2 utilities and constants.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.com.sun.identity.saml2.protocol.impl SAMLv2 Protocol Implemenetation Classes.com.sun.identity.saml2.soapbinding com.sun.identity.xacml.plugins org.forgerock.openam.oauth2.saml2.core -
-
Uses of Response in com.sun.identity.saml2.common
Methods in com.sun.identity.saml2.common that return Response Modifier and Type Method Description static ResponseSAML2Utils. getErrorResponse(RequestAbstract request, String code, String subCode, String statusMsg, String issuerEntityID)Returns aSAML Responseobject containing error statusMethods in com.sun.identity.saml2.common with parameters of type Response Modifier and Type Method Description static StringSAML2Utils. getNameIDStringFromResponse(Response response)Obtains the value of NameID from Response.static MapSAML2Utils. verifyResponse(jakarta.servlet.http.HttpServletRequest httpRequest, jakarta.servlet.http.HttpServletResponse httpResponse, Response response, String orgName, String hostEntityId, String profileBinding)Verifies single sign onResponseand returns information to SAML2 auth module for further processing. -
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 booleanSAML2ServiceProviderAdapter. postSingleSignOnFailure(String hostedEntityID, String realm, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode)Invokes after Single Sign-On processing failed.booleanSAML2ServiceProviderAdapter. postSingleSignOnSuccess(String hostedEntityID, String realm, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation)Invokes after Single-Sign-On processing succeeded.voidDefaultIDPAdapter. preSignResponse(AuthnRequest authnRequest, Response res, String hostProviderID, String realm, jakarta.servlet.http.HttpServletRequest request, Object session, String relayState)voidSAML2IdentityProviderAdapter. preSignResponse(AuthnRequest authnRequest, Response res, String hostProviderID, String realm, jakarta.servlet.http.HttpServletRequest request, Object session, String relayState)Called after the SAML Response object is created, but before the Response is signed/encrypted.voidSAML2ServiceProviderAdapter. preSingleSignOnProcess(String hostedEntityID, String realm, jakarta.servlet.http.HttpServletRequest request, jakarta.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. -
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 ResponseIDPSSOUtil. getResponse(jakarta.servlet.http.HttpServletRequest request, Object session, AuthnRequest authnReq, String recipientEntityID, String idpEntityID, String idpMetaAlias, String realm, String nameIDFormat, String acsURL, String affiliationID, AuthnContext matchingAuthnContext)Returns aSAML Responseobject.ResponseResponseInfo. getResponse()Returns theResponseobject.static ResponseAssertionIDRequestUtil. processAssertionIDRequest(AssertionIDRequest assertionIDRequest, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String samlAuthorityEntityID, String role, String realm)This method processes theAssertionIDRequestcoming from a requester.static ResponseAttributeQueryUtil. processAttributeQuery(AttributeQuery attrQuery, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String attrAuthorityEntityID, String realm, String attrQueryProfileAlias)Processes theAttributeQuerycoming from a requester.static ResponseAuthnQueryUtil. processAuthnQuery(AuthnQuery authnQuery, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String authnAuthorityEntityID, String realm)This method processes theAuthnQuerycoming from a requester.static ResponseAssertionIDRequestUtil. sendAssertionIDRequest(AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding)Sends theAssertionIDRequestto specifiied Assertion ID Request Service and returnsResponsecoming from the Assertion ID Request Service.static ResponseAttributeQueryUtil. sendAttributeQuery(AttributeQuery attrQuery, String attrAuthorityEntityID, String realm, String attrQueryProfile, String attrProfile, String binding)Sends theAttributeQueryto specified attribute authority and returnsResponsecoming from the attribute authority.static ResponseAuthnQueryUtil. sendAuthnQuery(AuthnQuery authnQuery, String authnAuthorityEntityID, String realm, String binding)This method sends theAuthnQueryto specifiied authentication authority and returnsResponsecoming from the authentication authority.Methods in com.sun.identity.saml2.profile with parameters of type Response Modifier and Type Method Description static longIDPSSOUtil. getValidTimeofResponse(String realm, String idpEntityID, Response response)static voidIDPSSOUtil. sendResponse(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PrintWriter out, String acsBinding, String spEntityID, String idpEntityID, String idpMetaAlias, String realm, String relayState, String acsURL, Response res, Object session)Sends a response to service providerstatic voidIDPSSOUtil. sendResponseArtifact(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String idpEntityID, String spEntityID, String realm, String acsURL, String relayState, Response res, Object session, Map props)This method opens a URL connection to the target specified and sends artifact response to it using theHttpServletResponseobject.static voidIDPSSOUtil. sendResponseECP(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PrintWriter out, String idpEntityID, String realm, String acsURL, Response res)This method sends SAML Response back to ECP.static voidAttributeQueryUtil. signResponse(Response response, String attrAuthorityEntityID, String realm, boolean includeCert)Constructors in com.sun.identity.saml2.profile with parameters of type Response Constructor Description ResponseInfo(Response response, String binding, String relayState)Constructor creates the ResponseInfo. -
Uses of Response in com.sun.identity.saml2.protocol
Methods in com.sun.identity.saml2.protocol that return Response Modifier and Type Method Description ResponseProtocolFactory. createResponse()Returns a new instance ofResponse.ResponseProtocolFactory. createResponse(String xml)Returns a new instance ofResponse.ResponseProtocolFactory. createResponse(Element elem)Returns a new instance ofResponse. -
Uses of Response in com.sun.identity.saml2.protocol.impl
Classes in com.sun.identity.saml2.protocol.impl that implement Response Modifier and Type Class Description classResponseImplThis is an implementation of interfaceResponse. -
Uses of Response in com.sun.identity.saml2.soapbinding
Methods in com.sun.identity.saml2.soapbinding that return Response Modifier and Type Method Description ResponseRequestHandler. handleQuery(String hostedEntityID, String remoteEntityID, RequestAbstract request, jakarta.xml.soap.SOAPMessage soapMessage)Returns a SAMLv2 Query Response for the received Query Request.static ResponseQueryClient. processXACMLQuery(RequestAbstract request, String pepEntityID, String pdpEntityID)Returns SAMLv2Response.Methods in com.sun.identity.saml2.soapbinding with parameters of type Response Modifier and Type Method Description static booleanQueryClient. verifySignedResponse(String pepEntityID, String pdpEntityID, Response response)Verify the signature inResponse. -
Uses of Response in com.sun.identity.xacml.plugins
Methods in com.sun.identity.xacml.plugins that return Response Modifier and Type Method Description ResponseXACMLAuthzDecisionQueryHandler. handleQuery(String pdpEntityId, String pepEntityId, RequestAbstract samlpRequest, jakarta.xml.soap.SOAPMessage soapMessage)Processes an XACMLAuthzDecisionQuery and retruns a SAML2 Response. -
Uses of Response in org.forgerock.openam.oauth2.saml2.core
Methods in org.forgerock.openam.oauth2.saml2.core with parameters of type Response Modifier and Type Method Description booleanOAuth2Saml2GrantSPAdapter. postSingleSignOnFailure(String hostedEntityID, String realm, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile, int failureCode)booleanOAuth2Saml2GrantSPAdapter. postSingleSignOnSuccess(String hostedEntityID, String realm, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, PrintWriter out, Object session, AuthnRequest authnRequest, Response ssoResponse, String profile, boolean isFederation)voidOAuth2Saml2GrantSPAdapter. preSingleSignOnProcess(String hostedEntityID, String realm, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, AuthnRequest authnRequest, Response ssoResponse, String profile)
-