Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:dschema, which can be located at http://shibboleth.net/schema/idp/shibboleth-attribute-resolver-dc.xsd.  

Example

Code Block
languagexml
<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 andvalue. These provide the properties to be passed to the JNDI connectirpm

Notes