Uses of Class
org.apache.hop.core.auth.core.AuthenticationFactoryException
-
Packages that use AuthenticationFactoryException Package Description org.apache.hop.core.auth.core org.apache.hop.core.auth.core.impl -
-
Uses of AuthenticationFactoryException in org.apache.hop.core.auth.core
Methods in org.apache.hop.core.auth.core that throw AuthenticationFactoryException Modifier and Type Method Description <ReturnType,ConsumedType>
voidAuthenticationManager. registerConsumerClass(Class<? extends IAuthenticationConsumer<? extends ReturnType,? extends ConsumedType>> consumerClass)<ReturnType,CreateArgType,ConsumedType>
voidAuthenticationManager. registerConsumerFactory(IAuthenticationConsumerFactory<ReturnType,CreateArgType,ConsumedType> factory) -
Uses of AuthenticationFactoryException in org.apache.hop.core.auth.core.impl
Constructors in org.apache.hop.core.auth.core.impl that throw AuthenticationFactoryException Constructor Description DefaultAuthenticationConsumerFactory(Class<?> consumerClass)
-