Package eu.europa.esig.saml
Class SAMLAssertionUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.saml.SAMLAssertionUtils
public class SAMLAssertionUtils extends XSDAbstractUtils
-
Field Summary
Fields Modifier and Type Field Description static StringSAML_ASSERTION_SCHEMA_LOCATIONstatic StringSAML_AUTHN_CONTEXT_TYPES_SCHEMA_LOCATIONstatic StringSAML_DCE_SCHEMA_LOCATIONstatic StringSAML_ECP_SCHEMA_LOCATIONstatic StringSAML_METADATA_SCHEMA_LOCATIONstatic StringSAML_PROTOCOL_SCHEMA_LOCATIONstatic StringSAML_X500_SCHEMA_LOCATIONstatic StringSAML_XACML_SCHEMA_LOCATION -
Method Summary
Modifier and Type Method Description static SAMLAssertionUtilsgetInstance()JAXBContextgetJAXBContext()Returns a JAXBContextList<Source>getXSDSources()Returns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.xmldsig.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
SAML_ASSERTION_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
SAML_DCE_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
SAML_ECP_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
SAML_METADATA_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
SAML_PROTOCOL_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
SAML_X500_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
SAML_XACML_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
SAML_AUTHN_CONTEXT_TYPES_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
-
Method Details
-
getInstance
-
getJAXBContext
Description copied from class:XSDAbstractUtilsReturns a JAXBContext- Specified by:
getJAXBContextin classXSDAbstractUtils- Returns:
- the created
JAXBContext - Throws:
JAXBException- in case of an exception
-
getXSDSources
Description copied from class:XSDAbstractUtilsReturns a list of module-specific XSDSources- Specified by:
getXSDSourcesin classXSDAbstractUtils- Returns:
- list of XSD
Sources
-