public abstract class WebServer extends CommandLineTool
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONTEXT_PATH |
static int |
DEFAULT_HTTPS_SERVER_PORT |
static String |
DEFAULT_KEYSTORE_TYPE |
static int |
DEFAULT_SERVER_PORT |
static int |
DEFAULT_SESSION_TIMEOUT |
DEFAULT_INIT_FRAMEWORK, LOGGER, THREAD_NAME| Constructor and Description |
|---|
WebServer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
int |
getHttpPort() |
int |
getHttpsPort() |
String |
getKeyStorePassword() |
File |
getKeyStorePath() |
String |
getKeyStoreType() |
boolean |
getRequireClientCert() |
int |
getSessionTimeout() |
String |
getTrustStorePassword() |
File |
getTrustStorePath() |
String |
getTrustStoreType() |
boolean |
getWantClientCert() |
File |
getWebAppDir() |
getAuthorizationRepository, getAuthorizations, getConfiguration, getGraph, getOntologyRepository, getPrivilegeRepository, getShutdownService, getSimpleOrmSession, getUser, getUserRepository, getVisibilityTranslator, getWorkQueueRepository, initializeFramework, main, main, parseArguments, printHelp, run, run, run, setAuthorizationRepository, setGraph, setLockRepository, setOntologyRepository, setPrivilegeRepository, setShutdownService, setSimpleOrmSession, setUserRepository, setVisibilityTranslator, setWorkQueueRepository, shutdown, willExitpublic static final int DEFAULT_SERVER_PORT
public static final int DEFAULT_HTTPS_SERVER_PORT
public static final String DEFAULT_CONTEXT_PATH
public static final int DEFAULT_SESSION_TIMEOUT
public static final String DEFAULT_KEYSTORE_TYPE
public int getHttpPort()
public int getHttpsPort()
public String getKeyStoreType()
public String getTrustStoreType()
public File getKeyStorePath()
public String getKeyStorePassword()
public File getTrustStorePath()
public String getTrustStorePassword()
public boolean getRequireClientCert()
public boolean getWantClientCert()
public String getContextPath()
public File getWebAppDir()
public int getSessionTimeout()
Copyright © 2013–2017 V5 Analytics. All rights reserved.