Class AuthChainType
java.lang.Object
com.tremolosecurity.config.xml.AuthChainType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<AuthMechType> protected AuthLockoutTypeprotected Booleanprotected Integerprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authMech property.Gets the value of the compliance property.getLevel()Gets the value of the level property.getName()Gets the value of the name property.getRoot()Gets the value of the root property.booleanGets the value of the finishOnRequiredSucess property.voidsetCompliance(AuthLockoutType value) Sets the value of the compliance property.voidsetFinishOnRequiredSucess(Boolean value) Sets the value of the finishOnRequiredSucess property.voidSets the value of the level property.voidSets the value of the name property.voidSets the value of the root property.
-
Field Details
-
compliance
-
authMech
-
name
-
level
-
finishOnRequiredSucess
-
root
-
-
Constructor Details
-
AuthChainType
public AuthChainType()
-
-
Method Details
-
getCompliance
Gets the value of the compliance property.- Returns:
- possible object is
AuthLockoutType
-
setCompliance
Sets the value of the compliance property.- Parameters:
value- allowed object isAuthLockoutType
-
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
setmethod 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
-
setName
-
getLevel
-
setLevel
-
isFinishOnRequiredSucess
public boolean isFinishOnRequiredSucess()Gets the value of the finishOnRequiredSucess property.- Returns:
- possible object is
Boolean
-
setFinishOnRequiredSucess
-
getRoot
-
setRoot
-