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 AbstractAuthenticationHandler
AbstractChannelizer. 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 class
HttpBasicAuthenticationHandler
Implements basic HTTP authentication for use with theHttpGremlinEndpointHandler
and HTTP based API calls.
-