Class ScimType.Custom

java.lang.Object
de.captaingoldfish.scim.sdk.common.constants.ScimType.Custom
Enclosing class:
ScimType

public static class ScimType.Custom extends Object
these are the scim types that have been defined by this application
  • Field Details

    • REQUIRED

      public static final String REQUIRED
      a required attribute is missing
      See Also:
    • UNKNOWN_RESOURCE

      public static final String UNKNOWN_RESOURCE
      the specified resource is unknown
      See Also:
    • MISSING_EXTENSION

      public static final String MISSING_EXTENSION
      a required extension is missing
      See Also:
    • INVALID_PARAMETERS

      public static final String INVALID_PARAMETERS
      some of the request parameters did not conform to the SCIM specification
      See Also:
    • UNPARSEABLE_REQUEST

      public static final String UNPARSEABLE_REQUEST
      the request was invalid and cannot be used for further processing
      See Also:
    • TOO_LARGE

      public static final String TOO_LARGE
      if the request body exceeds the maximum allowed payload size (for bulk requests only)
      See Also:
    • UNAUTENTICATED

      public static final String UNAUTENTICATED
      if the client / user is not authenticated
      See Also:
  • Constructor Details

    • Custom

      public Custom()