Package org.apache.cxf.transport.https
Class CertConstraintsFeature.Portable
java.lang.Object
org.apache.cxf.transport.https.CertConstraintsFeature.Portable
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Enclosing class:
- CertConstraintsFeature
public static class CertConstraintsFeature.Portable
extends Object
implements AbstractPortableFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoInitializeProvider(InterceptorProvider provider, Bus bus) org.apache.cxf.configuration.security.CertificateConstraintsTypevoidinitialize(Bus bus) voidinitialize(Client client, Bus bus) voidinitialize(Server server, Bus bus) voidsetCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize
-
Constructor Details
-
Portable
public Portable()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceAbstractPortableFeature- Specified by:
initializein interfaceFeature
-
initialize
- Specified by:
initializein interfaceAbstractPortableFeature- Specified by:
initializein interfaceFeature
-
initialize
- Specified by:
initializein interfaceAbstractPortableFeature- Specified by:
initializein interfaceFeature
-
doInitializeProvider
- Specified by:
doInitializeProviderin interfaceAbstractPortableFeature
-
setCertificateConstraints
public void setCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c) -
getCertificateConstraints
public org.apache.cxf.configuration.security.CertificateConstraintsType getCertificateConstraints()
-