public class ClientAuthentication extends Object
Java class for ClientAuthentication complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ClientAuthentication">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="want" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
       <attribute name="required" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Boolean | required | 
| protected Boolean | want | 
| Constructor and Description | 
|---|
| ClientAuthentication() | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | isRequired()Gets the value of the required property. | 
| boolean | isSetRequired() | 
| boolean | isSetWant() | 
| Boolean | isWant()Gets the value of the want property. | 
| void | setRequired(Boolean value)Sets the value of the required property. | 
| void | setWant(Boolean value)Sets the value of the want property. | 
public Boolean isWant()
Booleanpublic void setWant(Boolean value)
value - allowed object is
     Booleanpublic boolean isSetWant()
public Boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
     Booleanpublic boolean isSetRequired()
Copyright © 2016 JBoss by Red Hat. All rights reserved.