Class 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 Detail

      • 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
        if the request body exceeds the maximum allowed payload size (for bulk requests only)
        See Also:
        Constant Field Values
    • Constructor Detail

      • Custom

        public Custom()