| 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 |
FileUserRepository.get(String name) |
User |
UserRepository.get(String name) |
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) |
Iterator<User> |
FileUserRepository.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileUserRepository.save(User user) |
void |
UserRepository.save(User user)
Saves a user, given that the users token is unique.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
UserSerialization.serialize(Collection<User> users) |
| Constructor and Description |
|---|
User.Builder(User base) |
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.