The <ContainerManagedConnectiononal>
element specifies a connection to a JNDI database connection provided by the container.
Schema Name and Location
This element is defined by the urn:mace:shibboleth:2.0:resolver:dc
schema, which can be located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.
Example
<dc:ContainerManagedConnectiononal resourceName="JNDIConnector"> <dc:Property name="JNDPProp1" value="Value"/> <dc:Property name="JNDPProp2" value="Value2"/> </dc:ContainerManagedConnectiononal>
Attributes
Only one attribute may be present resourceName
being identifier of the JNDI source to provide
Child Elements
Zero or more <Property> elements can be provided. Each of these elements has two attributes: name
and
value.
These provide the properties to be passed to the JNDI connection
Notes