public static interface CcProvider.CcAuthentication extends ProviderFactory.Callback.Authentication
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroupList()
ClearCase checks the user's group list (the list of OS groups
to which the user belongs) to determine whether the user can peform
certain operations in a given VOB.
|
String |
getPrimaryGroupName()
ClearCase checks the user's "primary group" to determine whether
the user can peform certain operations in a given VOB, such as
creating a new CC element.
|
loginName, password
List<String> getGroupList()
ClearCase checks the user's group list (the list of OS groups to which the user belongs) to determine whether the user can peform certain operations in a given VOB.
If the user belongs to more than 32 groups, in certain situations ClearCase may ignore some of those groups, causing the operation to fail unnecessarily. In this case, use this setting to define which groups (up to 32) ClearCase should use.
String getPrimaryGroupName()
ClearCase checks the user's "primary group" to determine whether the user can peform certain operations in a given VOB, such as creating a new CC element.
On Windows operating systems, the user's primary group cannot be reliably determined, so it must be set explicitly here.
On Unix, this setting may be used to override the user's primary group as specified in the /etc/password file or equivalent.
null
to use the default primary groupCopyright © IBM 2018. All rights reserved.