Skip navigation links
A C F G H I J M N O P R S U 

A

authenticate(Map<String, String>) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
 
authenticate(Map<String, String>) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphSimpleAuthenticator
 
authenticate(Map<String, String>) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 

C

channelRead(ChannelHandlerContext, Object) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.handler.HttpHMACAuthenticationHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.handler.SaslAndHMACAuthenticationHandler
 
CONFIG_DEFAULT_PASSWORD - Static variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
Default password for default username.
CONFIG_DEFAULT_USER - Static variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
Default username
CONFIG_HMAC_ALGO - Static variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
Hmac algorithm defaults to hmacsha256
CONFIG_HMAC_SECRET - Static variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
Hmac secret config
CONFIG_TOKEN_TIMEOUT - Static variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
How long an auth token should stay valid
configureDefaults(JanusGraphSettings) - Static method in class org.janusgraph.graphdb.server.util.JanusGraphSettingsUtils
 
convertGrpcEdgeMultiplicity(EdgeLabel.Multiplicity) - Static method in class org.janusgraph.graphdb.grpc.schema.util.GrpcUtils
 
convertToGrpcMultiplicity(Multiplicity) - Static method in class org.janusgraph.graphdb.grpc.schema.util.GrpcUtils
 
createCredentials(JanusGraph) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
 
createEdgeLabelProto(EdgeLabel) - Static method in class org.janusgraph.graphdb.grpc.schema.util.GrpcUtils
 
createHMACAuthenticator() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 
createSimpleAuthenticator() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphSimpleAuthenticator
 
createSimpleAuthenticator() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 
createVertexLabelProto(VertexLabel) - Static method in class org.janusgraph.graphdb.grpc.schema.util.GrpcUtils
 

F

findUser(String) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
 

G

getContextByGraphName(String) - Method in class org.janusgraph.graphdb.grpc.JanusGraphContextHandler
 
getContexts() - Method in class org.janusgraph.graphdb.grpc.JanusGraphContextHandler
 
getEdgeLabelByName(GetEdgeLabelByNameRequest, StreamObserver<GetEdgeLabelByNameResponse>) - Method in class org.janusgraph.graphdb.grpc.schema.SchemaManagerImpl
 
getEdgeLabelByName(String) - Method in class org.janusgraph.graphdb.grpc.schema.SchemaManagerProvider
 
getEdgeLabels(GetEdgeLabelsRequest, StreamObserver<GetEdgeLabelsResponse>) - Method in class org.janusgraph.graphdb.grpc.schema.SchemaManagerImpl
 
getEdgeLabels() - Method in class org.janusgraph.graphdb.grpc.schema.SchemaManagerProvider
 
getGremlinServer() - Method in class org.janusgraph.graphdb.server.JanusGraphServer
 
getGrpcServer() - Method in class org.janusgraph.graphdb.server.JanusGraphSettings
 
getHMACAuthenticator() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 
getJanusGraphContextByGraphName(GetJanusGraphContextByGraphNameRequest, StreamObserver<GetJanusGraphContextByGraphNameResponse>) - Method in class org.janusgraph.graphdb.grpc.JanusGraphManagerServiceImpl
 
getJanusGraphContexts(GetJanusGraphContextsRequest, StreamObserver<GetJanusGraphContextsResponse>) - Method in class org.janusgraph.graphdb.grpc.JanusGraphManagerServiceImpl
 
getJanusGraphSettings() - Method in class org.janusgraph.graphdb.server.JanusGraphServer
 
getPort() - Method in class org.janusgraph.graphdb.server.JanusGraphSettings.GrpcServerSettings
 
getSchemaManagerProviderByContext(JanusGraphContext) - Method in class org.janusgraph.graphdb.grpc.JanusGraphContextHandler
 
getSimpleAuthenticator() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 
getVersion(GetVersionRequest, StreamObserver<GetVersionResponse>) - Method in class org.janusgraph.graphdb.grpc.JanusGraphManagerServiceImpl
 
getVertexLabelByName(GetVertexLabelByNameRequest, StreamObserver<GetVertexLabelByNameResponse>) - Method in class org.janusgraph.graphdb.grpc.schema.SchemaManagerImpl
 
getVertexLabelByName(String) - Method in class org.janusgraph.graphdb.grpc.schema.SchemaManagerProvider
 
getVertexLabels(GetVertexLabelsRequest, StreamObserver<GetVertexLabelsResponse>) - Method in class org.janusgraph.graphdb.grpc.schema.SchemaManagerImpl
 
getVertexLabels() - Method in class org.janusgraph.graphdb.grpc.schema.SchemaManagerProvider
 
GrpcServerSettings() - Constructor for class org.janusgraph.graphdb.server.JanusGraphSettings.GrpcServerSettings
 
GrpcUtils - Class in org.janusgraph.graphdb.grpc.schema.util
 
GrpcUtils() - Constructor for class org.janusgraph.graphdb.grpc.schema.util.GrpcUtils
 

H

HMACAuthenticator - Class in org.janusgraph.graphdb.tinkerpop.gremlin.server.auth
A class for doing Basic Auth and Token auth using an HMAC intended to be used with the HMACAuthenticationHandler
HMACAuthenticator() - Constructor for class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
 
HttpHMACAuthenticationHandler - Class in org.janusgraph.graphdb.tinkerpop.gremlin.server.handler
An Authentication Handler intended to be used with the HMACAuthenticator to provide Basic Auth and Token auth using an HMAC token
HttpHMACAuthenticationHandler(Authenticator) - Constructor for class org.janusgraph.graphdb.tinkerpop.gremlin.server.handler.HttpHMACAuthenticationHandler
 

I

isEnabled() - Method in class org.janusgraph.graphdb.server.JanusGraphSettings.GrpcServerSettings
 

J

JanusGraphAbstractAuthenticator - Class in org.janusgraph.graphdb.tinkerpop.gremlin.server.auth
An abstract class to handle the initial setup of indexes for authentication.
JanusGraphAbstractAuthenticator() - Constructor for class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
 
JanusGraphContextHandler - Class in org.janusgraph.graphdb.grpc
 
JanusGraphContextHandler(GraphManager) - Constructor for class org.janusgraph.graphdb.grpc.JanusGraphContextHandler
 
JanusGraphManagerServiceImpl - Class in org.janusgraph.graphdb.grpc
 
JanusGraphManagerServiceImpl(JanusGraphContextHandler) - Constructor for class org.janusgraph.graphdb.grpc.JanusGraphManagerServiceImpl
 
JanusGraphServer - Class in org.janusgraph.graphdb.server
 
JanusGraphServer(String) - Constructor for class org.janusgraph.graphdb.server.JanusGraphServer
 
JanusGraphSettings - Class in org.janusgraph.graphdb.server
 
JanusGraphSettings() - Constructor for class org.janusgraph.graphdb.server.JanusGraphSettings
 
JanusGraphSettings.GrpcServerSettings - Class in org.janusgraph.graphdb.server
 
JanusGraphSettingsUtils - Class in org.janusgraph.graphdb.server.util
 
JanusGraphSettingsUtils() - Constructor for class org.janusgraph.graphdb.server.util.JanusGraphSettingsUtils
 
JanusGraphSimpleAuthenticator - Class in org.janusgraph.graphdb.tinkerpop.gremlin.server.auth
A simple implementation of an Authenticator that uses a Graph instance as a credential store.
JanusGraphSimpleAuthenticator() - Constructor for class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphSimpleAuthenticator
 

M

main(String[]) - Static method in class org.janusgraph.graphdb.server.JanusGraphServer
 
MANIFEST_JANUSGRAPH_VERSION_ATTRIBUTE - Static variable in class org.janusgraph.graphdb.server.JanusGraphServer
 
MANIFEST_TINKERPOP_VERSION_ATTRIBUTE - Static variable in class org.janusgraph.graphdb.server.JanusGraphServer
 

N

newSaslNegotiator(InetAddress) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
 
newSaslNegotiator() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
 
newSaslNegotiator(InetAddress) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
 
newSaslNegotiator(InetAddress) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphSimpleAuthenticator
 
newSaslNegotiator(InetAddress) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 
newSaslNegotiator() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 

O

openGraph(String) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
 
org.janusgraph.graphdb.grpc - package org.janusgraph.graphdb.grpc
 
org.janusgraph.graphdb.grpc.schema - package org.janusgraph.graphdb.grpc.schema
 
org.janusgraph.graphdb.grpc.schema.util - package org.janusgraph.graphdb.grpc.schema.util
 
org.janusgraph.graphdb.server - package org.janusgraph.graphdb.server
 
org.janusgraph.graphdb.server.util - package org.janusgraph.graphdb.server.util
 
org.janusgraph.graphdb.tinkerpop.gremlin.server.auth - package org.janusgraph.graphdb.tinkerpop.gremlin.server.auth
 
org.janusgraph.graphdb.tinkerpop.gremlin.server.handler - package org.janusgraph.graphdb.tinkerpop.gremlin.server.handler
 

P

PROPERTY_GENERATE_TOKEN - Static variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.handler.HttpHMACAuthenticationHandler
 
PROPERTY_TOKEN - Static variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.handler.HttpHMACAuthenticationHandler
 

R

read(String) - Static method in class org.janusgraph.graphdb.server.JanusGraphSettings
 
read(InputStream) - Static method in class org.janusgraph.graphdb.server.JanusGraphSettings
 
requireAuthentication() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
 
requireAuthentication() - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
 

S

SaslAndHMACAuthenticationHandler - Class in org.janusgraph.graphdb.tinkerpop.gremlin.server.handler
A class for doing Basic Auth and Token auth using an HMAC as well as Sasl authentication
SaslAndHMACAuthenticationHandler(Authenticator, Settings) - Constructor for class org.janusgraph.graphdb.tinkerpop.gremlin.server.handler.SaslAndHMACAuthenticationHandler
 
SaslAndHMACAuthenticator - Class in org.janusgraph.graphdb.tinkerpop.gremlin.server.auth
A wrapper authenticator that instantiates A JanusGraphSimpleAuthenticator (for Sasl) and an HMACAuthenticator (for http)
SaslAndHMACAuthenticator() - Constructor for class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 
SchemaManagerImpl - Class in org.janusgraph.graphdb.grpc.schema
 
SchemaManagerImpl(JanusGraphContextHandler) - Constructor for class org.janusgraph.graphdb.grpc.schema.SchemaManagerImpl
 
SchemaManagerProvider - Class in org.janusgraph.graphdb.grpc.schema
 
SchemaManagerProvider(JanusGraph) - Constructor for class org.janusgraph.graphdb.grpc.schema.SchemaManagerProvider
 
setEnabled(boolean) - Method in class org.janusgraph.graphdb.server.JanusGraphSettings.GrpcServerSettings
 
setGrpcServer(JanusGraphSettings.GrpcServerSettings) - Method in class org.janusgraph.graphdb.server.JanusGraphSettings
 
setPort(int) - Method in class org.janusgraph.graphdb.server.JanusGraphSettings.GrpcServerSettings
 
setup(Map<String, Object>) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.HMACAuthenticator
 
setup(Map<String, Object>) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
 
setup(Map<String, Object>) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphSimpleAuthenticator
 
setup(Map<String, Object>) - Method in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.SaslAndHMACAuthenticator
 
simpleAuthenticator - Variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphSimpleAuthenticator
 
start() - Method in class org.janusgraph.graphdb.server.JanusGraphServer
 
stop() - Method in class org.janusgraph.graphdb.server.JanusGraphServer
 

U

USERNAME_INDEX_NAME - Static variable in class org.janusgraph.graphdb.tinkerpop.gremlin.server.auth.JanusGraphAbstractAuthenticator
Name of the index that enables an efficient retrievals by usernames.
A C F G H I J M N O P R S U 
Skip navigation links

Copyright © 2012–2023. All rights reserved.