Interface JCoClientPassportManagerProvider
Deprecated.
This module will be discontinued, along with its classes and methods.
Implementations of this interface act as integration point for JCo to retrieve SAP passports.
-
Method Summary
Modifier and TypeMethodDescriptioncom.sap.conn.jco.ext.ClientPassportManagerDeprecated.This will be called by JCo in order to retrieve a SAP passport provider.
-
Method Details
-
getClientPassportManager
@Nonnull com.sap.conn.jco.ext.ClientPassportManager getClientPassportManager()Deprecated.This will be called by JCo in order to retrieve a SAP passport provider.- Returns:
- An implementation of a ClientPassportManager.
-