public final class SAMLHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SAML_ASSERTION
The Constant SAML_ASSERTION.
|
static String |
SAML_ATTRIBUTE
The Constant SAML_ATTRIBUTE.
|
static String |
SAML_ATTRIBUTESTATEMENT
The Constant SAML_ATTRIBUTESTATEMENT.
|
static String |
SAML_CONDITIONS
The Constant SAML_CONDITIONS.
|
static String |
SAML_NOTONORAFTER
The Constant SAML_NOTONORAFTER.
|
static String |
SAML_STATUSCODE
The Constant SAML_STATUSCODE.
|
static String |
SAML_STATUSMESSAGE
The Constant SAML_STATUSMESSAGE.
|
static String |
SAML_SUCCESS
The Constant SAML_SUCCESS.
|
static String |
SAML_VALUE
The Constant SAML_VALUE.
|
Modifier and Type | Method and Description |
---|---|
static Element |
getAssertion(Element stsResponse)
Gets the assertion.
|
static NodeList |
getAttributes(Element stsResponse)
Gets the attributes.
|
static org.joda.time.DateTime |
getNotOnOrAfterCondition(Element stsResponse)
Gets the not on or after conditions.
|
static String |
getStatusCode(Element stsResponse)
Gets the status code.
|
static String |
getStatusMessage(Element stsResponse)
Gets the status message.
|
public static final String SAML_CONDITIONS
public static final String SAML_NOTONORAFTER
public static final String SAML_SUCCESS
public static final String SAML_STATUSCODE
public static final String SAML_STATUSMESSAGE
public static final String SAML_VALUE
public static final String SAML_ASSERTION
public static final String SAML_ATTRIBUTESTATEMENT
public static final String SAML_ATTRIBUTE
public static String getStatusCode(Element stsResponse)
stsResponse
- the sts responsepublic static String getStatusMessage(Element stsResponse)
stsResponse
- the sts responsepublic static org.joda.time.DateTime getNotOnOrAfterCondition(Element stsResponse)
stsResponse
- the sts responsepublic static NodeList getAttributes(Element stsResponse)
stsResponse
- the sts response
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.