Package org.openiam.constants
Class AccessReviewConstant
- java.lang.Object
-
- org.openiam.constants.AccessReviewConstant
-
public class AccessReviewConstant extends Object
Created by: Alexander Duckardt Date: 5/27/14.
-
-
Field Summary
Fields Modifier and Type Field Description static int
DESCRIPTION_FILTER_SET
static String
GROUP_ICON_DESCR
static String
GROUP_TYPE
static String
GROUP_VIEW
static int
INITIAL_LEVEL
static int
NAME_FILTER_SET
static String
RESOURCE_TYPE
static String
RESOURCE_VIEW
static int
RISK_FILTER_SET
static String
ROLE_ICON_DESCR
static String
ROLE_TYPE
static String
ROLE_VIEW
static int
SHOW_ALL
static int
SHOW_EXCEPTIONS_FILTER_SET
static int
SHOW_GROUP_ONLY
static int
SHOW_MNGSYS_ONLY
static int
SHOW_ROLE_ONLY
-
Constructor Summary
Constructors Constructor Description AccessReviewConstant()
-
-
-
Field Detail
-
INITIAL_LEVEL
public static final int INITIAL_LEVEL
- See Also:
- Constant Field Values
-
SHOW_ALL
public static final int SHOW_ALL
- See Also:
- Constant Field Values
-
SHOW_ROLE_ONLY
public static final int SHOW_ROLE_ONLY
- See Also:
- Constant Field Values
-
SHOW_GROUP_ONLY
public static final int SHOW_GROUP_ONLY
- See Also:
- Constant Field Values
-
SHOW_MNGSYS_ONLY
public static final int SHOW_MNGSYS_ONLY
- See Also:
- Constant Field Values
-
NAME_FILTER_SET
public static final int NAME_FILTER_SET
- See Also:
- Constant Field Values
-
DESCRIPTION_FILTER_SET
public static final int DESCRIPTION_FILTER_SET
- See Also:
- Constant Field Values
-
RISK_FILTER_SET
public static final int RISK_FILTER_SET
- See Also:
- Constant Field Values
-
SHOW_EXCEPTIONS_FILTER_SET
public static final int SHOW_EXCEPTIONS_FILTER_SET
- See Also:
- Constant Field Values
-
ROLE_TYPE
public static final String ROLE_TYPE
- See Also:
- Constant Field Values
-
GROUP_TYPE
public static final String GROUP_TYPE
- See Also:
- Constant Field Values
-
RESOURCE_TYPE
public static final String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
ROLE_ICON_DESCR
public static final String ROLE_ICON_DESCR
- See Also:
- Constant Field Values
-
GROUP_ICON_DESCR
public static final String GROUP_ICON_DESCR
- See Also:
- Constant Field Values
-
GROUP_VIEW
public static final String GROUP_VIEW
- See Also:
- Constant Field Values
-
RESOURCE_VIEW
public static final String RESOURCE_VIEW
- See Also:
- Constant Field Values
-
ROLE_VIEW
public static final String ROLE_VIEW
- See Also:
- Constant Field Values
-
-