Package org.apache.cxf.transport.https
Class CertConstraintsFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<CertConstraintsFeature.Portable>
org.apache.cxf.transport.https.CertConstraintsFeature
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
public class CertConstraintsFeature
extends org.apache.cxf.feature.DelegatingFeature<CertConstraintsFeature.Portable>
<![CDATA[
<jaxws:endpoint ...>
<jaxws:features>
.*CN=(Bethal|Gordy).*
.*O=ApacheTest.*
.........
</jaxws:features>
</jaxws:endpoint>
]]>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegateFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.cxf.configuration.security.CertificateConstraintsTypevoidsetCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c) Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegateMethods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
Constructor Details
-
CertConstraintsFeature
public CertConstraintsFeature()
-
-
Method Details
-
setCertificateConstraints
public void setCertificateConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType c) -
getCertificateConstraints
public org.apache.cxf.configuration.security.CertificateConstraintsType getCertificateConstraints()
-