Uses of Class
org.apache.hop.core.auth.AuthenticationConsumerPlugin
-
Packages that use AuthenticationConsumerPlugin Package Description org.apache.hop.core.auth -
-
Uses of AuthenticationConsumerPlugin in org.apache.hop.core.auth
Methods in org.apache.hop.core.auth with parameters of type AuthenticationConsumerPlugin Modifier and Type Method Description protected voidAuthenticationConsumerPluginType. addExtraClasses(Map<Class<?>,String> classMap, Class<?> clazz, AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractCasesUrl(AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractCategory(AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractDesc(AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractDocumentationUrl(AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractForumUrl(AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractID(AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractImageFile(AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractName(AuthenticationConsumerPlugin annotation)protected booleanAuthenticationConsumerPluginType. extractSeparateClassLoader(AuthenticationConsumerPlugin annotation)protected StringAuthenticationConsumerPluginType. extractSuggestion(AuthenticationConsumerPlugin annotation)
-