AR System Java API

com.bmc.arsys.api
Class WfdUserContext

java.lang.Object
  extended by 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:

It specifically does not contain any password information


Constructor Summary
WfdUserContext()
           
 
Method Summary
 int getCurrentFullLicType()
           
 int getCurrentLicenseType()
           
 int getFullLicType()
           
 List<Integer> getGroupList()
           
 List<UserLicenseInfo> getLicenseList()
           
 int getLicenseType()
           
 int getNotifyMech()
           
 String getUser()
           
 boolean isAdminFlag()
           
 boolean isSubadminFlag()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WfdUserContext

public WfdUserContext()
Method Detail

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()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.