Class EnduserConstants
- java.lang.Object
-
- org.apache.syncope.client.enduser.commons.EnduserConstants
-
public final class EnduserConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTENT_PANEL
static String
FAILING_RESOURCES
static String
LANDING_PAGE
static String
PAGE_TITLE
static String
SELF_ALLOWED
static String
STATUS
static String
SUCCESS
-
-
-
Field Detail
-
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
-
SUCCESS
public static final String SUCCESS
- See Also:
- Constant Field Values
-
FAILING_RESOURCES
public static final String FAILING_RESOURCES
- See Also:
- Constant Field Values
-
LANDING_PAGE
public static final String LANDING_PAGE
- See Also:
- Constant Field Values
-
CONTENT_PANEL
public static final String CONTENT_PANEL
- See Also:
- Constant Field Values
-
SELF_ALLOWED
public static final String SELF_ALLOWED
- See Also:
- Constant Field Values
-
PAGE_TITLE
public static final String PAGE_TITLE
- See Also:
- Constant Field Values
-
-