Uses of Interface
org.apache.tinkerpop.gremlin.server.authz.Authorizer
-
Packages that use Authorizer Package Description org.apache.tinkerpop.gremlin.server org.apache.tinkerpop.gremlin.server.handler -
-
Uses of Authorizer in org.apache.tinkerpop.gremlin.server
Fields in org.apache.tinkerpop.gremlin.server declared as Authorizer Modifier and Type Field Description protected Authorizer
AbstractChannelizer. authorizer
-
Uses of Authorizer in org.apache.tinkerpop.gremlin.server.handler
Fields in org.apache.tinkerpop.gremlin.server.handler declared as Authorizer Modifier and Type Field Description protected Authorizer
AbstractAuthenticationHandler. authorizer
Constructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type Authorizer Constructor Description AbstractAuthenticationHandler(Authenticator authenticator, Authorizer authorizer)
HttpBasicAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)
HttpBasicAuthorizationHandler(Authorizer authorizer)
SaslAndHttpBasicAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)
SaslAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)
WebSocketAuthorizationHandler(Authorizer authorizer)
-