java.lang.Object
simpleorm.dataset.SRecordInstance
com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
com.inductiveautomation.ignition.gateway.authentication.records.InternalAuthProperties
All Implemented Interfaces:
Serializable

@Deprecated(since="8.3.0") public class InternalAuthProperties extends PersistentRecord
Deprecated.
As of 8.3, use InternalAuthPropertiesResource instead.
Created by carlg on 8/24/2016.
See Also:
  • Field Details

    • META

      public static final RecordMeta<InternalAuthProperties> META
      Deprecated.
    • ProfileId

      public static final LongField ProfileId
      Deprecated.
    • Profile

      public static final ReferenceField<UserSourceProfileRecord> Profile
      Deprecated.
    • PwdMaxAge

      public static final IntField PwdMaxAge
      Deprecated.
    • PwdMinLength

      public static final IntField PwdMinLength
      Deprecated.
    • PwdComplexity

      public static final IntField PwdComplexity
      Deprecated.
    • PwdHistory

      public static final IntField PwdHistory
      Deprecated.
    • PwdContainsPassword

      public static final BooleanField PwdContainsPassword
      Deprecated.
    • PwdContainsUserName

      public static final BooleanField PwdContainsUserName
      Deprecated.
    • PwdMaxRepeatedChars

      public static final IntField PwdMaxRepeatedChars
      Deprecated.
  • Constructor Details

    • InternalAuthProperties

      public InternalAuthProperties()
      Deprecated.
  • Method Details

    • getMeta

      Deprecated.
      Description copied from class: SRecordInstance
      This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-

       SRecord getMeta() {
         return meta;
       };
       

      The actual meta variable is thus not Serialized, but it would not be anyway as it is usually static.

      Specified by:
      getMeta in class PersistentRecord