Class ScimType.Custom
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.common.constants.ScimType.Custom
-
-
Field Summary
Fields Modifier and Type Field Description static StringINVALID_PARAMETERSsome of the request parameters did not conform to the SCIM specificationstatic StringMISSING_EXTENSIONa required extension is missingstatic StringREQUIREDa required attribute is missingstatic StringTOO_LARGEstatic StringUNKNOWN_RESOURCEthe specified resource is unknownstatic StringUNPARSEABLE_REQUESTthe request was invalid and cannot be used for further processing
-
Constructor Summary
Constructors Constructor Description Custom()
-
-
-
Field Detail
-
REQUIRED
public static final String REQUIRED
a required attribute is missing- See Also:
- Constant Field Values
-
UNKNOWN_RESOURCE
public static final String UNKNOWN_RESOURCE
the specified resource is unknown- See Also:
- Constant Field Values
-
MISSING_EXTENSION
public static final String MISSING_EXTENSION
a required extension is missing- See Also:
- Constant Field Values
-
INVALID_PARAMETERS
public static final String INVALID_PARAMETERS
some of the request parameters did not conform to the SCIM specification- See Also:
- Constant Field Values
-
UNPARSEABLE_REQUEST
public static final String UNPARSEABLE_REQUEST
the request was invalid and cannot be used for further processing- See Also:
- Constant Field Values
-
TOO_LARGE
public static final String TOO_LARGE
- See Also:
- Constant Field Values
-
-