Class PatchConfig


  • public class PatchConfig
    extends Object
    This class represents the patch complex attribute in the Service Provider Config (see section 5 of RFC 7643).
    • Constructor Detail

      • PatchConfig

        public PatchConfig()
        Creates an instance of PatchConfig with all its fields unassigned.
      • PatchConfig

        public PatchConfig​(boolean supported)
        Creates an instance of PatchConfig using the parameter values passed.
        Parameters:
        supported - Specifies whether the PATCH operation is supported.
    • Method Detail

      • isSupported

        public boolean isSupported()
        Indicates whether the PATCH operation is supported.
        Returns:
        A boolean value
      • setSupported

        public void setSupported​(boolean supported)