7.0 Action Request System Java API

com.remedy.arsys.api
Class VerifyUserCriteria

java.lang.Object
  extended bycom.remedy.arsys.api.CriteriaFlags
      extended bycom.remedy.arsys.api.VerifyUserCriteria

public class VerifyUserCriteria
extends CriteriaFlags

The VerifyUserCriteria class is used in verifying user privileges. The three flags that can be set in this object are:

If the user has the necessary permissions, return the flag indicating that the user has the capabilities of that group.


Field Summary
static int ADMIN_FLAG
          Set to check if user has Administrator permissions
static int CUSTOM_FLAG
          Set to check if user has Customize permissions
static int SUBADMIN_FLAG
          Set to check if user has Subadministrator permissions
 
Constructor Summary
VerifyUserCriteria()
           
 
Methods inherited from class com.remedy.arsys.api.CriteriaFlags
getParameters, getPropertiesToRetrieve, resetChangeFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_FLAG

public static final int ADMIN_FLAG
Set to check if user has Administrator permissions


SUBADMIN_FLAG

public static final int SUBADMIN_FLAG
Set to check if user has Subadministrator permissions


CUSTOM_FLAG

public static final int CUSTOM_FLAG
Set to check if user has Customize permissions

Constructor Detail

VerifyUserCriteria

public VerifyUserCriteria()

7.0 Action Request System Java API