Implementing a Security Source Plugin

A security source is a regular plugin with an associated configuration object.

Its design is quite similar to the Connector one. The security source class must implement the SecuritySource (com.exalead.security.sources.common.SecuritySource) interface, and must define a constructor taking a configuration class.

This page discusses:

See Also
About Security Source Development
Packaging the connector as a plugin