All Downloads are FREE. Search and download functionalities are using the official Maven repository.

opensaml-saml-impl.4.0.1.source-code.saml2-metadata-attr-config.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<XMLTooling xmlns="http://www.opensaml.org/xmltooling-config" xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opensaml.org/xmltooling-config ../../src/schema/xmltooling-config.xsd">

    <!-- SAML V2.0 Metadata Extension for Entity Attributes Object providers -->
    <ObjectProviders>

        <!-- EntityAttributes provider -->
        <ObjectProvider qualifiedName="mdattr:EntityAttributes">
            <BuilderClass className="org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesBuilder"/>
            <MarshallingClass className="org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesMarshaller"/>
            <UnmarshallingClass className="org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesUnmarshaller"/>
        </ObjectProvider>

        <ObjectProvider qualifiedName="mdattr:EntityAttributesType">
            <BuilderClass className="org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesBuilder"/>
            <MarshallingClass className="org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesMarshaller"/>
            <UnmarshallingClass className="org.opensaml.saml.ext.saml2mdattr.impl.EntityAttributesUnmarshaller"/>
        </ObjectProvider>

    </ObjectProviders>
</XMLTooling>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy