Class ChangePasswordConfig

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializable.Base
com.fasterxml.jackson.databind.JsonNode
com.fasterxml.jackson.databind.node.BaseJsonNode
com.fasterxml.jackson.databind.node.ContainerNode<com.fasterxml.jackson.databind.node.ObjectNode>
com.fasterxml.jackson.databind.node.ObjectNode
de.captaingoldfish.scim.sdk.common.resources.base.ScimObjectNode
de.captaingoldfish.scim.sdk.common.resources.complex.ChangePasswordConfig
All Implemented Interfaces:
com.fasterxml.jackson.core.TreeNode, com.fasterxml.jackson.databind.JsonSerializable, com.fasterxml.jackson.databind.node.JsonNodeCreator, ScimNode, Serializable, Iterable<com.fasterxml.jackson.databind.JsonNode>

public class ChangePasswordConfig extends ScimObjectNode
author Pascal Knueppel
created at: 18.10.2019 - 11:12

A complex type that specifies configuration options related to changing a password. REQUIRED.
See Also:
  • Constructor Details

    • ChangePasswordConfig

      public ChangePasswordConfig()
    • ChangePasswordConfig

      public ChangePasswordConfig(Boolean supported)
  • Method Details

    • isSupported

      public boolean isSupported()
      A Boolean value specifying whether or not the operation is supported. REQUIRED.
    • setSupported

      public void setSupported(Boolean supported)
      A Boolean value specifying whether or not the operation is supported. REQUIRED.
    • builder