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
This attribute specifies if client authentication should be required.
|
protected Boolean |
want
This attribute specifies if client authentication should be requested.
|
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.
|
void |
unsetRequired() |
void |
unsetWant() |
protected Boolean want
protected Boolean required
public void setWant(boolean value)
isWant()
public void unsetWant()
public boolean isSetWant()
public boolean isWant()
This attribute specifies if client authentication should be requested.
public void setRequired(boolean value)
isRequired()
public void unsetRequired()
public boolean isSetRequired()
public boolean isRequired()
This attribute specifies if client authentication should be required.
Apache CXF