|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CcProvider.CcAuthentication
An extension of ProviderFactory.Callback that client call-backs can return to provide a Primary Group or Group List for a ClearCase login
Method Summary | |
---|---|
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. |
Methods inherited from interface javax.wvcm.ProviderFactory.Callback.Authentication |
---|
loginName, password |
Method Detail |
---|
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 group
|
Generated Wed 19-Nov-2014 10:09 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |