...
- In the Query element use question marks to indicate where attributes values are needed
- Create a StatementCreator element, as a child of JDBCDataConnector, with a class attribute of
edu.internet2.middleware.shibboleth.aa.attrresolv.provider.DependencyStatementCreator
- For each value in the query create a Parameter element, as a child of StatementCreator with the following attributes:
- type - The SQL object type of the attribute to be used, acceptable values are: String, Integer, Byte, Double, Float, Long, Short, Boolean, Date, Blob, Clob
- attribtueName - The name of the attribute whsoe whose value will be used
- nullMissing - Indicates whether the value null should be used if the attribute value is null, acceptable values are: true, false
- connectorID - The ID of the connector the attribute value may be retrieved from
...