|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.service.sts.utils.SAMLConverter
public final class SAMLConverter
The Class SAMLConverter.
Method Summary | |
---|---|
static Element |
convert(Source stsResponse)
Method to convert a Source object to an Element object. |
static Element |
toElement(String assertion)
Method to convert an xml String to an Element object |
static String |
toXMLString(Element element)
Method to convert an Element object to a String representation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Element toElement(String assertion) throws TechnicalConnectorException
assertion
- the assertion
TechnicalConnectorException
- the technical connector exceptionpublic static String toXMLString(Element element) throws TechnicalConnectorException
element
- the element
TechnicalConnectorException
- the technical connector exceptionpublic static Element convert(Source stsResponse) throws TechnicalConnectorException
stsResponse
- the sts response
TechnicalConnectorException
- the technical connector exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |