Package org.openiam.util
Class AuthorizationConstants
- java.lang.Object
-
- org.openiam.util.AuthorizationConstants
-
public class AuthorizationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
MENU_ITEM_ICON_PROPERTY
static String
MENU_ITEM_IS_VISIBLE
static String
MENU_ITEM_OPEN_IN_NEW_TAB
static String
MENU_ITEM_RESOURCE_TYPE
-
Constructor Summary
Constructors Constructor Description AuthorizationConstants()
-
-
-
Field Detail
-
MENU_ITEM_RESOURCE_TYPE
public static final String MENU_ITEM_RESOURCE_TYPE
- See Also:
- Constant Field Values
-
MENU_ITEM_ICON_PROPERTY
public static final String MENU_ITEM_ICON_PROPERTY
- See Also:
- Constant Field Values
-
MENU_ITEM_IS_VISIBLE
public static final String MENU_ITEM_IS_VISIBLE
- See Also:
- Constant Field Values
-
MENU_ITEM_OPEN_IN_NEW_TAB
public static final String MENU_ITEM_OPEN_IN_NEW_TAB
- See Also:
- Constant Field Values
-
-