|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.CriteriaFlags
com.remedy.arsys.api.VerifyUserCriteria
The VerifyUserCriteria
class
is used in verifying user privileges.
The three flags that can be set in this object are:
ADMIN_FLAG
-- Checks whether the user has Administrator privileges.
Members of the Administrator group have full and unlimited access to the
AR System.
SUBADMIN_FLAG
-- Checks whether the user has Subadministrator privileges.
Members of the Subadministrator group have limited administrative access to
the AR System.
CUSTOM_FLAG
-- Checks whether the user has Customize privileges.
Members of the Customize group can customize their form layout in Remedy User.
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 |
public static final int ADMIN_FLAG
public static final int SUBADMIN_FLAG
public static final int CUSTOM_FLAG
Constructor Detail |
public VerifyUserCriteria()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |