Package org.pentaho.di.core.auth
Annotation Interface AuthenticationConsumerPlugin
This annotation signals to the plugin system that the class is an authentication provider plugin.
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
-
Element Details
-
-
description
String description- Default:
- "Authentication Consumer Plugin"
-
isSeparateClassLoaderNeeded
boolean isSeparateClassLoaderNeeded- Returns:
- True if a separate class loader is needed every time this class is instantiated
- Default:
- false
-
i18nPackageName
String i18nPackageName- Default:
- ""
-
documentationUrl
String documentationUrl- Default:
- ""
-
casesUrl
String casesUrl- Default:
- ""
-
forumUrl
String forumUrl- Default:
- ""
-