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

opensaml-saml-impl.4.0.1.source-code.saml2-assertion-delegation-restriction-config.xml Maven / Gradle / Ivy

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

	<!-- SAML 2.0 Delegation Restriction Condition Object providers -->
	<ObjectProviders>

		<!-- Delegate provider -->
		<ObjectProvider qualifiedName="del:Delegate">
			<BuilderClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegateBuilder"/>
			<MarshallingClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegateMarshaller"/>
			<UnmarshallingClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegateUnmarshaller"/>
		</ObjectProvider>

		<ObjectProvider qualifiedName="del:DelegateType">
			<BuilderClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegateBuilder"/>
			<MarshallingClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegateMarshaller"/>
			<UnmarshallingClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegateUnmarshaller"/>
		</ObjectProvider>
		
		<!-- DelegationRestrictionType provider -->
		<ObjectProvider qualifiedName="del:DelegationRestrictionType">
			<BuilderClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeBuilder"/>
			<MarshallingClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeMarshaller"/>
			<UnmarshallingClass className="org.opensaml.saml.ext.saml2delrestrict.impl.DelegationRestrictionTypeUnmarshaller"/>
		</ObjectProvider>
		
	</ObjectProviders>
</XMLTooling>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy