com.ibm.uddi.v3.management
Interface EntitlementConstants
All Superinterfaces:
- public interface EntitlementConstants
- extends AdminConstants
Entitlement
IDs.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
PUBLISH_DERIVED_KEY_GENERATOR
Constant used as
Entitlement ID to indicate whether the user
has permission to publish tModel:keyGenerator with a derived key.
|
|
PUBLISH_DOMAIN_KEY_GENERATOR
Constant used as
Entitlement ID to indicate whether the user
has permission to publish tModel:keyGenerator with a domain key.
|
|
PUBLISH_KEY_GENERATOR
Constant used as
Entitlement ID to indicate whether the user
has permission to publish tModel:keyGenerator.
|
|
PUBLISH_UUID_KEY_GENERATOR
Constant used as
Entitlement ID to indicate whether the user
has permission to publish tModel:keyGenerators providing a UUID key.
|
|
PUBLISH_WITH_UUID_KEY
Constant used as
Entitlement ID to indicate whether the user
has permission to publish elements providing a UUID key.
|
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
PUBLISH_DERIVED_KEY_GENERATOR
- static final java.lang.String PUBLISH_DERIVED_KEY_GENERATOR
See Also:
PUBLISH_DOMAIN_KEY_GENERATOR
- static final java.lang.String PUBLISH_DOMAIN_KEY_GENERATOR
Constant used as
Entitlement
ID to indicate whether the user
has permission to publish tModel:keyGenerator with a domain key.
See Also:
PUBLISH_KEY_GENERATOR
- static final java.lang.String PUBLISH_KEY_GENERATOR
Constant used as
Entitlement
ID to indicate whether the user
has permission to publish tModel:keyGenerator.
See Also:
PUBLISH_WITH_UUID_KEY
- static final java.lang.String PUBLISH_WITH_UUID_KEY
Constant used as
Entitlement
ID to indicate whether the user
has permission to publish elements providing a UUID key.
See Also:
PUBLISH_UUID_KEY_GENERATOR
- static final java.lang.String PUBLISH_UUID_KEY_GENERATOR
Constant used as
Entitlement
ID to indicate whether the user
has permission to publish tModel:keyGenerators providing a UUID key.
See Also:
Entitlement
ID to indicate whether the user has permission to publish tModel:keyGenerator with a derived key.