public class User extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
User.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_CHANGE_REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
augment()
Use this user as a base for a new user object
|
Credential |
credentials() |
boolean |
equals(Object o) |
Iterable<String> |
getFlags() |
boolean |
hasFlag(String flag) |
int |
hashCode() |
String |
name() |
boolean |
passwordChangeRequired() |
String |
toString() |
public static final String PASSWORD_CHANGE_REQUIRED
public String name()
public Credential credentials()
public boolean hasFlag(String flag)
public boolean passwordChangeRequired()
public User.Builder augment()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.