java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.History

public class History extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="UserLoginHistoryLimit" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="AdminLoginHistoryLimit" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • userLoginHistoryLimit

      protected long userLoginHistoryLimit
    • adminLoginHistoryLimit

      protected long adminLoginHistoryLimit
  • Constructor Details

    • History

      public History()
  • Method Details

    • getUserLoginHistoryLimit

      public long getUserLoginHistoryLimit()
      Gets the value of the userLoginHistoryLimit property.
    • setUserLoginHistoryLimit

      public void setUserLoginHistoryLimit(long value)
      Sets the value of the userLoginHistoryLimit property.
    • getAdminLoginHistoryLimit

      public long getAdminLoginHistoryLimit()
      Gets the value of the adminLoginHistoryLimit property.
    • setAdminLoginHistoryLimit

      public void setAdminLoginHistoryLimit(long value)
      Sets the value of the adminLoginHistoryLimit property.