Class AuthChainType

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

public class AuthChainType extends Object
Configuration of a chain of authentication mechanisms

Java class for authChainType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="authChainType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="compliance" type="{http://www.tremolosecurity.com/tremoloConfig}authLockoutType" minOccurs="0"/>
         <element name="authMech" type="{http://www.tremolosecurity.com/tremoloConfig}authMechType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="level" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="finishOnRequiredSucess" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="root" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AuthChainType

      public AuthChainType()
  • Method Details

    • getCompliance

      public AuthLockoutType getCompliance()
      Gets the value of the compliance property.
      Returns:
      possible object is AuthLockoutType
    • setCompliance

      public void setCompliance(AuthLockoutType value)
      Sets the value of the compliance property.
      Parameters:
      value - allowed object is AuthLockoutType
    • getAuthMech

      public List<AuthMechType> getAuthMech()
      Gets the value of the authMech property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the authMech property.

      For example, to add a new item, do as follows:

          getAuthMech().add(newItem);
       

      Objects of the following type(s) are allowed in the list AuthMechType

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getLevel

      public Integer getLevel()
      Gets the value of the level property.
      Returns:
      possible object is Integer
    • setLevel

      public void setLevel(Integer value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is Integer
    • isFinishOnRequiredSucess

      public boolean isFinishOnRequiredSucess()
      Gets the value of the finishOnRequiredSucess property.
      Returns:
      possible object is Boolean
    • setFinishOnRequiredSucess

      public void setFinishOnRequiredSucess(Boolean value)
      Sets the value of the finishOnRequiredSucess property.
      Parameters:
      value - allowed object is Boolean
    • getRoot

      public String getRoot()
      Gets the value of the root property.
      Returns:
      possible object is String
    • setRoot

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