Class AuthLockoutType
java.lang.Object
com.tremolosecurity.config.xml.AuthLockoutType
Configuration for making sure brute force attacks can't be used
Java class for authLockoutType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authLockoutType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="maxFailedAttempts" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="maxLockoutTime" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="numFailedAttribute" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lastFailedAttribute" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lastSucceedAttribute" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="updateAttributesWorkflow" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="uidAttributeName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the lastFailedAttribute property.Gets the value of the lastSucceedAttribute property.Gets the value of the maxFailedAttempts property.Gets the value of the maxLockoutTime property.Gets the value of the numFailedAttribute property.Gets the value of the uidAttributeName property.Gets the value of the updateAttributesWorkflow property.boolean
Gets the value of the enabled property.void
setEnabled
(Boolean value) Sets the value of the enabled property.void
setLastFailedAttribute
(String value) Sets the value of the lastFailedAttribute property.void
setLastSucceedAttribute
(String value) Sets the value of the lastSucceedAttribute property.void
setMaxFailedAttempts
(Integer value) Sets the value of the maxFailedAttempts property.void
setMaxLockoutTime
(Long value) Sets the value of the maxLockoutTime property.void
setNumFailedAttribute
(String value) Sets the value of the numFailedAttribute property.void
setUidAttributeName
(String value) Sets the value of the uidAttributeName property.void
Sets the value of the updateAttributesWorkflow property.
-
Field Details
-
enabled
-
maxFailedAttempts
-
maxLockoutTime
-
numFailedAttribute
-
lastFailedAttribute
-
lastSucceedAttribute
-
updateAttributesWorkflow
-
uidAttributeName
-
-
Constructor Details
-
AuthLockoutType
public AuthLockoutType()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
-
getMaxFailedAttempts
-
setMaxFailedAttempts
-
getMaxLockoutTime
-
setMaxLockoutTime
-
getNumFailedAttribute
-
setNumFailedAttribute
-
getLastFailedAttribute
-
setLastFailedAttribute
-
getLastSucceedAttribute
-
setLastSucceedAttribute
-
getUpdateAttributesWorkflow
-
setUpdateAttributesWorkflow
-
getUidAttributeName
-
setUidAttributeName
-