Class ClientAuthentication
java.lang.Object
org.apache.cxf.configuration.security.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://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
<attribute name="required" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the required property.booleanbooleanisWant()Gets the value of the want property.voidsetRequired(Boolean value) Sets the value of the required property.voidSets the value of the want property.
-
Field Details
-
want
This attribute specifies if client authentication should be requested. -
required
This attribute specifies if client authentication should be required.
-
-
Constructor Details
-
ClientAuthentication
public ClientAuthentication()
-
-
Method Details
-
isWant
Gets the value of the want property.This attribute specifies if client authentication should be requested.
- Returns:
- possible object is
Boolean
-
setWant
Sets the value of the want property. -
isSetWant
public boolean isSetWant() -
isRequired
Gets the value of the required property.This attribute specifies if client authentication should be required.
- Returns:
- possible object is
Boolean
-
setRequired
Sets the value of the required property.- Parameters:
value- allowed object isBoolean- See Also:
-
isSetRequired
public boolean isSetRequired()
-