Package eu.europa.esig.saml
Class SAMLAssertionUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.saml.SAMLAssertionUtils
SAML Assertion Utils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SAMLAssertionUtils
Returns instance ofSAMLAssertionUtils
Returns a JAXBContextReturns a list of module-specific XSDSource
sMethods inherited from class eu.europa.esig.xmldsig.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
SAML_ASSERTION_SCHEMA_LOCATION
- See Also:
-
SAML_DCE_SCHEMA_LOCATION
- See Also:
-
SAML_ECP_SCHEMA_LOCATION
- See Also:
-
SAML_METADATA_SCHEMA_LOCATION
- See Also:
-
SAML_METADATA_ALG_SUPPORT_SCHEMA_LOCATION
- See Also:
-
SAML_PROTOCOL_SCHEMA_LOCATION
- See Also:
-
SAML_X500_SCHEMA_LOCATION
- See Also:
-
SAML_XACML_SCHEMA_LOCATION
- See Also:
-
SAML_AUTHN_CONTEXT_TYPES_SCHEMA_LOCATION
- See Also:
-
-
Method Details
-
getInstance
Returns instance ofSAMLAssertionUtils
- Returns:
SAMLAssertionUtils
-
getJAXBContext
Description copied from class:XSDAbstractUtils
Returns a JAXBContext- Specified by:
getJAXBContext
in classXSDAbstractUtils
- Returns:
- the created
JAXBContext
- Throws:
JAXBException
- in case of an exception
-
getXSDSources
Description copied from class:XSDAbstractUtils
Returns a list of module-specific XSDSource
s- Specified by:
getXSDSources
in classXSDAbstractUtils
- Returns:
- list of XSD
Source
s
-