Package org.apache.hop.core.auth
Interface IAuthenticationConsumerType
-
public interface IAuthenticationConsumerTypeThe IAuthenticationProvider interface specifies the operations needed to interact with an authentication method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends IAuthenticationConsumer<?,?>>getConsumerClass()StringgetDisplayName()
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
-
getConsumerClass
Class<? extends IAuthenticationConsumer<?,?>> getConsumerClass()
-
-