public class ClientAuthentication
extends java.lang.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 java.lang.Boolean |
required
This attribute specifies if client authentication should be required.
|
protected java.lang.Boolean |
want
This attribute specifies if client authentication should be requested.
|
| Constructor and Description |
|---|
ClientAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isRequired()
Gets the value of the required property.
|
boolean |
isSetRequired() |
boolean |
isSetWant() |
java.lang.Boolean |
isWant()
Gets the value of the want property.
|
void |
setRequired(java.lang.Boolean value)
Sets the value of the required property.
|
void |
setWant(java.lang.Boolean value)
Sets the value of the want property.
|
protected java.lang.Boolean want
protected java.lang.Boolean required
public java.lang.Boolean isWant()
This attribute specifies if client authentication should be requested.
Booleanpublic void setWant(java.lang.Boolean value)
value - allowed object is
BooleanisWant()public boolean isSetWant()
public java.lang.Boolean isRequired()
This attribute specifies if client authentication should be required.
Booleanpublic void setRequired(java.lang.Boolean value)
value - allowed object is
BooleanisRequired()public boolean isSetRequired()