Package org.apache.hop.core.auth
Class AuthenticationConsumerPluginType
- java.lang.Object
-
- org.apache.hop.core.plugins.BasePluginType<AuthenticationConsumerPlugin>
-
- org.apache.hop.core.auth.AuthenticationConsumerPluginType
-
- All Implemented Interfaces:
IPluginType<AuthenticationConsumerPlugin>
public class AuthenticationConsumerPluginType extends BasePluginType<AuthenticationConsumerPlugin>
This class represents the authentication plugin type.
-
-
Field Summary
Fields Modifier and Type Field Description protected static AuthenticationConsumerPluginTypepluginType-
Fields inherited from class org.apache.hop.core.plugins.BasePluginType
classFromResourcesPackage, registry
-
-
Method Summary
-
Methods inherited from class org.apache.hop.core.plugins.BasePluginType
addObjectType, createUrlClassLoader, extractClassLoaderGroup, extractKeywords, findAnnotatedClassFiles, getAdditionalRuntimeObjectTypes, getAlternativeTranslation, getCodedTranslation, getExtraLibraryFolders, getFileInputStreamExternal, getId, getName, getPropertyExternal, getResAsStreamExternal, getTranslation, getTranslations, handlePluginAnnotation, registerClassPathPlugin, registerCustom, registerNatives, registerPluginJars, searchPlugins, setExtraLibraryFolders, setId, setName, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.hop.core.plugins.IPluginType
isFragment
-
-
-
-
Field Detail
-
pluginType
protected static AuthenticationConsumerPluginType pluginType
-
-
Method Detail
-
getInstance
public static AuthenticationConsumerPluginType getInstance()
-
extractCategory
protected String extractCategory(AuthenticationConsumerPlugin annotation)
- Overrides:
extractCategoryin classBasePluginType<AuthenticationConsumerPlugin>
-
extractDesc
protected String extractDesc(AuthenticationConsumerPlugin annotation)
- Specified by:
extractDescin classBasePluginType<AuthenticationConsumerPlugin>
-
extractID
protected String extractID(AuthenticationConsumerPlugin annotation)
- Specified by:
extractIDin classBasePluginType<AuthenticationConsumerPlugin>
-
extractName
protected String extractName(AuthenticationConsumerPlugin annotation)
- Specified by:
extractNamein classBasePluginType<AuthenticationConsumerPlugin>
-
extractSeparateClassLoader
protected boolean extractSeparateClassLoader(AuthenticationConsumerPlugin annotation)
- Overrides:
extractSeparateClassLoaderin classBasePluginType<AuthenticationConsumerPlugin>
-
addExtraClasses
protected void addExtraClasses(Map<Class<?>,String> classMap, Class<?> clazz, AuthenticationConsumerPlugin annotation)
- Overrides:
addExtraClassesin classBasePluginType<AuthenticationConsumerPlugin>
-
extractDocumentationUrl
protected String extractDocumentationUrl(AuthenticationConsumerPlugin annotation)
- Overrides:
extractDocumentationUrlin classBasePluginType<AuthenticationConsumerPlugin>
-
extractCasesUrl
protected String extractCasesUrl(AuthenticationConsumerPlugin annotation)
- Overrides:
extractCasesUrlin classBasePluginType<AuthenticationConsumerPlugin>
-
extractForumUrl
protected String extractForumUrl(AuthenticationConsumerPlugin annotation)
- Overrides:
extractForumUrlin classBasePluginType<AuthenticationConsumerPlugin>
-
extractSuggestion
protected String extractSuggestion(AuthenticationConsumerPlugin annotation)
- Overrides:
extractSuggestionin classBasePluginType<AuthenticationConsumerPlugin>
-
extractImageFile
protected String extractImageFile(AuthenticationConsumerPlugin annotation)
- Overrides:
extractImageFilein classBasePluginType<AuthenticationConsumerPlugin>
-
-