@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface AuthenticationConsumerPlugin
Modifier and Type | Required Element and Description |
---|---|
String |
id |
String |
name |
Modifier and Type | Optional Element and Description |
---|---|
String |
casesUrl |
String |
description |
String |
documentationUrl |
String |
forumUrl |
String |
i18nPackageName |
boolean |
isSeparateClassLoaderNeeded |
public abstract String id
public abstract String name
public abstract String description
public abstract boolean isSeparateClassLoaderNeeded
public abstract String i18nPackageName
public abstract String documentationUrl
public abstract String casesUrl
public abstract String forumUrl
Copyright © 2020 Hitachi Vantara. All rights reserved.