Class UserSourceProfileRecord

All Implemented Interfaces:
Serializable

public class UserSourceProfileRecord extends PersistentRecord
See Also:
  • Field Details

  • Constructor Details

    • UserSourceProfileRecord

      public UserSourceProfileRecord()
  • Method Details

    • getMeta

      public RecordMeta<?> 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
    • getId

      public Long getId()
    • getCacheValidationTimeout

      public Long getCacheValidationTimeout()
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getType

      public String getType()
    • getFailoverProfileId

      public Long getFailoverProfileId()
    • getFailoverMode

      public AuthenticatorFailoverMode getFailoverMode()
    • isScheduleRestricted

      public boolean isScheduleRestricted()
    • isLockoutEnabled

      public boolean isLockoutEnabled()
    • isUserSourceEnabled

      public boolean isUserSourceEnabled()
    • getLockoutAttempts

      public long getLockoutAttempts()
    • getLockoutWindow

      public long getLockoutWindow()