1 / 6

Grouper Training – Admin – Subject API – Part 2

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.

madra
Télécharger la présentation

Grouper Training – Admin – Subject API – Part 2

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Grouper Training – Admin – Subject API – Part 2 Shilen Patel Duke University This work licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.

  2. Contents Demo JNDI source adapter Batching Paging 2

  3. 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

  4. 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

  5. Quiz • Click on the quiz link in the video description to reinforce your knowledge of this topic 5

  6. 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.

More Related