Class History
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.History
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 Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the value of the adminLoginHistoryLimit property.longGets the value of the userLoginHistoryLimit property.voidsetAdminLoginHistoryLimit(long value) Sets the value of the adminLoginHistoryLimit property.voidsetUserLoginHistoryLimit(long value) Sets the value of the userLoginHistoryLimit property.
-
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.
-