Uses of Interface
org.apache.hop.core.auth.core.IAuthenticationConsumerFactory
-
Packages that use IAuthenticationConsumerFactory Package Description org.apache.hop.core.auth.core org.apache.hop.core.auth.core.impl -
-
Uses of IAuthenticationConsumerFactory in org.apache.hop.core.auth.core
Methods in org.apache.hop.core.auth.core with parameters of type IAuthenticationConsumerFactory Modifier and Type Method Description <ReturnType,CreateArgType,ConsumedType>
IAuthenticationPerformer<ReturnType,CreateArgType>IAuthenticationPerformerFactory. create(IAuthenticationProvider authenticationProvider, IAuthenticationConsumerFactory<ReturnType,CreateArgType,ConsumedType> authenticationConsumer)<ReturnType,CreateArgType,ConsumedType>
voidAuthenticationManager. registerConsumerFactory(IAuthenticationConsumerFactory<ReturnType,CreateArgType,ConsumedType> factory) -
Uses of IAuthenticationConsumerFactory in org.apache.hop.core.auth.core.impl
Classes in org.apache.hop.core.auth.core.impl that implement IAuthenticationConsumerFactory Modifier and Type Class Description classDefaultAuthenticationConsumerFactoryMethods in org.apache.hop.core.auth.core.impl with parameters of type IAuthenticationConsumerFactory 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 IAuthenticationConsumerFactory Constructor Description ClassloaderBridgingAuthenticationPerformer(IAuthenticationProvider provider, IAuthenticationConsumerFactory<ReturnType,CreateArgType,ConsumedType> authenticationConsumerFactory)DefaultAuthenticationPerformer(T provider, IAuthenticationConsumerFactory<ReturnType,CreateArgType,T> authenticationConsumerFactory)
-