Class Constants
- java.lang.Object
-
- io.jans.configapi.plugin.scim.util.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BASE_API_URL
static String
SCIM
static String
SCIM_CONFIG
static String
SCIM_CONFIGURATION_ENTRY
static String
USER
-
-
-
Field Detail
-
SCIM_CONFIGURATION_ENTRY
public static final String SCIM_CONFIGURATION_ENTRY
- See Also:
- Constant Field Values
-
BASE_API_URL
public static final String BASE_API_URL
- See Also:
- Constant Field Values
-
SCIM
public static final String SCIM
- See Also:
- Constant Field Values
-
SCIM_CONFIG
public static final String SCIM_CONFIG
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
-