java.lang.Object
org.neo4j.driver.ClientCertificateManagers
Implementations of
ClientCertificateManager
.- Since:
- 5.19
-
Method Summary
Modifier and TypeMethodDescriptionrotating
(ClientCertificate clientCertificate) Returns aRotatingClientCertificateManager
that supports rotating itsClientCertificate
using theRotatingClientCertificateManager.rotate(ClientCertificate)
method.
-
Method Details
-
rotating
Returns aRotatingClientCertificateManager
that supports rotating itsClientCertificate
using theRotatingClientCertificateManager.rotate(ClientCertificate)
method.- Parameters:
clientCertificate
- an initial certificate, must not be null- Returns:
- a new manager
-