org.apache.cxf.transport.https
Class CertConstraintsFeature

java.lang.Object
  extended by org.apache.cxf.feature.AbstractFeature
      extended by org.apache.cxf.transport.https.CertConstraintsFeature

public class CertConstraintsFeature
extends org.apache.cxf.feature.AbstractFeature

 
      
       
           
               
                   
                       
                           
                               
                                   .*CN=(Bethal|Gordy).*
                                   .*O=ApacheTest.*
                               
                           
                       
                   
                   .........
               
           
       
      
    
  ]]>
  


Constructor Summary
CertConstraintsFeature()
           
 
Method Summary
 org.apache.cxf.configuration.security.CertificateConstraintsType getCertificateConstraints()
           
 void initialize(org.apache.cxf.Bus bus)
           
 void initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)
           
 void initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)
           
protected  void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)
           
 void setCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c)
           
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertConstraintsFeature

public CertConstraintsFeature()
Method Detail

initialize

public void initialize(org.apache.cxf.endpoint.Server server,
                       org.apache.cxf.Bus bus)
Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature

initialize

public void initialize(org.apache.cxf.endpoint.Client client,
                       org.apache.cxf.Bus bus)
Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature

initialize

public void initialize(org.apache.cxf.Bus bus)
Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature

initializeProvider

protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
                                  org.apache.cxf.Bus bus)
Overrides:
initializeProvider in class org.apache.cxf.feature.AbstractFeature

setCertificateConstraints

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

getCertificateConstraints

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


Apache CXF