Class ChangePasswordConfig


  • public class ChangePasswordConfig
    extends Object
    A class used to specify Change Password configuration options for SCIM service (see section 5 of RFC 7643).
    • Constructor Detail

      • ChangePasswordConfig

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

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

      • isSupported

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

        public void setSupported​(boolean supported)