Package org.apache.hop.core.auth.core
Interface IAuthenticationPerformer<ReturnType,CreateArgType>
-
- All Known Implementing Classes:
ClassloaderBridgingAuthenticationPerformer,DefaultAuthenticationPerformer
public interface IAuthenticationPerformer<ReturnType,CreateArgType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAuthenticationProvidergetAuthenticationProvider()StringgetDisplayName()ReturnTypeperform(CreateArgType consumerCreateArg)
-
-
-
Method Detail
-
perform
ReturnType perform(CreateArgType consumerCreateArg) throws AuthenticationConsumptionException
-
getDisplayName
String getDisplayName()
-
getAuthenticationProvider
IAuthenticationProvider getAuthenticationProvider()
-
-