Class ScimType.Custom
java.lang.Object
de.captaingoldfish.scim.sdk.common.constants.ScimType.Custom
- Enclosing class:
- ScimType
these are the scim types that have been defined by this application
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringsome of the request parameters did not conform to the SCIM specificationstatic final Stringa required extension is missingstatic final Stringa required attribute is missingstatic final Stringif the request body exceeds the maximum allowed payload size (for bulk requests only)static final Stringif the client / user is not authenticatedstatic final Stringthe specified resource is unknownstatic final Stringthe request was invalid and cannot be used for further processing -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REQUIRED
a required attribute is missing- See Also:
-
UNKNOWN_RESOURCE
the specified resource is unknown- See Also:
-
MISSING_EXTENSION
a required extension is missing- See Also:
-
INVALID_PARAMETERS
some of the request parameters did not conform to the SCIM specification- See Also:
-
UNPARSEABLE_REQUEST
the request was invalid and cannot be used for further processing- See Also:
-
TOO_LARGE
if the request body exceeds the maximum allowed payload size (for bulk requests only)- See Also:
-
UNAUTENTICATED
if the client / user is not authenticated- See Also:
-
-
Constructor Details
-
Custom
public Custom()
-