Class AuthMechTypes

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

public class AuthMechTypes extends Object
List of authentication mechanisms for this chain

Java class for authMechTypes complex type.

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

 <complexType name="authMechTypes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dynamicAuthMechs" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicPortalUrlsType" minOccurs="0"/>
         <element name="mechanism" type="{http://www.tremolosecurity.com/tremoloConfig}mechanismType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • AuthMechTypes

      public AuthMechTypes()
  • Method Details

    • getDynamicAuthMechs

      public DynamicPortalUrlsType getDynamicAuthMechs()
      Gets the value of the dynamicAuthMechs property.
      Returns:
      possible object is DynamicPortalUrlsType
    • setDynamicAuthMechs

      public void setDynamicAuthMechs(DynamicPortalUrlsType value)
      Sets the value of the dynamicAuthMechs property.
      Parameters:
      value - allowed object is DynamicPortalUrlsType
    • getMechanism

      public List<MechanismType> getMechanism()
      Gets the value of the mechanism 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 mechanism property.

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

          getMechanism().add(newItem);
       

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