public class UserService extends Object
| Constructor and Description |
|---|
UserService(org.neo4j.server.security.auth.AuthManager authManager,
org.neo4j.server.rest.repr.InputFormat input,
OutputFormat output) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getUser(String username,
javax.servlet.http.HttpServletRequest req) |
javax.ws.rs.core.Response |
setPassword(String username,
javax.servlet.http.HttpServletRequest req,
String payload) |
public static final String PASSWORD
public UserService(@Context
org.neo4j.server.security.auth.AuthManager authManager,
@Context
org.neo4j.server.rest.repr.InputFormat input,
@Context
OutputFormat output)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.