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