Apache CXF API

org.apache.cxf.configuration.security
Class ClientAuthentication

java.lang.Object
  extended by org.apache.cxf.configuration.security.ClientAuthentication

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>
 


Field Summary
protected  Boolean required
          This attribute specifies if client authentication should be required.
protected  Boolean want
          This attribute specifies if client authentication should be requested.
 
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

want

protected Boolean want
This attribute specifies if client authentication should be requested.


required

protected Boolean required
This attribute specifies if client authentication should be required.

Constructor Detail

ClientAuthentication

public ClientAuthentication()
Method Detail

setWant

public void setWant(boolean value)
Sets the value of the want property.

See Also:
isWant()

unsetWant

public void unsetWant()

isSetWant

public boolean isSetWant()

isWant

public boolean isWant()
Gets the value of the want property.

This attribute specifies if client authentication should be requested.


setRequired

public void setRequired(boolean value)
Sets the value of the required property.

See Also:
isRequired()

unsetRequired

public void unsetRequired()

isSetRequired

public boolean isSetRequired()

isRequired

public boolean isRequired()
Gets the value of the required property.

This attribute specifies if client authentication should be required.


Apache CXF API

Apache CXF