Class CertConstraintsFeature

  • All Implemented Interfaces:
    org.apache.cxf.feature.AbstractPortableFeature, org.apache.cxf.feature.Feature

    public class CertConstraintsFeature
    extends org.apache.cxf.feature.DelegatingFeature<CertConstraintsFeature.Portable>
     
          
           
               
                   
                       
                           
                               
                                   
                                       .*CN=(Bethal|Gordy).*
                                       .*O=ApacheTest.*
                                   
                               
                           
                       
                       .........
                   
               
           
          
        
      ]]>
      
    • Constructor Detail

      • CertConstraintsFeature

        public CertConstraintsFeature()
    • Method Detail

      • setCertificateConstraints

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

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