public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APP_SERVER_CONFIGURATION_DIRECTORY
WSO2 Application Server configuration base directory identifier.
|
static String |
APP_SERVER_CONFIGURATION_NAMESPACE
Namespace for wso2as.xml file XML content.
|
static String |
APP_SERVER_DESCRIPTOR
WSO2 Application Server descriptor file name.
|
static String |
APP_SERVER_DESCRIPTOR_SCHEMA
WSO2 Application Server descriptor XML schema file name.
|
static String |
JAVA_KEYSTORE_LOCATION
System property key identifying the file path location of the Application Server keystore.
|
static String |
JAVA_KEYSTORE_PASSWORD
System property key identifying the password to access the private key from the keystore file
specified by system property 'javax.net.ssl.keyStore'.
|
static String |
JAVA_KEYSTORE_TYPE
System property key identifying the Java keystore file format.
|
static String |
JAVA_TRUST_STORE_LOCATION
System property key identifying the file path location of the Application Server trust store.
|
static String |
JAVA_TRUST_STORE_PASSWORD
System property key identifying the password to access the trust store file specified by
system property 'javax.net.ssl.trustStore'.
|
static String |
JAVA_TRUST_STORE_TYPE
System property key identifying the Java trust store file format.
|
static String |
TOMCAT_CONFIGURATION_DIRECTORY
Apache Tomcat configuration base directory identifier.
|
static String |
WEB_CONTAINER_RESOURCE_FOLDER
Web application specific resource folder identifier.
|
static String |
WEBAPP_DESCRIPTOR
WSO2 Application Server context level descriptor file name.
|
static String |
WEBAPP_DESCRIPTOR_NAMESPACE
Namespace for wso2as-web.xml file XML content.
|
static String |
WEBAPP_DESCRIPTOR_SCHEMA
WSO2 Application Server context level descriptor schema file name.
|
public static final String APP_SERVER_CONFIGURATION_NAMESPACE
public static final String WEBAPP_DESCRIPTOR_NAMESPACE
public static final String APP_SERVER_DESCRIPTOR
public static final String APP_SERVER_DESCRIPTOR_SCHEMA
public static final String WEBAPP_DESCRIPTOR
public static final String WEBAPP_DESCRIPTOR_SCHEMA
public static final String TOMCAT_CONFIGURATION_DIRECTORY
public static final String APP_SERVER_CONFIGURATION_DIRECTORY
public static final String WEB_CONTAINER_RESOURCE_FOLDER
public static final String JAVA_KEYSTORE_LOCATION
public static final String JAVA_KEYSTORE_PASSWORD
public static final String JAVA_KEYSTORE_TYPE
public static final String JAVA_TRUST_STORE_LOCATION
public static final String JAVA_TRUST_STORE_PASSWORD
public static final String JAVA_TRUST_STORE_TYPE
Copyright © 2016 WSO2. All rights reserved.