|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyStoreInformation | |
|---|---|
| org.neo4j.server | |
| org.neo4j.server.security | |
| org.neo4j.server.web | |
| Uses of KeyStoreInformation in org.neo4j.server |
|---|
| Methods in org.neo4j.server that return KeyStoreInformation | |
|---|---|
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. |
| Uses of KeyStoreInformation in org.neo4j.server.security |
|---|
| Methods in org.neo4j.server.security that return KeyStoreInformation | |
|---|---|
KeyStoreInformation |
KeyStoreFactory.createKeyStore(File keyStorePath,
File privateKeyPath,
File certificatePath)
|
| Methods in org.neo4j.server.security with parameters of type KeyStoreInformation | |
|---|---|
org.mortbay.jetty.security.SslSocketConnector |
SslSocketConnectorFactory.createConnector(KeyStoreInformation config,
String host,
int port)
|
| Uses of KeyStoreInformation in org.neo4j.server.web |
|---|
| Methods in org.neo4j.server.web with parameters of type KeyStoreInformation | |
|---|---|
void |
WebServer.setHttpsCertificateInformation(KeyStoreInformation config)
|
void |
Jetty6WebServer.setHttpsCertificateInformation(KeyStoreInformation config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||