Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-02


oracle.irm.engine.core.classification
Interface ClassificationConstants


public interface ClassificationConstants

Constants.


Field Summary
static String CLASSIFICATIONS_RESOURCE_PATH
          The resource path used to locate classification system plugin configuration.
static String REQUEST_PATH_STEM
          Classification request path.
static URI UNSPECIFIED_CLASSIFICATION_URI
          Unspecified classification URI.

 

Field Detail

UNSPECIFIED_CLASSIFICATION_URI

static final URI UNSPECIFIED_CLASSIFICATION_URI
Unspecified classification URI. If the URI provided when creating a XPathClassificationFilter matches this value the actual URI value used is the current server classification URI value obtained from configuration.

Value: urn:oracle.irm:classification.uri

REQUEST_PATH_STEM

static final String REQUEST_PATH_STEM
Classification request path. When making requests to obtain licenses/etc. The classification URL is postpended with "request".

Value: "request"
See Also:
Constant Field Values

CLASSIFICATIONS_RESOURCE_PATH

static final String CLASSIFICATIONS_RESOURCE_PATH
The resource path used to locate classification system plugin configuration.

Value: "META-INF/oracle_irm_classification_plugins.xml"
See Also:
Constant Field Values

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-02


Copyright © 2010, Oracle. All rights reserved.