Class TremoloType

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

public class TremoloType extends Object
The base configuration type for Unison

Java class for tremoloType complex type.

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

 <complexType name="tremoloType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applications" type="{http://www.tremolosecurity.com/tremoloConfig}applicationsType"/>
         <element name="myvdConfig" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="authMechs" type="{http://www.tremolosecurity.com/tremoloConfig}authMechTypes"/>
         <element name="authChains" type="{http://www.tremolosecurity.com/tremoloConfig}authChainsType"/>
         <element name="customAzRules" type="{http://www.tremolosecurity.com/tremoloConfig}customAzRulesType" minOccurs="0"/>
         <element name="resultGroups" type="{http://www.tremolosecurity.com/tremoloConfig}resultGroupsType"/>
         <element name="keyStorePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="keyStorePassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="provisioning" type="{http://www.tremolosecurity.com/tremoloConfig}provisioningType" minOccurs="0"/>
         <element name="notifications" type="{http://www.tremolosecurity.com/tremoloConfig}notificationsType" minOccurs="0"/>
       </sequence>
       <attribute name="ldapRoot" type="{http://www.w3.org/2001/XMLSchema}string" default="o=Tremolo" />
       <attribute name="groupObjectClass" type="{http://www.w3.org/2001/XMLSchema}string" default="groupOfUniqueNames" />
       <attribute name="groupMemberAttribute" type="{http://www.w3.org/2001/XMLSchema}string" default="uniqueMember" />
       <attribute name="userObjectClass" type="{http://www.w3.org/2001/XMLSchema}string" default="inetOrgPerson" />
       <attribute name="threadsPerRoute" type="{http://www.w3.org/2001/XMLSchema}integer" default="6" />
       <attribute name="upgradeHandler" type="{http://www.w3.org/2001/XMLSchema}string" default="com.tremolosecurity.proxy.undertow.UndertowUpgradeRequestManager" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TremoloType

      public TremoloType()
  • Method Details

    • getApplications

      public ApplicationsType getApplications()
      Gets the value of the applications property.
      Returns:
      possible object is ApplicationsType
    • setApplications

      public void setApplications(ApplicationsType value)
      Sets the value of the applications property.
      Parameters:
      value - allowed object is ApplicationsType
    • getMyvdConfig

      public String getMyvdConfig()
      Gets the value of the myvdConfig property.
      Returns:
      possible object is String
    • setMyvdConfig

      public void setMyvdConfig(String value)
      Sets the value of the myvdConfig property.
      Parameters:
      value - allowed object is String
    • getAuthMechs

      public AuthMechTypes getAuthMechs()
      Gets the value of the authMechs property.
      Returns:
      possible object is AuthMechTypes
    • setAuthMechs

      public void setAuthMechs(AuthMechTypes value)
      Sets the value of the authMechs property.
      Parameters:
      value - allowed object is AuthMechTypes
    • getAuthChains

      public AuthChainsType getAuthChains()
      Gets the value of the authChains property.
      Returns:
      possible object is AuthChainsType
    • setAuthChains

      public void setAuthChains(AuthChainsType value)
      Sets the value of the authChains property.
      Parameters:
      value - allowed object is AuthChainsType
    • getCustomAzRules

      public CustomAzRulesType getCustomAzRules()
      Gets the value of the customAzRules property.
      Returns:
      possible object is CustomAzRulesType
    • setCustomAzRules

      public void setCustomAzRules(CustomAzRulesType value)
      Sets the value of the customAzRules property.
      Parameters:
      value - allowed object is CustomAzRulesType
    • getResultGroups

      public ResultGroupsType getResultGroups()
      Gets the value of the resultGroups property.
      Returns:
      possible object is ResultGroupsType
    • setResultGroups

      public void setResultGroups(ResultGroupsType value)
      Sets the value of the resultGroups property.
      Parameters:
      value - allowed object is ResultGroupsType
    • getKeyStorePath

      public String getKeyStorePath()
      Gets the value of the keyStorePath property.
      Returns:
      possible object is String
    • setKeyStorePath

      public void setKeyStorePath(String value)
      Sets the value of the keyStorePath property.
      Parameters:
      value - allowed object is String
    • getKeyStorePassword

      public String getKeyStorePassword()
      Gets the value of the keyStorePassword property.
      Returns:
      possible object is String
    • setKeyStorePassword

      public void setKeyStorePassword(String value)
      Sets the value of the keyStorePassword property.
      Parameters:
      value - allowed object is String
    • getProvisioning

      public ProvisioningType getProvisioning()
      Gets the value of the provisioning property.
      Returns:
      possible object is ProvisioningType
    • setProvisioning

      public void setProvisioning(ProvisioningType value)
      Sets the value of the provisioning property.
      Parameters:
      value - allowed object is ProvisioningType
    • getNotifications

      public NotificationsType getNotifications()
      Gets the value of the notifications property.
      Returns:
      possible object is NotificationsType
    • setNotifications

      public void setNotifications(NotificationsType value)
      Sets the value of the notifications property.
      Parameters:
      value - allowed object is NotificationsType
    • getLdapRoot

      public String getLdapRoot()
      Gets the value of the ldapRoot property.
      Returns:
      possible object is String
    • setLdapRoot

      public void setLdapRoot(String value)
      Sets the value of the ldapRoot property.
      Parameters:
      value - allowed object is String
    • getGroupObjectClass

      public String getGroupObjectClass()
      Gets the value of the groupObjectClass property.
      Returns:
      possible object is String
    • setGroupObjectClass

      public void setGroupObjectClass(String value)
      Sets the value of the groupObjectClass property.
      Parameters:
      value - allowed object is String
    • getGroupMemberAttribute

      public String getGroupMemberAttribute()
      Gets the value of the groupMemberAttribute property.
      Returns:
      possible object is String
    • setGroupMemberAttribute

      public void setGroupMemberAttribute(String value)
      Sets the value of the groupMemberAttribute property.
      Parameters:
      value - allowed object is String
    • getUserObjectClass

      public String getUserObjectClass()
      Gets the value of the userObjectClass property.
      Returns:
      possible object is String
    • setUserObjectClass

      public void setUserObjectClass(String value)
      Sets the value of the userObjectClass property.
      Parameters:
      value - allowed object is String
    • getThreadsPerRoute

      public BigInteger getThreadsPerRoute()
      Gets the value of the threadsPerRoute property.
      Returns:
      possible object is BigInteger
    • setThreadsPerRoute

      public void setThreadsPerRoute(BigInteger value)
      Sets the value of the threadsPerRoute property.
      Parameters:
      value - allowed object is BigInteger
    • getUpgradeHandler

      public String getUpgradeHandler()
      Gets the value of the upgradeHandler property.
      Returns:
      possible object is String
    • setUpgradeHandler

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