-
Classes Class Description org.apache.tinkerpop.gremlin.server.util.ExceptionHelper As of release 3.5.3, replaced byExceptionHelperingremlin-core
-
Fields Field Description org.apache.tinkerpop.gremlin.server.Settings.AuthenticationSettings.enableAuditLog As of release 3.5.0, replaced bySettings.enableAuditLogwith slight changes in the log message format.
-
Constructors Constructor Description org.apache.tinkerpop.gremlin.server.handler.AbstractAuthenticationHandler(Authenticator) As of release 3.5.0, replaced byAbstractAuthenticationHandler(Authenticator, Authorizer).org.apache.tinkerpop.gremlin.server.handler.HttpBasicAuthenticationHandler(Authenticator, Settings) As of release 3.5.0, replaced byHttpBasicAuthenticationHandler(Authenticator, Authorizer, Settings).org.apache.tinkerpop.gremlin.server.handler.SaslAndHttpBasicAuthenticationHandler(Authenticator, Settings) As of release 3.5.0, replaced bySaslAndHttpBasicAuthenticationHandler(Authenticator, Authorizer, Settings).org.apache.tinkerpop.gremlin.server.handler.SaslAuthenticationHandler(Authenticator, Settings) As of release 3.5.0, replaced bySaslAuthenticationHandler(Authenticator, Authorizer, Settings).