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

services.org.apache.cxf.1.0.19.3-jre14.source-code.saml2-channel-binding-config.xml Maven / Gradle / Ivy

Go to download

Apache CXF is an open-source services framework that aids in the development of services using front-end programming APIs, like JAX-WS and JAX-RS.

There is a newer version: 62
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<XMLTooling xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:cb="urn:oasis:names:tc:SAML:protocol:ext:channel-binding" xmlns="http://www.opensaml.org/xmltooling-config" xsi:schemaLocation="http://www.opensaml.org/xmltooling-config ../../src/schema/xmltooling-config.xsd">

	<!-- SAML 2.0 Channel Bindings Extensions Object providers -->
	<ObjectProviders>

		<!-- ChannelBindings provider -->
		<ObjectProvider qualifiedName="cb:ChannelBindings">
			<BuilderClass className="org.opensaml.samlext.saml2cb.impl.ChannelBindingsBuilder"/>
			<MarshallingClass className="org.opensaml.samlext.saml2cb.impl.ChannelBindingsMarshaller"/>
			<UnmarshallingClass className="org.opensaml.samlext.saml2cb.impl.ChannelBindingsUnmarshaller"/>
		</ObjectProvider>

        <!-- ChannelBindingsType provider -->
        <ObjectProvider qualifiedName="cb:ChannelBindingsType">
            <BuilderClass className="org.opensaml.samlext.saml2cb.impl.ChannelBindingsBuilder"/>
            <MarshallingClass className="org.opensaml.samlext.saml2cb.impl.ChannelBindingsMarshaller"/>
            <UnmarshallingClass className="org.opensaml.samlext.saml2cb.impl.ChannelBindingsUnmarshaller"/>
        </ObjectProvider>

	</ObjectProviders>
</XMLTooling>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy