Uses of Enum Class
org.neo4j.driver.RevocationCheckingStrategy
Packages that use RevocationCheckingStrategy
-
Uses of RevocationCheckingStrategy in org.neo4j.driver
Methods in org.neo4j.driver that return RevocationCheckingStrategyModifier 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.Methods in org.neo4j.driver with parameters of type RevocationCheckingStrategyModifier and TypeMethodDescriptionstatic boolean
RevocationCheckingStrategy.requiresRevocationChecking
(RevocationCheckingStrategy revocationCheckingStrategy) Returns whether a given strategy requires revocation checking. -
Uses of RevocationCheckingStrategy in org.neo4j.driver.internal.security
Methods in org.neo4j.driver.internal.security that return RevocationCheckingStrategyModifier and TypeMethodDescriptionSecurityPlan.revocationCheckingStrategy()
SecurityPlanImpl.revocationCheckingStrategy()
Methods in org.neo4j.driver.internal.security with parameters of type RevocationCheckingStrategyModifier 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)