Class AuthMechType
java.lang.Object
com.tremolosecurity.config.xml.AuthMechType
Implementation of an authentication mechanism for this
chain
Java class for authMechType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="authMechType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="sufficient"/> <enumeration value="required"/> </restriction> </simpleType> </element> <element name="params" type="{http://www.tremolosecurity.com/tremoloConfig}authMechParamType"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.Gets the value of the params property.Gets the value of the required property.void
Sets the value of the name property.void
setParams
(AuthMechParamType value) Sets the value of the params property.void
setRequired
(String value) Sets the value of the required property.
-
Field Details
-
name
-
required
-
params
-
-
Constructor Details
-
AuthMechType
public AuthMechType()
-
-
Method Details
-
getName
-
setName
-
getRequired
-
setRequired
-
getParams
Gets the value of the params property.- Returns:
- possible object is
AuthMechParamType
-
setParams
Sets the value of the params property.- Parameters:
value
- allowed object isAuthMechParamType
-