CertificateProviderListener Interface
Returns the listener to be used to notify the certificate provider about the success or failure of the certificate retrieval operation.
Package
com.sap.maf.tools.logon.logonui.api
Syntax
public interface CertificateProviderListener
Members
All members of CertificateProviderListener, including inherited members.
Method | Description |
---|---|
onGetCertificateSuccess() | Returns X509KeyManager container on the successful retrieval of the certificate. X509KeyManager contains the certificate and private key information. |
onGetCertificateFailure() | Returns the error codes and messages if the certificate is not retrieved. |