Class BasicAuthChallenge

java.lang.Object
com.inductiveautomation.ignition.common.config.BasicPropertySet
com.inductiveautomation.ignition.common.user.BasicAuthChallenge
All Implemented Interfaces:
Countable, Extendable<PropertySet>, Mergable<PropertySet>, MutablePropertyValueSource, ObservablePropertySet, PropertySet, PropertyValueSource, Serializable, Iterable<PropertyValue>

@Deprecated(since="8.3.0") public class BasicAuthChallenge extends BasicPropertySet
Deprecated.
Maintained for backwards compatibility due to Java serialization in Vision. Should not be used.
See Also:
  • Field Details

    • UsernameEnc

      public static final Property<String> UsernameEnc
      Deprecated.
    • PasswordEnc

      public static final Property<String> PasswordEnc
      Deprecated.
  • Constructor Details

    • BasicAuthChallenge

      public BasicAuthChallenge(String username, String password)
      Deprecated.
  • Method Details

    • getActor

      public String getActor()
      Deprecated.
    • containsUsernameAndPassword

      public boolean containsUsernameAndPassword()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class BasicPropertySet
    • toSimpleAuthChallenge

      public SimpleAuthChallenge toSimpleAuthChallenge()
      Deprecated.