Uses of Interface
org.apache.hop.core.auth.core.IAuthenticationProvider
-
Packages that use IAuthenticationProvider Package Description org.apache.hop.core.auth org.apache.hop.core.auth.core org.apache.hop.core.auth.core.impl -
-
Uses of IAuthenticationProvider in org.apache.hop.core.auth
Classes in org.apache.hop.core.auth that implement IAuthenticationProvider Modifier and Type Class Description classKerberosAuthenticationProviderclassNoAuthenticationAuthenticationProviderclassUsernamePasswordAuthenticationProviderMethods in org.apache.hop.core.auth that return types with arguments of type IAuthenticationProvider Modifier and Type Method Description Class<? extends IAuthenticationProvider>IAuthenticationProviderType. getProviderClass()Class<? extends IAuthenticationProvider>KerberosAuthenticationProvider.KerberosAuthenticationProviderType. getProviderClass()Class<? extends IAuthenticationProvider>UsernamePasswordAuthenticationProvider.UsernamePasswordAuthenticationProviderType. getProviderClass()Methods in org.apache.hop.core.auth with parameters of type IAuthenticationProvider Modifier and Type Method Description static voidAuthenticationPersistenceManager. persistAuthenticationProvider(IAuthenticationProvider authenticationProvider) -
Uses of IAuthenticationProvider in org.apache.hop.core.auth.core
Methods in org.apache.hop.core.auth.core that return IAuthenticationProvider Modifier and Type Method Description IAuthenticationProviderIAuthenticationPerformer. getAuthenticationProvider()Methods in org.apache.hop.core.auth.core with parameters of type IAuthenticationProvider Modifier and Type Method Description <ReturnType,CreateArgType,ConsumedType>
IAuthenticationPerformer<ReturnType,CreateArgType>IAuthenticationPerformerFactory. create(IAuthenticationProvider authenticationProvider, IAuthenticationConsumerFactory<ReturnType,CreateArgType,ConsumedType> authenticationConsumer)voidAuthenticationManager. registerAuthenticationProvider(IAuthenticationProvider authenticationProvider)booleanAuthenticationManager. unregisterAuthenticationProvider(IAuthenticationProvider authenticationProvider) -
Uses of IAuthenticationProvider in org.apache.hop.core.auth.core.impl
Classes in org.apache.hop.core.auth.core.impl with type parameters of type IAuthenticationProvider Modifier and Type Class Description classDefaultAuthenticationPerformer<ReturnType,CreateArgType,T extends IAuthenticationProvider>Methods in org.apache.hop.core.auth.core.impl that return IAuthenticationProvider Modifier and Type Method Description IAuthenticationProviderClassloaderBridgingAuthenticationPerformer. getAuthenticationProvider()IAuthenticationProviderDefaultAuthenticationPerformer. getAuthenticationProvider()Methods in org.apache.hop.core.auth.core.impl with parameters of type IAuthenticationProvider Modifier and Type Method Description <ReturnType,CreateArgType,ConsumedType>
IAuthenticationPerformer<ReturnType,CreateArgType>DefaultAuthenticationPerformerFactory. create(IAuthenticationProvider authenticationProvider, IAuthenticationConsumerFactory<ReturnType,CreateArgType,ConsumedType> authenticationConsumerFactory)Constructors in org.apache.hop.core.auth.core.impl with parameters of type IAuthenticationProvider Constructor Description ClassloaderBridgingAuthenticationPerformer(IAuthenticationProvider provider, IAuthenticationConsumerFactory<ReturnType,CreateArgType,ConsumedType> authenticationConsumerFactory)
-