Uses of Enum Class
org.neo4j.driver.RevocationCheckingStrategy
-
Uses of RevocationCheckingStrategy in org.neo4j.driver
Modifier and TypeMethodDescriptionConfig.TrustStrategy.revocationCheckingStrategy()
The revocation strategy used for verifying certificates.static RevocationCheckingStrategy
Returns the enum constant of this class with the specified name.static RevocationCheckingStrategy[]
RevocationCheckingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
RevocationCheckingStrategy.requiresRevocationChecking
(RevocationCheckingStrategy revocationCheckingStrategy) Returns whether a given strategy requires revocation checking. -
Uses of RevocationCheckingStrategy in org.neo4j.driver.internal.security
Modifier and TypeMethodDescriptionSecurityPlan.revocationCheckingStrategy()
SecurityPlanImpl.revocationCheckingStrategy()
Modifier and TypeMethodDescriptionstatic SecurityPlan
SecurityPlanImpl.forAllCertificates
(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forCustomCASignedCertificates
(List<File> certFiles, boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forSystemCASignedCertificates
(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging)