| Package | Description |
|---|---|
| io.asgardeo.java.saml.sdk.artifact |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.saml.saml2.core.ArtifactResponse |
SAMLSSOArtifactResolutionService.extractArtifactResponse(String artifactResponseString)
Extract Artifact response object from soap message string.
|
org.opensaml.saml.saml2.core.ArtifactResolve |
SAMLSSOArtifactResolutionService.generateArtifactResolveReq(String samlArtReceived)
Create SAML ArtifactResolve Object and sign
|
org.opensaml.saml.saml2.core.ArtifactResponse |
SAMLSSOArtifactResolutionService.getSAMLArtifactResponse(String samlArtReceived)
Create a SAML artifactResolveObject based on given samlArt parameter and wrapped into a soapRequest
Send the soapRequest to the Artifact Resolve Endpoint
|
org.opensaml.saml.saml2.core.ArtifactResponse |
SAMLSSOArtifactResolutionService.sendArtifactResolveRequest(org.opensaml.saml.saml2.core.ArtifactResolve artifactResolve)
Send Artifact Resolve Request to Artifact Resolution Service
|
String |
SAMLSSOSoapMessageService.sendSOAP(String message,
String url)
Send SOAP message
|
Copyright © 2021 WSO2. All rights reserved.