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
Modifier and TypeFieldDescriptionprotected List
<AuthMechType> protected AuthLockoutType
protected Boolean
protected Integer
protected String
protected String
-
Constructor Summary
-
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.boolean
Gets the value of the finishOnRequiredSucess property.void
setCompliance
(AuthLockoutType value) Sets the value of the compliance property.void
setFinishOnRequiredSucess
(Boolean value) Sets the value of the finishOnRequiredSucess property.void
Sets the value of the level property.void
Sets the value of the name property.void
Sets 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
set
method 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
-