org.apache.cxf.transport.https
Class CertConstraintsFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.transport.https.CertConstraintsFeature
- All Implemented Interfaces:
- org.apache.cxf.feature.Feature
public class CertConstraintsFeature
- extends org.apache.cxf.feature.AbstractFeature
.*CN=(Bethal|Gordy).*
.*O=ApacheTest.*
.........
]]>
|
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 |
CertConstraintsFeature
public CertConstraintsFeature()
initialize
public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
- Specified by:
initialize in interface org.apache.cxf.feature.Feature- Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature
initialize
public void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
- Specified by:
initialize in interface org.apache.cxf.feature.Feature- Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature
initialize
public void initialize(org.apache.cxf.Bus bus)
- Specified by:
initialize in interface org.apache.cxf.feature.Feature- 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