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.class
SaslAndHttpBasicAuthenticationHandler
An Authentication Handler for doing WebSocket Sasl and Http Basic authclass
SaslAuthenticationHandler
A SASL authentication handler that allows theAuthenticator
to be plugged into it.
-