Class CredentialTraversalSourceDsl
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource
- 
- org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.CredentialTraversalSourceDsl
 
 
- 
- All Implemented Interfaces:
- AutoCloseable,- Cloneable,- TraversalSource
 - Direct Known Subclasses:
- CredentialTraversalSource
 
 public class CredentialTraversalSourceDsl extends GraphTraversalSource - Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSourceGraphTraversalSource.Symbols
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSourcebytecode, connection, graph, strategies
 
- 
 - 
Constructor SummaryConstructors Constructor Description CredentialTraversalSourceDsl(RemoteConnection connection)CredentialTraversalSourceDsl(Graph graph)CredentialTraversalSourceDsl(Graph graph, TraversalStrategies traversalStrategies)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphTraversal<Vertex,Vertex>user(String username, String password)Creates or updates a user.GraphTraversal<Vertex,Vertex>users()Finds all users.GraphTraversal<Vertex,Vertex>users(String username, String... more)Finds users by name.- 
Methods inherited from class org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSourceaddE, addE, addE, addV, addV, addV, addV, call, call, call, call, call, call, call, clone, close, E, getAnonymousTraversalClass, getBytecode, getGraph, getStrategies, inject, io, mergeE, mergeE, mergeE, mergeV, mergeV, mergeV, toString, tx, union, V, with, with, withBulk, withComputer, withComputer, withComputer, withoutStrategies, withPath, withSack, withSack, withSack, withSack, withSack, withSack, withSack, withSack, withSideEffect, withSideEffect, withSideEffect, withSideEffect, withStrategies
 
- 
 
- 
- 
- 
Constructor Detail- 
CredentialTraversalSourceDslpublic CredentialTraversalSourceDsl(Graph graph, TraversalStrategies traversalStrategies) 
 - 
CredentialTraversalSourceDslpublic CredentialTraversalSourceDsl(Graph graph) 
 - 
CredentialTraversalSourceDslpublic CredentialTraversalSourceDsl(RemoteConnection connection) 
 
- 
 - 
Method Detail- 
userspublic GraphTraversal<Vertex,Vertex> users() Finds all users.
 - 
userspublic GraphTraversal<Vertex,Vertex> users(String username, String... more) Finds users by name.
 - 
userpublic GraphTraversal<Vertex,Vertex> user(String username, String password) Creates or updates a user.
 
- 
 
-