com.bmc.arsys.api
Class WfdUserContext
java.lang.Object
com.bmc.arsys.api.WfdUserContext
public class WfdUserContext
- extends Object
The WfdUserContext
class contains information about the user associated
with the thread being debugged. Amongh other things, it contains the users:
- Name
- Licenses
- Group membership
- Admin status
- Etc.
It specifically does not contain any password information
WfdUserContext
public WfdUserContext()
getUser
public String getUser()
getNotifyMech
public int getNotifyMech()
getLicenseList
public List<UserLicenseInfo> getLicenseList()
getLicenseType
public int getLicenseType()
getCurrentLicenseType
public int getCurrentLicenseType()
getFullLicType
public int getFullLicType()
getCurrentFullLicType
public int getCurrentFullLicType()
getGroupList
public List<Integer> getGroupList()
isAdminFlag
public boolean isAdminFlag()
isSubadminFlag
public boolean isSubadminFlag()
© Copyright 2006, 2007 BMC Software, Inc.