Package | Description |
---|---|
com.sun.identity.federation.message |
Defines federation protocol message classes.
|
com.sun.identity.federation.services.fednsso |
Handles
ID-FF federation and single sign on. |
com.sun.identity.saml.common |
Defines common SAML 1.x utilities and constants.
|
com.sun.identity.saml.protocol |
SAML 1.x Protocol Classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FSAuthnResponse
Deprecated.
since 12.0.0
|
class |
FSResponse
Deprecated.
since 12.0.0
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
FSAssertionArtifactHandler.verifyResponseStatus(Response resp) |
Modifier and Type | Method and Description |
---|---|
static Response |
SAMLUtils.getResponse(byte[] bytes)
Returns
Response object from byte array. |
Modifier and Type | Method and Description |
---|---|
static byte[] |
SAMLUtils.getResponseBytes(Response samlResponse)
Returns byte array from a SAML
Response . |
static Map |
SAMLUtils.processResponse(Response samlResponse,
String target)
Processes SAML Response
|
static Map |
SAMLUtils.verifyAssertionAndGetSSMap(Response response)
Checks response and get back a Map of relevant data including,
Subject, SOAPEntry for the partner and the List of Assertions.
|
static boolean |
SAMLUtils.verifyResponse(Response response,
String requestUrl,
javax.servlet.http.HttpServletRequest request)
Verifies a
Response . |
static boolean |
SAMLUtils.verifySignature(Response samlResponse)
Verifies Signature for Post response.
|
Modifier and Type | Method and Description |
---|---|
static Response |
Response.parseXML(InputStream is)
Returns Response object based on the XML document received from server.
|
static Response |
Response.parseXML(String xml)
Returns Response object based on the XML document received from server.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.