Package be.business.connector.core.utils
Class SAML10Converter
- java.lang.Object
-
- be.business.connector.core.utils.SAML10Converter
-
public class SAML10Converter extends Object
The Class SAML10Converter.
-
-
Field Summary
Fields Modifier and Type Field Description static StringOASIS_NAMESPACEThe Constant OASIS_NAMESPACE.
-
Constructor Summary
Constructors Constructor Description SAML10Converter()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static oasis.names.tc.saml._2_0.assertion.AssertiontoAssertion(String assertion)Deprecated.static ElementtoElement(String assertion)To element.static ElementtoElement(oasis.names.tc.saml._2_0.assertion.Assertion assertionType)Deprecated.static StringtoXMLString(oasis.names.tc.saml._2_0.assertion.Assertion assertion)Deprecated.static StringtoXMLString(Element element)To xml string.
-
-
-
Field Detail
-
OASIS_NAMESPACE
public static final String OASIS_NAMESPACE
The Constant OASIS_NAMESPACE.- See Also:
- Constant Field Values
-
-
Method Detail
-
toElement
@Deprecated public static Element toElement(oasis.names.tc.saml._2_0.assertion.Assertion assertionType)
Deprecated.To W3C Element- Parameters:
assertionType- the assertion type- Returns:
- the element
-
toXMLString
@Deprecated public static String toXMLString(oasis.names.tc.saml._2_0.assertion.Assertion assertion)
Deprecated.To xml string.- Parameters:
assertion- the assertion type- Returns:
- the string
-
toAssertion
@Deprecated public static oasis.names.tc.saml._2_0.assertion.Assertion toAssertion(String assertion) throws IntegrationModuleException
Deprecated.To assertion type.- Parameters:
assertion- the assertion- Returns:
- the assertion type
- Throws:
IntegrationModuleException- the integration module exception
-
toElement
public static Element toElement(String assertion)
To element.- Parameters:
assertion- the assertion- Returns:
- the element
-
-