Class CredentialGraphGremlinPlugin
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
- 
- org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialGraphGremlinPlugin
 
 
- 
- All Implemented Interfaces:
- GremlinPlugin
 
 public class CredentialGraphGremlinPlugin extends AbstractGremlinPlugin Plugin for the Credentials DSL that helps maintain a list of users and passwords in a graph for use with Gremlin Server authentication.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPluginappliesTo, customizers, moduleName
 
- 
 - 
Constructor SummaryConstructors Constructor Description CredentialGraphGremlinPlugin()
 - 
Method Summary- 
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugingetCustomizers, getName
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugingetCustomizers, requireRestart
 
- 
 
-