Package org.apache.hop.core.auth
Interface IAuthenticationProviderType
-
- All Known Implementing Classes:
KerberosAuthenticationProvider.KerberosAuthenticationProviderType,UsernamePasswordAuthenticationProvider.UsernamePasswordAuthenticationProviderType
public interface IAuthenticationProviderTypeThe 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 StringgetDisplayName()Class<? extends IAuthenticationProvider>getProviderClass()
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
-
getProviderClass
Class<? extends IAuthenticationProvider> getProviderClass()
-
-