| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.configuration.security.ClientAuthentication
public class ClientAuthentication
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://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  java.lang.Boolean | required | 
| protected  java.lang.Boolean | want | 
| Constructor Summary | |
|---|---|
| ClientAuthentication() | |
| Method Summary | |
|---|---|
|  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. | 
|  void | unsetRequired() | 
|  void | unsetWant() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected java.lang.Boolean want
protected java.lang.Boolean required
| Constructor Detail | 
|---|
public ClientAuthentication()
| Method Detail | 
|---|
public boolean isWant()
Booleanpublic void setWant(boolean value)
value - allowed object is
     Booleanpublic boolean isSetWant()
public void unsetWant()
public boolean isRequired()
Booleanpublic void setRequired(boolean value)
value - allowed object is
     Booleanpublic boolean isSetRequired()
public void unsetRequired()
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||