Class ADtoDBHybridAuthProperties

    • Constructor Detail

      • ADtoDBHybridAuthProperties

        public ADtoDBHybridAuthProperties()
    • Method Detail

      • getMeta

        public RecordMeta<ADtoDBHybridAuthProperties> getMeta()
        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
      • convertToExpert

        public void convertToExpert()
        Converts a pre-7.6 !expert style db auth record to a post-7.6 Manual record.