| Package | Description |
|---|---|
| org.neo4j.server.security.auth |
| Modifier and Type | Method and Description |
|---|---|
ListSnapshot<User> |
FileUserRepository.getPersistedSnapshot() |
ListSnapshot<User> |
UserRepository.getPersistedSnapshot()
Returns a snapshot of the current persisted user repository
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserRepository.setUsers(ListSnapshot<User> users)
Replaces the users in the repository with the given users.
|
void |
AbstractUserRepository.setUsers(ListSnapshot<User> usersSnapshot) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.