|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.service.sts.utils.SAMLHelper
public final class SAMLHelper
The Class SAMLHelper.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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 Calendar |
getNotOnOrAfterConditions(Element stsResponse)
Deprecated. replaced by getNotOnOrAfterCondition |
static String |
getStatusCode(Element stsResponse)
Gets the status code. |
static String |
getStatusMessage(Element stsResponse)
Gets the status message. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public static String getStatusCode(Element stsResponse)
stsResponse
- the sts response
public static String getStatusMessage(Element stsResponse)
stsResponse
- the sts response
@Deprecated public static Calendar getNotOnOrAfterConditions(Element stsResponse)
stsResponse
- the sts response
public static org.joda.time.DateTime getNotOnOrAfterCondition(Element stsResponse)
stsResponse
- the sts response
public static NodeList getAttributes(Element stsResponse)
stsResponse
- the sts response
public static Element getAssertion(Element stsResponse)
stsResponse
- the sts response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |