Uses of Class
org.apache.hop.core.auth.AuthenticationProviderPlugin
-
Packages that use AuthenticationProviderPlugin Package Description org.apache.hop.core.auth -
-
Uses of AuthenticationProviderPlugin in org.apache.hop.core.auth
Classes in org.apache.hop.core.auth with annotations of type AuthenticationProviderPlugin Modifier and Type Class Description classKerberosAuthenticationProviderclassUsernamePasswordAuthenticationProviderMethods in org.apache.hop.core.auth with parameters of type AuthenticationProviderPlugin Modifier and Type Method Description protected voidAuthenticationProviderPluginType. addExtraClasses(Map<Class<?>,String> classMap, Class<?> clazz, AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractCasesUrl(AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractCategory(AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractDesc(AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractDocumentationUrl(AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractForumUrl(AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractID(AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractImageFile(AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractName(AuthenticationProviderPlugin annotation)protected booleanAuthenticationProviderPluginType. extractSeparateClassLoader(AuthenticationProviderPlugin annotation)protected StringAuthenticationProviderPluginType. extractSuggestion(AuthenticationProviderPlugin annotation)
-