public class UserService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
NEW_AUTHORIZATION_TOKEN |
static String |
NEW_PASSWORD |
static String |
PASSWORD |
static String |
USERNAME |
| Constructor and Description |
|---|
UserService(SecurityCentral security,
org.neo4j.server.rest.repr.InputFormat input,
OutputFormat output,
org.neo4j.kernel.logging.ConsoleLogger log) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
regenerateToken(String user,
javax.servlet.http.HttpServletRequest req,
String payload) |
javax.ws.rs.core.Response |
setPassword(String user,
javax.servlet.http.HttpServletRequest req,
String payload) |
public static final String USERNAME
public static final String PASSWORD
public static final String NEW_AUTHORIZATION_TOKEN
public static final String NEW_PASSWORD
public UserService(@Context
SecurityCentral security,
@Context
org.neo4j.server.rest.repr.InputFormat input,
@Context
OutputFormat output,
@Context
org.neo4j.kernel.logging.ConsoleLogger log)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.