public interface CqDbSet extends CqDb, StpRepository
The user-friendly specification for the location of a db-set has the form
cq.dbset:<db-set-name>
Modifier and Type | Interface and Description |
---|---|
static class |
CqDbSet.AuthenticationAlgorithm
AuthenticationAlgorithm constants specify which authentication search
strategy is selected when a Rational ClearQuest user logs on.
|
StpResource.UnsupportedProperty
Resource.CopyFlag
Modifier and Type | Field and Description |
---|---|
static PropertyNameList.PropertyName<ResourceList<CqUserDb>> |
ACCESSIBLE_DATABASES
A list of the user databases to which the current user has access.
|
static PropertyNameList.PropertyName<CqDbSet.AuthenticationAlgorithm> |
AUTHENTICATION_ALGORITHM
Indicates whether the current authentication algorithm is ClearQuest
first (then LDAP) or ClearQuest only (no LDAP).
|
static PropertyNameList.PropertyName<Boolean> |
IS_USER_ADMIN_ENABLED
Answers whether or not this database set, using the CqProvider of
this proxy, provides user and group administration functions such as
the creation of new users and groups and the modification of user and
group properties.
|
static PropertyNameList.PropertyName<ResourceList<CqUserDb>> |
USER_DATABASES
A list of the user databases that are in this DbSet
|
ALL_GROUPS, ALL_USERS, AUTHENTICATION_LOGIN_NAME, CURRENT_USER, DIAG_INFO, EVERYONE_GROUP_NAME, LDAP_PROPERTY, LOCAL_REPLICA
ALL_PROPERTIES, AUTHENTICATION_REALM, CREATOR_GROUP_NAME, CREATOR_LOGIN_NAME, EFFICIENT_LOCATION, INVALID_PROPERTIES, REPOSITORY, STABLE_LOCATION, USER_FRIENDLY_LOCATION
ALL_CUSTOM_PROPERTIES, COMMENT, CONTENT_CHARACTER_SET, CONTENT_IDENTIFIER, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CREATION_DATE, CREATOR_DISPLAY_NAME, DISPLAY_NAME, IS_EXECUTABLE, LAST_MODIFIED, PARENT_LIST, PATHNAME_LOCATION, PROVIDER_LIST, RESOURCE_IDENTIFIER, WORKSPACE_FOLDER_LIST
PRODUCT_INFO
Modifier and Type | Method and Description |
---|---|
ResourceList<CqUserDb> |
getAccessibleDatabases()
Returns the value of the
ACCESSIBLE_DATABASES property as
defined by this proxy. |
CqDbSet.AuthenticationAlgorithm |
getAuthenticationAlgorithm()
Returns the value of the
AUTHENTICATION_ALGORITHM
property as defined by this proxy. |
boolean |
getIsUserAdminEnabled()
Returns the value of the
IS_USER_ADMIN_ENABLED property as
defined by this proxy. |
ResourceList<CqUserDb> |
getUserDatabases()
Returns the value of the
USER_DATABASES property as defined by
this proxy. |
void |
setAuthenticationAlgorithm(CqDbSet.AuthenticationAlgorithm value)
Defines a new value for the
AUTHENTICATION_ALGORITHM property of
this proxy. |
doValidateUserCredentials, getAllGroups, getAllUsers, getAuthenticationLoginName, getCurrentUser, getDiagInfo, getEveryoneGroupName, getLDAPProperty, getLocalReplica, getMasterPropertyValue, getMasterPropertyValueFromUserSession, setDiagInfo, setMasterPropertyValue, unsetMasterPropertyValue
cqProvider, getComment, getContentCharacterSet, getContentIdentifier, getContentLanguage, getContentLength, getContentType, getCreationDate, getCreatorDisplayName, getCreatorGroupName, getCreatorLoginName, getIsExecutable, getLastModified, getProviderList, getWorkspaceFolderList, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setIsExecutable
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, setPropertyClean, stpLocation, stpProvider
doCopy, doFind, doFindAll, doGetPropertyNameList, doGetPropertyNameList, doReadContent, doReadProperties, doUnbindAll, doWriteContent, doWriteProperties, forgetProperty, getDisplayName, getParentList, getPathnameLocation, getProperty, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setDisplayName, setProperty, setProperty, updatedPropertyNameList
getProductInfo
static final PropertyNameList.PropertyName<ResourceList<CqUserDb>> ACCESSIBLE_DATABASES
static final PropertyNameList.PropertyName<CqDbSet.AuthenticationAlgorithm> AUTHENTICATION_ALGORITHM
static final PropertyNameList.PropertyName<Boolean> IS_USER_ADMIN_ENABLED
static final PropertyNameList.PropertyName<ResourceList<CqUserDb>> USER_DATABASES
ResourceList<CqUserDb> getAccessibleDatabases() throws WvcmException
ACCESSIBLE_DATABASES
property as
defined by this proxy.WvcmException
- if this proxy does not define a value for the
ACCESSIBLE_DATABASES
property.CqDbSet.AuthenticationAlgorithm getAuthenticationAlgorithm() throws WvcmException
AUTHENTICATION_ALGORITHM
property as defined by this proxy.WvcmException
- if this proxy does not define a value for the
AUTHENTICATION_ALGORITHM
property.boolean getIsUserAdminEnabled() throws WvcmException
IS_USER_ADMIN_ENABLED
property as
defined by this proxy.WvcmException
- if this proxy does not define a value for the
IS_USER_ADMIN_ENABLED
property.ResourceList<CqUserDb> getUserDatabases() throws WvcmException
USER_DATABASES
property as defined by
this proxy.WvcmException
- if this proxy does not define a value for the
USER_DATABASES
property.void setAuthenticationAlgorithm(CqDbSet.AuthenticationAlgorithm value)
AUTHENTICATION_ALGORITHM
property of
this proxy.value
- An AuthenticationAlgorithm object specifying the new value
of the property. Must not be null.Copyright © IBM 2018. All rights reserved.