com.ibm.team.fvt.tests.clm.config
Class ClmAdminUser

java.lang.Object
  extended by com.ibm.team.fvt.tests.config.User
      extended by com.ibm.team.fvt.tests.clm.config.ClmUser
          extended by com.ibm.team.fvt.tests.clm.config.ClmAdminUser
All Implemented Interfaces:
ClmLicensingConstants, com.ibm.team.fvt.tests.config.UserConstants

Deprecated. Use ClmUser.ClmUser(String, String, boolean, boolean) or ClmUser.ClmUser(String, String, String, String, boolean) by passing true to adminUser parameter instead.

@Deprecated
public class ClmAdminUser
extends ClmUser

Specialize CLM User as a Jazz Admin user.


Field Summary
 
Fields inherited from interface com.ibm.team.fvt.tests.clm.pages.jts.admin.ClmLicensingConstants
ALL_LICENSES, CCM_COLLECTOR, CCM_DATA_COLLECTOR, CLM_CONTRIBUTOR, CLM_PRACTITIONER, CLM_STAKEHOLDER, DEFAULT_LICENSES, LPA_APPLICATION_INTERNAL, QM_DATA_COLLECTOR, RM_ANALYST, RM_APPLICATION_INTERNAL, RM_CONTRIBUTOR, RM_DATA_COLLECTOR, RQM_CONNECTOR, RQM_CONTRIBUTOR, RQM_QUALITY_PROFESSIONAL, RTC_BUILD_SYSTEM, RTC_CLEARCASE_SYNCHRONIZER, RTC_CLEARQUEST_SYNCHRONIZER, RTC_CONTRIBUTOR, RTC_DEVELOPER, RTC_DEVELOPER_PLATFORMS, RTC_STAKEHOLDER, TRS_CONSUMER_INTERNAL
 
Fields inherited from interface com.ibm.team.fvt.tests.config.UserConstants
EMAIL_ID, MAIL_DOMAIN_ID, PASSWORD_ID, USERID_ID, USERNAME_ID
 
Constructor Summary
ClmAdminUser(java.lang.String userId)
          Deprecated.  
ClmAdminUser(java.lang.String prefix, java.lang.String user)
          Deprecated.  
ClmAdminUser(java.lang.String prefix, java.lang.String userId, boolean defaultUser)
          Deprecated.  
ClmAdminUser(java.lang.String userId, java.lang.String userName, java.lang.String password, java.lang.String email)
          Deprecated.  
 
Method Summary
 boolean isJazzAdmin()
          Deprecated. Return whether the current user has Jazz Admin CAL or not.
 
Methods inherited from class com.ibm.team.fvt.tests.clm.config.ClmUser
getLicenses, hasLicense, hasReadAccess, hasRtcWriteAccess, isDefaultUser, setAdmin
 
Methods inherited from class com.ibm.team.fvt.tests.config.User
equals, getEmail, getId, getName, getPassword, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClmAdminUser

public ClmAdminUser(java.lang.String userId)
Deprecated. 

ClmAdminUser

public ClmAdminUser(java.lang.String prefix,
                    java.lang.String userId,
                    boolean defaultUser)
Deprecated. 

ClmAdminUser

public ClmAdminUser(java.lang.String prefix,
                    java.lang.String user)
Deprecated. 

ClmAdminUser

public ClmAdminUser(java.lang.String userId,
                    java.lang.String userName,
                    java.lang.String password,
                    java.lang.String email)
Deprecated. 
Method Detail

isJazzAdmin

public boolean isJazzAdmin()
Deprecated. 
Return whether the current user has Jazz Admin CAL or not.

Overrides:
isJazzAdmin in class ClmUser
Returns:
true.