Class TremoloType
java.lang.Object
com.tremolosecurity.config.xml.TremoloType
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 Summary
Modifier and TypeFieldDescriptionprotected ApplicationsType
protected AuthChainsType
protected AuthMechTypes
protected CustomAzRulesType
protected String
protected String
protected String
protected String
protected String
protected String
protected NotificationsType
protected ProvisioningType
protected ResultGroupsType
protected BigInteger
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applications property.Gets the value of the authChains property.Gets the value of the authMechs property.Gets the value of the customAzRules property.Gets the value of the groupMemberAttribute property.Gets the value of the groupObjectClass property.Gets the value of the keyStorePassword property.Gets the value of the keyStorePath property.Gets the value of the ldapRoot property.Gets the value of the myvdConfig property.Gets the value of the notifications property.Gets the value of the provisioning property.Gets the value of the resultGroups property.Gets the value of the threadsPerRoute property.Gets the value of the upgradeHandler property.Gets the value of the userObjectClass property.void
setApplications
(ApplicationsType value) Sets the value of the applications property.void
setAuthChains
(AuthChainsType value) Sets the value of the authChains property.void
setAuthMechs
(AuthMechTypes value) Sets the value of the authMechs property.void
Sets the value of the customAzRules property.void
setGroupMemberAttribute
(String value) Sets the value of the groupMemberAttribute property.void
setGroupObjectClass
(String value) Sets the value of the groupObjectClass property.void
setKeyStorePassword
(String value) Sets the value of the keyStorePassword property.void
setKeyStorePath
(String value) Sets the value of the keyStorePath property.void
setLdapRoot
(String value) Sets the value of the ldapRoot property.void
setMyvdConfig
(String value) Sets the value of the myvdConfig property.void
Sets the value of the notifications property.void
setProvisioning
(ProvisioningType value) Sets the value of the provisioning property.void
setResultGroups
(ResultGroupsType value) Sets the value of the resultGroups property.void
setThreadsPerRoute
(BigInteger value) Sets the value of the threadsPerRoute property.void
setUpgradeHandler
(String value) Sets the value of the upgradeHandler property.void
setUserObjectClass
(String value) Sets the value of the userObjectClass property.
-
Field Details
-
applications
-
myvdConfig
-
authMechs
-
authChains
-
customAzRules
-
resultGroups
-
keyStorePath
-
keyStorePassword
-
provisioning
-
notifications
-
ldapRoot
-
groupObjectClass
-
groupMemberAttribute
-
userObjectClass
-
threadsPerRoute
-
upgradeHandler
-
-
Constructor Details
-
TremoloType
public TremoloType()
-
-
Method Details
-
getApplications
Gets the value of the applications property.- Returns:
- possible object is
ApplicationsType
-
setApplications
Sets the value of the applications property.- Parameters:
value
- allowed object isApplicationsType
-
getMyvdConfig
-
setMyvdConfig
-
getAuthMechs
Gets the value of the authMechs property.- Returns:
- possible object is
AuthMechTypes
-
setAuthMechs
Sets the value of the authMechs property.- Parameters:
value
- allowed object isAuthMechTypes
-
getAuthChains
Gets the value of the authChains property.- Returns:
- possible object is
AuthChainsType
-
setAuthChains
Sets the value of the authChains property.- Parameters:
value
- allowed object isAuthChainsType
-
getCustomAzRules
Gets the value of the customAzRules property.- Returns:
- possible object is
CustomAzRulesType
-
setCustomAzRules
Sets the value of the customAzRules property.- Parameters:
value
- allowed object isCustomAzRulesType
-
getResultGroups
Gets the value of the resultGroups property.- Returns:
- possible object is
ResultGroupsType
-
setResultGroups
Sets the value of the resultGroups property.- Parameters:
value
- allowed object isResultGroupsType
-
getKeyStorePath
-
setKeyStorePath
-
getKeyStorePassword
-
setKeyStorePassword
-
getProvisioning
Gets the value of the provisioning property.- Returns:
- possible object is
ProvisioningType
-
setProvisioning
Sets the value of the provisioning property.- Parameters:
value
- allowed object isProvisioningType
-
getNotifications
Gets the value of the notifications property.- Returns:
- possible object is
NotificationsType
-
setNotifications
Sets the value of the notifications property.- Parameters:
value
- allowed object isNotificationsType
-
getLdapRoot
-
setLdapRoot
-
getGroupObjectClass
-
setGroupObjectClass
-
getGroupMemberAttribute
-
setGroupMemberAttribute
-
getUserObjectClass
-
setUserObjectClass
-
getThreadsPerRoute
Gets the value of the threadsPerRoute property.- Returns:
- possible object is
BigInteger
-
setThreadsPerRoute
Sets the value of the threadsPerRoute property.- Parameters:
value
- allowed object isBigInteger
-
getUpgradeHandler
-
setUpgradeHandler
-