public class User extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
User.Builder |
| Constructor and Description |
|---|
User(String name,
Credential credential,
boolean passwordChangeRequired) |
| 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) |
int |
hashCode() |
String |
name() |
boolean |
passwordChangeRequired() |
String |
toString() |
public User(String name, Credential credential, boolean passwordChangeRequired)
public String name()
public Credential credentials()
public boolean passwordChangeRequired()
public User.Builder augment()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.