Class AuthMechType

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

public class AuthMechType extends Object
Implementation of an authentication mechanism for this chain

Java class for authMechType complex type.

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

 <complexType name="authMechType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="required">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="sufficient"/>
               <enumeration value="required"/>
             </restriction>
           </simpleType>
         </element>
         <element name="params" type="{http://www.tremolosecurity.com/tremoloConfig}authMechParamType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AuthMechType

      public AuthMechType()
  • Method Details

    • 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
    • getRequired

      public String getRequired()
      Gets the value of the required property.
      Returns:
      possible object is String
    • setRequired

      public void setRequired(String value)
      Sets the value of the required property.
      Parameters:
      value - allowed object is String
    • getParams

      public AuthMechParamType getParams()
      Gets the value of the params property.
      Returns:
      possible object is AuthMechParamType
    • setParams

      public void setParams(AuthMechParamType value)
      Sets the value of the params property.
      Parameters:
      value - allowed object is AuthMechParamType