Interface RMAuthority
-
public interface RMAuthority
Interface for defining constants- Since:
- 2.1
- Author:
- Tuna Aksoy
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALL_ROLES_DISPLAY_NAME
The constant for all roles display namestatic String
ALL_ROLES_PREFIX
The constant for all roles prefixstatic String
ZONE_APP_RM
The default rm zone.
-
-
-
Field Detail
-
ZONE_APP_RM
static final String ZONE_APP_RM
The default rm zone.- See Also:
- Constant Field Values
-
ALL_ROLES_DISPLAY_NAME
static final String ALL_ROLES_DISPLAY_NAME
The constant for all roles display name- See Also:
- Constant Field Values
-
ALL_ROLES_PREFIX
static final String ALL_ROLES_PREFIX
The constant for all roles prefix- See Also:
- Constant Field Values
-
-