public class CertConstraintsFeature
extends org.apache.cxf.feature.AbstractFeature
.*CN=(Bethal|Gordy).*
.*O=ApacheTest.*
.........
]]>
| Constructor and Description |
|---|
CertConstraintsFeature() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeatureprotected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
initializeProvider in class org.apache.cxf.feature.AbstractFeaturepublic void setCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c)
public org.apache.cxf.configuration.security.CertificateConstraintsType getCertificateConstraints()
Apache CXF