IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.v3.management
Interface PropertyConstants

All Superinterfaces:
AdminConstants

public interface PropertyConstants
extends AdminConstants

Constants for ConfigurationProperty IDs.


Field Summary
static java.lang.String APPROVALMANAGERCLASSNAME
          Constant used to access the name of the approval manager
static java.lang.String AUTHENTICATOR
          Constant used to specify the authenticator implementation
static java.lang.String AUTHINFO_EXPIRY
          Constant which defines the expiry period for authInfo.
static java.lang.String AUTO_REGISTER_USERS
          Constant used to access the property identifying whether UDDI users are auto registered, or require manual registration.
static java.lang.String CACHE_REFRESHED_TIMESTAMP
          Constant which defines the timestamp when the cache was refreshed last.
static java.lang.String DATABASE_MAX_FIND_RESULTS
          Constant used to access the database maximum find results (find api) property.
static java.lang.String DATABASE_MAX_RESULT_COUNT
          Constant used to access the database maximum rows property.
static java.lang.String DEFAULT_LANGUAGE
          Default language to be used for xml:lang when not otherwise specified
static java.lang.String DEFAULT_USERID
          Constant used to access the default userid property used when security is off
static java.lang.String GET_SERVLET_NAME
          Constant used to access the name of the get servlet property
static java.lang.String GET_SERVLET_PREFIX
          Constant used to access the URL prefix for the get servlet property
static java.lang.String HOST_HTTP_PORT
          Constant used to access the host port for HTTP property
static java.lang.String HOST_HTTPS_PORT
          Constant used to access the host port for HTTPS property
static java.lang.String HOST_NAME_ROOT
          Constant used to access the host name property
static java.lang.String ISDOMAINKEYGENCOND
          Constant used to access the property identifying whether Domain keyGenerators should be conditional
static java.lang.String ISROOTREGISTRYNODE
          Constant used to access the property identifying whether this Node is a Node of a Roote Registry
static java.lang.String ISSINGLENODEREG
          Constant used to access the property identifying whether the Node is the Registry's only Node
static java.lang.String ISUUIDKEYGENCOND
          Constant used to access the property identifying whether UUID keyGenerators should be conditional
static java.lang.String KEYGENSIGNATUREREQUIRED
          Constant used to access the property defining whether tModel:keyGenerator requests must be signed
static java.lang.String MAX_NAME
          Constant used to access the max name length property.
static java.lang.String MAX_SEARCH_KEYS
          Constant used to access the max search keys (find api) property
static java.lang.String MAX_SEARCH_NAMES
          Constant used to access the max search names (find api) property
static java.lang.String MIGRATED_VERSION
          Constant which defines the database version used by migration.
static java.lang.String NODE_DESCRIPTION
          Constant used to access the description of the UDDI node property
static java.lang.String NODEDOMAINKEY
          Constant used to access the Node Domain key property
static java.lang.String NODESTATE
          Constant used to access the Node State property
static java.lang.String OPERATORNODEIDVALUE
          Constant used to access the NodeId value property
static java.lang.String PERSISTER
          Constant used to specify the persister implementation
static java.lang.String ROOTKEYGENERATOR
          Constant used to access the property holding Registry's Root Key Generator value
static java.lang.String USE_AUTH_INFO
          Constant which specifies if authInfo used when WAS security is off.
 
Fields inherited from interface com.ibm.uddi.v3.management.AdminConstants
ADMIN_MESSAGES_FILE, MESSAGES_FILE, STATE_FALSE, STATE_TRUE, VALUE_TYPE_BOOLEAN, VALUE_TYPE_DATE, VALUE_TYPE_INTEGER, VALUE_TYPE_TEXT, VALUE_TYPE_TIMESTAMP
 

Field Detail

DATABASE_MAX_RESULT_COUNT

static final java.lang.String DATABASE_MAX_RESULT_COUNT
Constant used to access the database maximum rows property. This is the maximum number of rows to retrieve for any given message.

See Also:
Constant Field Values

DATABASE_MAX_FIND_RESULTS

static final java.lang.String DATABASE_MAX_FIND_RESULTS
Constant used to access the database maximum find results (find api) property. This is the absolute maximum number of rows the registry can return for an inquiry api message. If the number of rows available from a query exceeds this value, an E_resultSetTooLargeException is thrown.

See Also:
Constant Field Values

PERSISTER

static final java.lang.String PERSISTER
Constant used to specify the persister implementation

See Also:
Constant Field Values

DEFAULT_LANGUAGE

static final java.lang.String DEFAULT_LANGUAGE
Default language to be used for xml:lang when not otherwise specified

See Also:
Constant Field Values

OPERATORNODEIDVALUE

static final java.lang.String OPERATORNODEIDVALUE
Constant used to access the NodeId value property

See Also:
Constant Field Values

HOST_NAME_ROOT

static final java.lang.String HOST_NAME_ROOT
Constant used to access the host name property

See Also:
Constant Field Values

HOST_HTTP_PORT

static final java.lang.String HOST_HTTP_PORT
Constant used to access the host port for HTTP property

See Also:
Constant Field Values

HOST_HTTPS_PORT

static final java.lang.String HOST_HTTPS_PORT
Constant used to access the host port for HTTPS property

See Also:
Constant Field Values

AUTHENTICATOR

static final java.lang.String AUTHENTICATOR
Constant used to specify the authenticator implementation

See Also:
Constant Field Values

APPROVALMANAGERCLASSNAME

static final java.lang.String APPROVALMANAGERCLASSNAME
Constant used to access the name of the approval manager

See Also:
Constant Field Values

MAX_NAME

static final java.lang.String MAX_NAME
Constant used to access the max name length property.

See Also:
Constant Field Values

MAX_SEARCH_NAMES

static final java.lang.String MAX_SEARCH_NAMES
Constant used to access the max search names (find api) property

See Also:
Constant Field Values

MAX_SEARCH_KEYS

static final java.lang.String MAX_SEARCH_KEYS
Constant used to access the max search keys (find api) property

See Also:
Constant Field Values

GET_SERVLET_PREFIX

static final java.lang.String GET_SERVLET_PREFIX
Constant used to access the URL prefix for the get servlet property

See Also:
Constant Field Values

GET_SERVLET_NAME

static final java.lang.String GET_SERVLET_NAME
Constant used to access the name of the get servlet property

See Also:
Constant Field Values

ROOTKEYGENERATOR

static final java.lang.String ROOTKEYGENERATOR
Constant used to access the property holding Registry's Root Key Generator value

See Also:
Constant Field Values

NODEDOMAINKEY

static final java.lang.String NODEDOMAINKEY
Constant used to access the Node Domain key property

See Also:
Constant Field Values

KEYGENSIGNATUREREQUIRED

static final java.lang.String KEYGENSIGNATUREREQUIRED
Constant used to access the property defining whether tModel:keyGenerator requests must be signed

See Also:
Constant Field Values

ISSINGLENODEREG

static final java.lang.String ISSINGLENODEREG
Constant used to access the property identifying whether the Node is the Registry's only Node

See Also:
Constant Field Values

ISUUIDKEYGENCOND

static final java.lang.String ISUUIDKEYGENCOND
Constant used to access the property identifying whether UUID keyGenerators should be conditional

See Also:
Constant Field Values

ISDOMAINKEYGENCOND

static final java.lang.String ISDOMAINKEYGENCOND
Constant used to access the property identifying whether Domain keyGenerators should be conditional

See Also:
Constant Field Values

ISROOTREGISTRYNODE

static final java.lang.String ISROOTREGISTRYNODE
Constant used to access the property identifying whether this Node is a Node of a Roote Registry

See Also:
Constant Field Values

NODESTATE

static final java.lang.String NODESTATE
Constant used to access the Node State property

See Also:
Constant Field Values

NODE_DESCRIPTION

static final java.lang.String NODE_DESCRIPTION
Constant used to access the description of the UDDI node property

See Also:
Constant Field Values

DEFAULT_USERID

static final java.lang.String DEFAULT_USERID
Constant used to access the default userid property used when security is off

See Also:
Constant Field Values

AUTO_REGISTER_USERS

static final java.lang.String AUTO_REGISTER_USERS
Constant used to access the property identifying whether UDDI users are auto registered, or require manual registration.

See Also:
Constant Field Values

AUTHINFO_EXPIRY

static final java.lang.String AUTHINFO_EXPIRY
Constant which defines the expiry period for authInfo.

See Also:
Constant Field Values

USE_AUTH_INFO

static final java.lang.String USE_AUTH_INFO
Constant which specifies if authInfo used when WAS security is off.

See Also:
Constant Field Values

CACHE_REFRESHED_TIMESTAMP

static final java.lang.String CACHE_REFRESHED_TIMESTAMP
Constant which defines the timestamp when the cache was refreshed last.

See Also:
Constant Field Values

MIGRATED_VERSION

static final java.lang.String MIGRATED_VERSION
Constant which defines the database version used by migration.

See Also:
Constant Field Values

IBM WebSphere Application ServerTM
Release 8