Class CertConstraintsFeature

java.lang.Object
jakarta.xml.ws.WebServiceFeature
All Implemented Interfaces:
AbstractPortableFeature, Feature

public class CertConstraintsFeature extends DelegatingFeature<CertConstraintsFeature.Portable>
 <![CDATA[
    <jaxws:endpoint ...>
      <jaxws:features>
       
           
               
                   
                       
                           
                               
                                   .*CN=(Bethal|Gordy).*
                                   .*O=ApacheTest.*
                               
                           
                       
                   
                   .........
               
           
       
      </jaxws:features>
    </jaxws:endpoint>
  ]]>
  
  • Constructor Details

    • CertConstraintsFeature

      public CertConstraintsFeature()
  • Method Details

    • setCertificateConstraints

      public void setCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c)
    • getCertificateConstraints

      public org.apache.cxf.configuration.security.CertificateConstraintsType getCertificateConstraints()