public class AuthenticationService extends Object
SecurityCentral, and is used
by remote clients to authenticate, check auth status and acquire authorization tokens.| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_PATH |
| Constructor and Description |
|---|
AuthenticationService(SecurityCentral security,
org.neo4j.server.rest.repr.InputFormat input,
org.neo4j.kernel.configuration.Config config,
OutputFormat output,
org.neo4j.kernel.logging.ConsoleLogger log) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
authenticate(javax.servlet.http.HttpServletRequest req,
String payload) |
javax.ws.rs.core.Response |
metadata(String authHeader) |
public static final String AUTHENTICATION_PATH
public AuthenticationService(@Context
SecurityCentral security,
@Context
org.neo4j.server.rest.repr.InputFormat input,
@Context
org.neo4j.kernel.configuration.Config config,
@Context
OutputFormat output,
@Context
org.neo4j.kernel.logging.ConsoleLogger log)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.