Class ResourceTypeNames
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.common.constants.ResourceTypeNames
-
public final class ResourceTypeNames extends Object
author Pascal Knueppel
created at: 18.10.2019 - 16:17
this is just a helper class that knows the names of the common resource types.
Of course this class is obsolete as soon as the name elements are overwritten within the resource types
-
-
Constructor Summary
Constructors Constructor Description ResourceTypeNames()
-
-
-
Field Detail
-
SERVICE_PROVIDER_CONFIG
public static final String SERVICE_PROVIDER_CONFIG
- See Also:
- Constant Field Values
-
RESOURCE_TYPE
public static final String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
SCHEMA
public static final String SCHEMA
- See Also:
- Constant Field Values
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
GROUPS
public static final String GROUPS
- See Also:
- Constant Field Values
-
ME
public static final String ME
- See Also:
- Constant Field Values
-
-