public interface CredentialTraversalDsl<S,E> extends GraphTraversal.Admin<S,E>
GraphTraversal.Admin<S,E>, GraphTraversal.Symbols
Traversal.Exceptions
Modifier and Type | Field and Description |
---|---|
static int |
BCRYPT_ROUNDS |
Modifier and Type | Method and Description |
---|---|
default GraphTraversal<S,Vertex> |
user(String username,
String password)
Creates or updates a user.
|
default GraphTraversal<S,Vertex> |
users()
Finds all users.
|
default GraphTraversal<S,Vertex> |
users(String username,
String... more)
Finds users by name.
|
addStep, clone, iterate
addStart, addStarts, addStep, applyStrategies, equals, getBytecode, getEndStep, getGraph, getParent, getSideEffects, getStartStep, getSteps, getStrategies, getTraversalSource, getTraverserGenerator, getTraverserRequirements, getTraverserSetSupplier, isLocked, nextTraverser, removeStep, removeStep, reset, setGraph, setParent, setSideEffects, setStrategies
addE, addE, addV, addV, addV, aggregate, aggregate, and, as, asAdmin, barrier, barrier, barrier, both, bothE, bothV, branch, branch, by, by, by, by, by, by, by, by, by, by, cap, choose, choose, choose, choose, choose, choose, coalesce, coin, connectedComponent, constant, count, count, cyclicPath, dedup, dedup, drop, elementMap, emit, emit, emit, filter, filter, flatMap, flatMap, fold, fold, from, from, from, group, group, groupCount, groupCount, has, has, has, has, has, has, has, has, has, hasId, hasId, hasKey, hasKey, hasLabel, hasLabel, hasNot, hasValue, hasValue, id, identity, in, index, inE, inject, inV, is, is, key, label, limit, limit, local, loops, loops, map, map, match, math, max, max, mean, mean, min, min, none, not, option, option, optional, or, order, order, otherV, out, outE, outV, pageRank, pageRank, path, peerPressure, profile, profile, program, project, properties, property, property, propertyMap, range, range, read, repeat, repeat, sack, sack, sample, sample, select, select, select, select, select, select, select, shortestPath, sideEffect, sideEffect, simplePath, skip, skip, store, subgraph, sum, sum, tail, tail, tail, tail, timeLimit, times, to, to, to, to, toE, toV, tree, tree, unfold, union, until, until, V, value, valueMap, valueMap, values, where, where, where, with, with, write
static final int BCRYPT_ROUNDS
default GraphTraversal<S,Vertex> users()
default GraphTraversal<S,Vertex> users(String username, String... more)
default GraphTraversal<S,Vertex> user(String username, String password)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.