Annotation Interface AuthenticationConsumerPlugin


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface AuthenticationConsumerPlugin
This annotation signals to the plugin system that the class is an authentication provider plugin.
  • 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:
      ""