de.smartics.properties.admin.domain.model
Class Paths

Package class diagram package Paths
java.lang.Object
  extended by de.smartics.properties.admin.domain.model.Paths

public final class Paths
     
     
extends Object

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

API_PATH

public static final String API_PATH
The path to the rest API within the server.

The value of this constant is "/api".

Constant Field Value:
"/api"

PARAM_CONFIGURATION_KEY

public static final String PARAM_CONFIGURATION_KEY
Parameter name for a configuration key.

The value of this constant is "configuration".

Constant Field Value:
"configuration"

PARAM_PROPERTY_KEY

public static final String PARAM_PROPERTY_KEY
Parameter name for a property key.

The value of this constant is "key".

Constant Field Value:
"key"

PARAM_VALUE

public static final String PARAM_VALUE
Parameter name for a property value.

The value of this constant is "value".

Constant Field Value:
"value"

PATH_CONFIGURATIONS

public static final String PATH_CONFIGURATIONS
Path to the configurations resource.

The value of this constant is "/configurations".

Constant Field Value:
"/configurations"

PATH_PROPERTY_KEYS

public static final String PATH_PROPERTY_KEYS
Path to property keys.

The value of this constant is "/configurations/{configuration : .+}/keys".

Constant Field Value:
"/configurations/{configuration : .+}/keys"

PATH_PROPERTY_VALUE

public static final String PATH_PROPERTY_VALUE
Path to a property resource.

The value of this constant is "/configurations/{configuration : .+}/keys/{key}".

Constant Field Value:
"/configurations/{configuration : .+}/keys/{key}"

LOGOUT

public static final String LOGOUT
Path to logout the user.

The value of this constant is "user/logout".

Constant Field Value:
"user/logout"

PATH_SECURITY

public static final String PATH_SECURITY
Path to the security resource.

The value of this constant is "/security".

Constant Field Value:
"/security"

PARAM_SECURITY_ENCRYPT

public static final String PARAM_SECURITY_ENCRYPT
Identifier to tag the value to be encrypted.

The value of this constant is "encrypt".

Constant Field Value:
"encrypt"

PARAM_SECURITY_DECRYPT

public static final String PARAM_SECURITY_DECRYPT
Identifier to tag the value to be decrypted.

The value of this constant is "decrypt".

Constant Field Value:
"decrypt"

PATH_JNDI

public static final String PATH_JNDI
Path to the JNDI resource.

The value of this constant is "/jndi".

Constant Field Value:
"/jndi"

PARAM_JNDI_APP_GROUP_ID

public static final String PARAM_JNDI_APP_GROUP_ID
Identifier of the application's group ID.

The value of this constant is "groupId".

Constant Field Value:
"groupId"

PARAM_JNDI_APP_ARTIFACT_ID

public static final String PARAM_JNDI_APP_ARTIFACT_ID
Identifier of the application's artifact ID.

The value of this constant is "artifactId".

Constant Field Value:
"artifactId"

PARAM_JNDI_APP_VERSION

public static final String PARAM_JNDI_APP_VERSION
Identifier of the application's version.

The value of this constant is "version".

Constant Field Value:
"version"

PARAM_JNDI_APP_ARCHIVE_TYPE

public static final String PARAM_JNDI_APP_ARCHIVE_TYPE
Identifier of the application's artifact type.

The value of this constant is "archiveType".

Constant Field Value:
"archiveType"

PARAM_JNDI_APP_CLASSIFIER

public static final String PARAM_JNDI_APP_CLASSIFIER
Identifier of the application's classifier.

The value of this constant is "classifier".

Constant Field Value:
"classifier"

PARAM_JNDI_DS_MAPPED_NAME

public static final String PARAM_JNDI_DS_MAPPED_NAME
Identifier of the data source mapped name.

The value of this constant is "dsName".

Constant Field Value:
"dsName"

PARAM_JNDI_DS_CREATE_TABLE

public static final String PARAM_JNDI_DS_CREATE_TABLE
Identifier of the data source configuration parameter to create table.

The value of this constant is "dsCreateTable".

Constant Field Value:
"dsCreateTable"

PARAM_JNDI_DS_DROP_TABLE

public static final String PARAM_JNDI_DS_DROP_TABLE
Identifier of the data source configuration parameter to drop table.

The value of this constant is "dsDropTable".

Constant Field Value:
"dsDropTable"

PARAM_JNDI_CACHE_MAPPED_NAME

public static final String PARAM_JNDI_CACHE_MAPPED_NAME
Identifier of the cache mapped name.

The value of this constant is "cacheName".

Constant Field Value:
"cacheName"

PARAM_JNDI_SECURITY_KEY

public static final String PARAM_JNDI_SECURITY_KEY
Identifier of the key security property.

The value of this constant is "securityKey".

Constant Field Value:
"securityKey"

PARAM_JNDI_SECURITY_ALGORITHM

public static final String PARAM_JNDI_SECURITY_ALGORITHM
Identifier of the algorithm security property.

The value of this constant is "securityAlgorithm".

Constant Field Value:
"securityAlgorithm"

PARAM_JNDI_SECURITY_PROVIDER

public static final String PARAM_JNDI_SECURITY_PROVIDER
Identifier of the provider security property.

The value of this constant is "securityProvider".

Constant Field Value:
"securityProvider"

PARAM_JNDI_SECURITY_TRANSFORMATION

public static final String PARAM_JNDI_SECURITY_TRANSFORMATION
Identifier of the transformation security property.

The value of this constant is "securityTransformation".

Constant Field Value:
"securityTransformation"

PATH_PROPERTY_DESCRIPTORS

public static final String PATH_PROPERTY_DESCRIPTORS
Path to a property descriptors resource.

The value of this constant is "/descriptors".

Constant Field Value:
"/descriptors"

PATH_PROPERTY_DESCRIPTOR

public static final String PATH_PROPERTY_DESCRIPTOR
Path to a property descriptor resource.

The value of this constant is "/descriptors/{key}".

Constant Field Value:
"/descriptors/{key}"


Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.