The Shibboleth IdP V3 software has reached its End of Life and is no longer supported. This documentation is available for historical purposes only. See the IDP4 wiki space for current documentation on the supported version.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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

<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

 

  • No labels