| Package | Description |
|---|---|
| org.neo4j.server.security.auth |
| Modifier and Type | Method and Description |
|---|---|
void |
FileUserRepository.create(User user) |
void |
UserRepository.create(User user)
Create a user, given that the users token is unique.
|
User |
BasicAuthManager.newUser(String username,
String initialPassword,
boolean requirePasswordChange) |
User |
AuthManager.newUser(String username,
String initialPassword,
boolean requirePasswordChange)
Create a new user with the provided credentials.
|
void |
BasicAuthSubject.setPassword(String password)
Sets a new password for the BasicAuthSubject.
|
void |
AuthSubject.setPassword(String password)
Set the password for the AuthSubject
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.