Class 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 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

      • isWant

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

        This attribute specifies if client authentication should be requested.

        Returns:
        possible object is Boolean
      • setWant

        public void setWant​(Boolean value)
        Sets the value of the want property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isWant()
      • isSetWant

        public boolean isSetWant()
      • isRequired

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

        This attribute specifies if client authentication should be required.

        Returns:
        possible object is Boolean
      • setRequired

        public void setRequired​(Boolean value)
        Sets the value of the required property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isRequired()
      • isSetRequired

        public boolean isSetRequired()