Class DefaultAuthenticationConsumerFactory
- java.lang.Object
-
- org.apache.hop.core.auth.core.impl.DefaultAuthenticationConsumerFactory
-
- All Implemented Interfaces:
IAuthenticationConsumerFactory<Object,Object,Object>
public class DefaultAuthenticationConsumerFactory extends Object implements IAuthenticationConsumerFactory<Object,Object,Object>
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationConsumerFactory(Class<?> consumerClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAuthenticationConsumer<Object,Object>create(Object createArg)Class<Object>getConsumedType()Class<Object>getCreateArgType()Class<Object>getReturnType()
-
-
-
Constructor Detail
-
DefaultAuthenticationConsumerFactory
public DefaultAuthenticationConsumerFactory(Class<?> consumerClass) throws AuthenticationFactoryException
- Throws:
AuthenticationFactoryException
-
-
Method Detail
-
getConsumedType
public Class<Object> getConsumedType()
- Specified by:
getConsumedTypein interfaceIAuthenticationConsumerFactory<Object,Object,Object>
-
getReturnType
public Class<Object> getReturnType()
- Specified by:
getReturnTypein interfaceIAuthenticationConsumerFactory<Object,Object,Object>
-
getCreateArgType
public Class<Object> getCreateArgType()
- Specified by:
getCreateArgTypein interfaceIAuthenticationConsumerFactory<Object,Object,Object>
-
create
public IAuthenticationConsumer<Object,Object> create(Object createArg)
- Specified by:
createin interfaceIAuthenticationConsumerFactory<Object,Object,Object>
-
-