70 likes | 216 Views
Grouper Training – Admin – Subject API – Part 2. Shilen Patel Duke University. This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. Contents. Demo JNDI source adapter Batching Paging. 2. Batching in Subject API.
E N D
Grouper Training – Admin – Subject API – Part 2 Shilen Patel Duke University This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
Contents Demo JNDI source adapter Batching Paging 2
Batching in Subject API Allows multiple subjects to be resolved in one query. Significantly better performance. JNDI Source Adapter does not support batching in v2.1. Alternate JDBC Source Adapter supports batching without any configuration. JDBC Source Adapter supports batching with configuration. 3
Paging in Subject API Limits the number of results returned from searches. Improves performance when a search would otherwise return a large number of results. Supported in JNDI and JDBC source adapters. Configuration: <init-param> <param-name>maxPageSize</param-name> <param-value>100</param-value> </init-param> 4
Quiz • Click on the quiz link in the video description to reinforce your knowledge of this topic 5
Thanks! • Further information: • Infosheets, mailing lists, wiki, downloads, etc.:www.internet2.edu/grouper • Grouper demo server:grouperdemo.internet2.edu/ • Grouper Online Training Home:spaces.internet2.edu/x/IIGfAQ This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.