Uses of Interface
org.apache.hop.core.auth.core.IAuthenticationConsumer
-
Packages that use IAuthenticationConsumer Package Description org.apache.hop.core.auth org.apache.hop.core.auth.core org.apache.hop.core.auth.core.impl -
-
Uses of IAuthenticationConsumer in org.apache.hop.core.auth
Methods in org.apache.hop.core.auth that return types with arguments of type IAuthenticationConsumer Modifier and Type Method Description Class<? extends IAuthenticationConsumer<?,?>>IAuthenticationConsumerType. getConsumerClass() -
Uses of IAuthenticationConsumer in org.apache.hop.core.auth.core
Methods in org.apache.hop.core.auth.core that return IAuthenticationConsumer Modifier and Type Method Description IAuthenticationConsumer<ReturnType,ConsumedType>IAuthenticationConsumerFactory. create(CreateArgType createArg)Method parameters in org.apache.hop.core.auth.core with type arguments of type IAuthenticationConsumer Modifier and Type Method Description <ReturnType,ConsumedType>
voidAuthenticationManager. registerConsumerClass(Class<? extends IAuthenticationConsumer<? extends ReturnType,? extends ConsumedType>> consumerClass) -
Uses of IAuthenticationConsumer in org.apache.hop.core.auth.core.impl
Methods in org.apache.hop.core.auth.core.impl that return IAuthenticationConsumer Modifier and Type Method Description IAuthenticationConsumer<Object,Object>DefaultAuthenticationConsumerFactory. create(Object createArg)
-