Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed small spelling mistake in "whose" in advanced configuration section

...

  1. In the Query element use question marks to indicate where attributes values are needed
  2. Create a StatementCreator element, as a child of JDBCDataConnector, with a class attribute of edu.internet2.middleware.shibboleth.aa.attrresolv.provider.DependencyStatementCreator
  3. 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

...