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
Fields -
Constructor Summary
Constructors -
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.booleanGets the value of the enabled property.voidsetEnabled(Boolean value) Sets the value of the enabled property.voidsetLastFailedAttribute(String value) Sets the value of the lastFailedAttribute property.voidsetLastSucceedAttribute(String value) Sets the value of the lastSucceedAttribute property.voidsetMaxFailedAttempts(Integer value) Sets the value of the maxFailedAttempts property.voidsetMaxLockoutTime(Long value) Sets the value of the maxLockoutTime property.voidsetNumFailedAttribute(String value) Sets the value of the numFailedAttribute property.voidsetUidAttributeName(String value) Sets the value of the uidAttributeName property.voidSets 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
-