com.ibm.uddi.v3.management

Interface PropertyConstants

All Superinterfaces:
AdminConstants

  1. public interface PropertyConstants
  2. extends AdminConstants
Constants for ConfigurationProperty IDs.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
APPROVALMANAGERCLASSNAME
Constant used to access the name of the approval manager
  1. static
  2. java.lang.String
AUTHENTICATOR
Constant used to specify the authenticator implementation
  1. static
  2. java.lang.String
AUTHINFO_EXPIRY
Constant which defines the expiry period for authInfo.
  1. static
  2. java.lang.String
AUTO_REGISTER_USERS
Constant used to access the property identifying whether UDDI users are auto registered, or require manual registration.
  1. static
  2. java.lang.String
CACHE_REFRESHED_TIMESTAMP
Constant which defines the timestamp when the cache was refreshed last.
  1. static
  2. java.lang.String
DATABASE_MAX_FIND_RESULTS
Constant used to access the database maximum find results (find api) property.
  1. static
  2. java.lang.String
DATABASE_MAX_RESULT_COUNT
Constant used to access the database maximum rows property.
  1. static
  2. java.lang.String
DEFAULT_LANGUAGE
Default language to be used for xml:lang when not otherwise specified
  1. static
  2. java.lang.String
DEFAULT_USERID
Constant used to access the default userid property used when security is off
  1. static
  2. java.lang.String
GET_SERVLET_NAME
Constant used to access the name of the get servlet property
  1. static
  2. java.lang.String
GET_SERVLET_PREFIX
Constant used to access the URL prefix for the get servlet property
  1. static
  2. java.lang.String
HOST_HTTP_PORT
Constant used to access the host port for HTTP property
  1. static
  2. java.lang.String
HOST_HTTPS_PORT
Constant used to access the host port for HTTPS property
  1. static
  2. java.lang.String
HOST_NAME_ROOT
Constant used to access the host name property
  1. static
  2. java.lang.String
ISDOMAINKEYGENCOND
Constant used to access the property identifying whether Domain keyGenerators should be conditional
  1. static
  2. java.lang.String
ISROOTREGISTRYNODE
Constant used to access the property identifying whether this Node is a Node of a Roote Registry
  1. static
  2. java.lang.String
ISSINGLENODEREG
Constant used to access the property identifying whether the Node is the Registry's only Node
  1. static
  2. java.lang.String
ISUUIDKEYGENCOND
Constant used to access the property identifying whether UUID keyGenerators should be conditional
  1. static
  2. java.lang.String
KEYGENSIGNATUREREQUIRED
Constant used to access the property defining whether tModel:keyGenerator requests must be signed
  1. static
  2. java.lang.String
MAX_NAME
Constant used to access the max name length property.
  1. static
  2. java.lang.String
MAX_SEARCH_KEYS
Constant used to access the max search keys (find api) property
  1. static
  2. java.lang.String
MAX_SEARCH_NAMES
Constant used to access the max search names (find api) property
  1. static
  2. java.lang.String
MIGRATED_VERSION
Constant which defines the database version used by migration.
  1. static
  2. java.lang.String
NODE_DESCRIPTION
Constant used to access the description of the UDDI node property
  1. static
  2. java.lang.String
NODEDOMAINKEY
Constant used to access the Node Domain key property
  1. static
  2. java.lang.String
NODESTATE
Constant used to access the Node State property
  1. static
  2. java.lang.String
OPERATORNODEIDVALUE
Constant used to access the NodeId value property
  1. static
  2. java.lang.String
PERSISTER
Constant used to specify the persister implementation
  1. static
  2. java.lang.String
ROOTKEYGENERATOR
Constant used to access the property holding Registry's Root Key Generator value
  1. static
  2. 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

  1. 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:

DATABASE_MAX_FIND_RESULTS

  1. 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:

PERSISTER

  1. static final java.lang.String PERSISTER
Constant used to specify the persister implementation
See Also:

DEFAULT_LANGUAGE

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

OPERATORNODEIDVALUE

  1. static final java.lang.String OPERATORNODEIDVALUE
Constant used to access the NodeId value property
See Also:

HOST_NAME_ROOT

  1. static final java.lang.String HOST_NAME_ROOT
Constant used to access the host name property
See Also:

HOST_HTTP_PORT

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

HOST_HTTPS_PORT

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

AUTHENTICATOR

  1. static final java.lang.String AUTHENTICATOR
Constant used to specify the authenticator implementation
See Also:

APPROVALMANAGERCLASSNAME

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

MAX_NAME

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

MAX_SEARCH_NAMES

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

MAX_SEARCH_KEYS

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

GET_SERVLET_PREFIX

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

GET_SERVLET_NAME

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

ROOTKEYGENERATOR

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

NODEDOMAINKEY

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

KEYGENSIGNATUREREQUIRED

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

ISSINGLENODEREG

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

ISUUIDKEYGENCOND

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

ISDOMAINKEYGENCOND

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

ISROOTREGISTRYNODE

  1. 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:

NODESTATE

  1. static final java.lang.String NODESTATE
Constant used to access the Node State property
See Also:

NODE_DESCRIPTION

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

DEFAULT_USERID

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

AUTO_REGISTER_USERS

  1. 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:

AUTHINFO_EXPIRY

  1. static final java.lang.String AUTHINFO_EXPIRY
Constant which defines the expiry period for authInfo.
See Also:

USE_AUTH_INFO

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

CACHE_REFRESHED_TIMESTAMP

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

MIGRATED_VERSION

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