Class AuthLockoutType

java.lang.Object
com.tremolosecurity.config.xml.AuthLockoutType

public class AuthLockoutType extends Object
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 Details

    • enabled

      protected Boolean enabled
    • maxFailedAttempts

      protected Integer maxFailedAttempts
    • maxLockoutTime

      protected Long maxLockoutTime
    • numFailedAttribute

      protected String numFailedAttribute
    • lastFailedAttribute

      protected String lastFailedAttribute
    • lastSucceedAttribute

      protected String lastSucceedAttribute
    • updateAttributesWorkflow

      protected String updateAttributesWorkflow
    • uidAttributeName

      protected String 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

      public void setEnabled(Boolean value)
      Sets the value of the enabled property.
      Parameters:
      value - allowed object is Boolean
    • getMaxFailedAttempts

      public Integer getMaxFailedAttempts()
      Gets the value of the maxFailedAttempts property.
      Returns:
      possible object is Integer
    • setMaxFailedAttempts

      public void setMaxFailedAttempts(Integer value)
      Sets the value of the maxFailedAttempts property.
      Parameters:
      value - allowed object is Integer
    • getMaxLockoutTime

      public Long getMaxLockoutTime()
      Gets the value of the maxLockoutTime property.
      Returns:
      possible object is Long
    • setMaxLockoutTime

      public void setMaxLockoutTime(Long value)
      Sets the value of the maxLockoutTime property.
      Parameters:
      value - allowed object is Long
    • getNumFailedAttribute

      public String getNumFailedAttribute()
      Gets the value of the numFailedAttribute property.
      Returns:
      possible object is String
    • setNumFailedAttribute

      public void setNumFailedAttribute(String value)
      Sets the value of the numFailedAttribute property.
      Parameters:
      value - allowed object is String
    • getLastFailedAttribute

      public String getLastFailedAttribute()
      Gets the value of the lastFailedAttribute property.
      Returns:
      possible object is String
    • setLastFailedAttribute

      public void setLastFailedAttribute(String value)
      Sets the value of the lastFailedAttribute property.
      Parameters:
      value - allowed object is String
    • getLastSucceedAttribute

      public String getLastSucceedAttribute()
      Gets the value of the lastSucceedAttribute property.
      Returns:
      possible object is String
    • setLastSucceedAttribute

      public void setLastSucceedAttribute(String value)
      Sets the value of the lastSucceedAttribute property.
      Parameters:
      value - allowed object is String
    • getUpdateAttributesWorkflow

      public String getUpdateAttributesWorkflow()
      Gets the value of the updateAttributesWorkflow property.
      Returns:
      possible object is String
    • setUpdateAttributesWorkflow

      public void setUpdateAttributesWorkflow(String value)
      Sets the value of the updateAttributesWorkflow property.
      Parameters:
      value - allowed object is String
    • getUidAttributeName

      public String getUidAttributeName()
      Gets the value of the uidAttributeName property.
      Returns:
      possible object is String
    • setUidAttributeName

      public void setUidAttributeName(String value)
      Sets the value of the uidAttributeName property.
      Parameters:
      value - allowed object is String