Class SortConfig


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

      • SortConfig

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

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

      • isSupported

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

        public void setSupported​(boolean supported)