Platform SDK
5.6
5.6
  • Attivio Platform SDK 5.6.3
  • Module SDK
  • Service Factory
    • Creating a Custom Service
    • Testing with the ServiceFactory
  • Custom Executables
  • Components
    • Writing Components
    • Testing Components
  • Scanners
    • Basic Custom Scanner Example
    • Incremental Scanner Example
    • Principal Scanner Example
    • Glossary
  • License
Powered by GitBook
On this page

Was this helpful?

  1. Scanners

Principal Scanner Example

The sample Attivio project contains the com.sample.module.SamplePrincipalScanner sample scanner. The sample shows how to create Attvio users and groups.

Attivio distributes and documents the Active Directory Principal Scanner and the LDAP Principal Scanner. These scanners cover the majority of use cases. But sometimes it is required to create Attivio users and groups from other sources.

The sample demonstrates the following:

  • The creation of AttivioPrincipal objects (users and groups).

  • Using AttivioGroupMembership to add members to groups.

  • Using the DocumentPublisher.feed method to create principals in the Attivio index.

PreviousIncremental Scanner ExampleNextGlossary

Last updated 5 years ago

Was this helpful?