Uses of Class
org.apache.tinkerpop.gremlin.server.handler.AbstractAuthenticationHandler
-
Packages that use AbstractAuthenticationHandler Package Description org.apache.tinkerpop.gremlin.server org.apache.tinkerpop.gremlin.server.handler -
-
Uses of AbstractAuthenticationHandler in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server that return AbstractAuthenticationHandler Modifier and Type Method Description protected AbstractAuthenticationHandlerAbstractChannelizer. createAuthenticationHandler(Settings settings) -
Uses of AbstractAuthenticationHandler in org.apache.tinkerpop.gremlin.server.handler
Subclasses of AbstractAuthenticationHandler in org.apache.tinkerpop.gremlin.server.handler Modifier and Type Class Description classHttpBasicAuthenticationHandlerImplements basic HTTP authentication for use with theHttpGremlinEndpointHandlerand HTTP based API calls.
-