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
LANDING_PAGE
static String
REAUTH
static String
STATUS
-
-
-
Field Detail
-
STATUS
public static final String STATUS
- 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
-
REAUTH
public static final String REAUTH
- See Also:
- Constant Field Values
-
-