| Package | Description |
|---|---|
| org.neo4j.server | |
| org.neo4j.server.security | |
| org.neo4j.server.web |
| Modifier and Type | Method and Description |
|---|---|
protected KeyStoreInformation |
AbstractNeoServer.initHttpsKeyStore()
Jetty wants certificates stored in a key store, which is nice, but
to make it easier for non-java savvy users, we let them put
their certificates directly on the file system (advicing apropriate
permissions etc), like you do with Apache Web Server.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStoreInformation |
KeyStoreFactory.createKeyStore(File keyStorePath,
File privateKeyPath,
File certificatePath) |
| Modifier and Type | Method and Description |
|---|---|
org.mortbay.jetty.security.SslSocketConnector |
SslSocketConnectorFactory.createConnector(KeyStoreInformation config,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebServer.setHttpsCertificateInformation(KeyStoreInformation config) |
void |
Jetty6WebServer.setHttpsCertificateInformation(KeyStoreInformation config) |
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.