public class IDPArtifactResolution extends Object
Modifier and Type | Method and Description |
---|---|
static void |
doArtifactResolution(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This method processes the artifact resolution request coming
from a service provider.
|
static SOAPMessage |
onMessage(SOAPMessage message,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String realm,
String idpEntityID)
This method generates a
SOAPMessage containing the
ArtifactResponse that is corresponding to the
ArtifactResolve contained in the
SOAPMessage passed in. |
public static void doArtifactResolution(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- the HttpServletRequest
objectresponse
- the HttpServletResponse
objectpublic static SOAPMessage onMessage(SOAPMessage message, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String realm, String idpEntityID) throws SAML2Exception
SOAPMessage
containing the
ArtifactResponse
that is corresponding to the
ArtifactResolve
contained in the
SOAPMessage
passed in.message
- SOAPMessage
contains a
ArtifactResolve
request
- the HttpServletRequest
objectrealm
- the realm to where the identity provider belongsidpEntityID
- the entity id of the identity providerSOAPMessage
contains the
ArtifactResponse
SAML2Exception
- if the operation is not successfulCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.