Class RateLimiting
java.lang.Object
com.io7m.idstore.server.service.configuration.jaxb.RateLimiting
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="EmailVerificationRateLimit" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="PasswordResetRateLimit" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the emailVerificationRateLimit property.Gets the value of the passwordResetRateLimit property.voidSets the value of the emailVerificationRateLimit property.voidSets the value of the passwordResetRateLimit property.
-
Field Details
-
emailVerificationRateLimit
-
passwordResetRateLimit
-
-
Constructor Details
-
RateLimiting
public RateLimiting()
-
-
Method Details
-
getEmailVerificationRateLimit
Gets the value of the emailVerificationRateLimit property.- Returns:
- possible object is
Duration
-
setEmailVerificationRateLimit
Sets the value of the emailVerificationRateLimit property.- Parameters:
value- allowed object isDuration
-
getPasswordResetRateLimit
Gets the value of the passwordResetRateLimit property.- Returns:
- possible object is
Duration
-
setPasswordResetRateLimit
Sets the value of the passwordResetRateLimit property.- Parameters:
value- allowed object isDuration
-