| Package | Description |
|---|---|
| org.neo4j.server.rest.repr | |
| org.neo4j.server.security.auth |
| Constructor and Description |
|---|
AuthorizationRepresentation(User user) |
| Modifier and Type | Class and Description |
|---|---|
class |
UnauthenticatedUser |
| Modifier and Type | Field and Description |
|---|---|
static User |
SecurityCentral.UNAUTHENTICATED |
| Modifier and Type | Method and Description |
|---|---|
User |
User.Builder.build() |
User |
UserRepository.findByName(String name) |
User |
FileUserRepository.findByName(String name) |
User |
UserRepository.findByToken(String token) |
User |
FileUserRepository.findByToken(String name) |
User |
SecurityCentral.newUser(String name,
String initialPassword,
boolean requirePasswordChange,
Privileges privileges) |
User |
SecurityCentral.regenerateToken(String name)
Set a new random token for a given user
|
User |
Authentication.setPassword(String name,
String password) |
User |
SecurityCentral.setPassword(String name,
String password) |
User |
SecurityCentral.setToken(String name,
String token) |
User |
SecurityCentral.userForName(String name)
Get a user, given a name.
|
User |
SecurityCentral.userForToken(String token)
Get a user, given a token.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserSerialization.deserializeUsers(byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRepository.create(User user)
Create a user, given that the users token is unique.
|
void |
FileUserRepository.create(User user) |
void |
UserRepository.update(User existingUser,
User updatedUser)
Update a user, given that the users token is unique.
|
void |
FileUserRepository.update(User existingUser,
User updatedUser) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
UserSerialization.serialize(Collection<User> users) |
| Constructor and Description |
|---|
User.Builder(User base) |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.