Package org.apache.cxf.transport.https
Class CertConstraintsFeature.Portable
- java.lang.Object
-
- org.apache.cxf.transport.https.CertConstraintsFeature.Portable
-
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
- Enclosing class:
- CertConstraintsFeature
public static class CertConstraintsFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
-
-
Constructor Summary
Constructors Constructor Description Portable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)org.apache.cxf.configuration.security.CertificateConstraintsTypegetCertificateConstraints()voidinitialize(org.apache.cxf.Bus bus)voidinitialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)voidinitialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)voidsetCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c)
-
-
-
Method Detail
-
initialize
public void initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)- Specified by:
initializein interfaceorg.apache.cxf.feature.AbstractPortableFeature- Specified by:
initializein interfaceorg.apache.cxf.feature.Feature
-
initialize
public void initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)- Specified by:
initializein interfaceorg.apache.cxf.feature.AbstractPortableFeature- Specified by:
initializein interfaceorg.apache.cxf.feature.Feature
-
initialize
public void initialize(org.apache.cxf.Bus bus)
- Specified by:
initializein interfaceorg.apache.cxf.feature.AbstractPortableFeature- Specified by:
initializein interfaceorg.apache.cxf.feature.Feature
-
doInitializeProvider
public void doInitializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)- Specified by:
doInitializeProviderin interfaceorg.apache.cxf.feature.AbstractPortableFeature
-
setCertificateConstraints
public void setCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c)
-
getCertificateConstraints
public org.apache.cxf.configuration.security.CertificateConstraintsType getCertificateConstraints()
-
-