Class ExtendedPropertyAccessor.ExtendedProperty

java.lang.Object
com.pingidentity.access.ExtendedPropertyAccessor.ExtendedProperty
Enclosing class:
ExtendedPropertyAccessor

public static final class ExtendedPropertyAccessor.ExtendedProperty extends Object
The extended property definition
Since:
11.2
  • Constructor Details

    • ExtendedProperty

      public ExtendedProperty(String description, boolean isMultiValued)
      Since:
      12.1
  • Method Details

    • getDescription

      public String getDescription()
      Returns the description of the extended property
      Returns:
      extended property description
      Since:
      11.2
    • isMultiValued

      public boolean isMultiValued()
      Returns the extended property's multivalued status
      Returns:
      true if the extended property is multivalued, false otherwise.
      Since:
      11.2