|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.admin.domain.model.Paths
public final class Paths
Constants to construct paths.
Field Summary | |
---|---|
static String |
API_PATH The path to the rest API within the server. |
static String |
LOGOUT Path to logout the user. |
static String |
PARAM_CONFIGURATION_KEY Parameter name for a configuration key. |
static String |
PARAM_JNDI_APP_ARCHIVE_TYPE Identifier of the application's artifact type. |
static String |
PARAM_JNDI_APP_ARTIFACT_ID Identifier of the application's artifact ID. |
static String |
PARAM_JNDI_APP_CLASSIFIER Identifier of the application's classifier. |
static String |
PARAM_JNDI_APP_GROUP_ID Identifier of the application's group ID. |
static String |
PARAM_JNDI_APP_VERSION Identifier of the application's version. |
static String |
PARAM_JNDI_CACHE_MAPPED_NAME Identifier of the cache mapped name. |
static String |
PARAM_JNDI_DS_CREATE_TABLE Identifier of the data source configuration parameter to create table. |
static String |
PARAM_JNDI_DS_DROP_TABLE Identifier of the data source configuration parameter to drop table. |
static String |
PARAM_JNDI_DS_MAPPED_NAME Identifier of the data source mapped name. |
static String |
PARAM_JNDI_SECURITY_ALGORITHM Identifier of the algorithm security property. |
static String |
PARAM_JNDI_SECURITY_KEY Identifier of the key security property. |
static String |
PARAM_JNDI_SECURITY_PROVIDER Identifier of the provider security property. |
static String |
PARAM_JNDI_SECURITY_TRANSFORMATION Identifier of the transformation security property. |
static String |
PARAM_PROPERTY_KEY Parameter name for a property key. |
static String |
PARAM_SECURITY_DECRYPT Identifier to tag the value to be decrypted. |
static String |
PARAM_SECURITY_ENCRYPT Identifier to tag the value to be encrypted. |
static String |
PARAM_VALUE Parameter name for a property value. |
static String |
PATH_CONFIGURATIONS Path to the configurations resource. |
static String |
PATH_JNDI Path to the JNDI resource. |
static String |
PATH_PROPERTY_DESCRIPTOR Path to a property descriptor resource. |
static String |
PATH_PROPERTY_DESCRIPTORS Path to a property descriptors resource. |
static String |
PATH_PROPERTY_KEYS Path to property keys. |
static String |
PATH_PROPERTY_VALUE Path to a property resource. |
static String |
PATH_SECURITY Path to the security resource. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String API_PATH
The value of this constant is "/api".
"/api"
public static final String PARAM_CONFIGURATION_KEY
The value of this constant is "configuration".
"configuration"
public static final String PARAM_PROPERTY_KEY
The value of this constant is "key".
"key"
public static final String PARAM_VALUE
The value of this constant is "value".
"value"
public static final String PATH_CONFIGURATIONS
The value of this constant is "/configurations".
"/configurations"
public static final String PATH_PROPERTY_KEYS
The value of this constant is "/configurations/{configuration : .+}/keys".
"/configurations/{configuration : .+}/keys"
public static final String PATH_PROPERTY_VALUE
The value of this constant is "/configurations/{configuration : .+}/keys/{key}".
"/configurations/{configuration : .+}/keys/{key}"
public static final String LOGOUT
The value of this constant is "user/logout".
"user/logout"
public static final String PATH_SECURITY
The value of this constant is "/security".
"/security"
public static final String PARAM_SECURITY_ENCRYPT
The value of this constant is "encrypt".
"encrypt"
public static final String PARAM_SECURITY_DECRYPT
The value of this constant is "decrypt".
"decrypt"
public static final String PATH_JNDI
The value of this constant is "/jndi".
"/jndi"
public static final String PARAM_JNDI_APP_GROUP_ID
The value of this constant is "groupId".
"groupId"
public static final String PARAM_JNDI_APP_ARTIFACT_ID
The value of this constant is "artifactId".
"artifactId"
public static final String PARAM_JNDI_APP_VERSION
The value of this constant is "version".
"version"
public static final String PARAM_JNDI_APP_ARCHIVE_TYPE
The value of this constant is "archiveType".
"archiveType"
public static final String PARAM_JNDI_APP_CLASSIFIER
The value of this constant is "classifier".
"classifier"
public static final String PARAM_JNDI_DS_MAPPED_NAME
The value of this constant is "dsName".
"dsName"
public static final String PARAM_JNDI_DS_CREATE_TABLE
The value of this constant is "dsCreateTable".
"dsCreateTable"
public static final String PARAM_JNDI_DS_DROP_TABLE
The value of this constant is "dsDropTable".
"dsDropTable"
public static final String PARAM_JNDI_CACHE_MAPPED_NAME
The value of this constant is "cacheName".
"cacheName"
public static final String PARAM_JNDI_SECURITY_KEY
The value of this constant is "securityKey".
"securityKey"
public static final String PARAM_JNDI_SECURITY_ALGORITHM
The value of this constant is "securityAlgorithm".
"securityAlgorithm"
public static final String PARAM_JNDI_SECURITY_PROVIDER
The value of this constant is "securityProvider".
"securityProvider"
public static final String PARAM_JNDI_SECURITY_TRANSFORMATION
The value of this constant is "securityTransformation".
"securityTransformation"
public static final String PATH_PROPERTY_DESCRIPTORS
The value of this constant is "/descriptors".
"/descriptors"
public static final String PATH_PROPERTY_DESCRIPTOR
The value of this constant is "/descriptors/{key}".
"/descriptors/{key}"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |