Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.CertificateConstraintsType

Packages that use CertificateConstraintsType
org.apache.cxf.configuration.jsse   
org.apache.cxf.configuration.security   
 

Uses of CertificateConstraintsType in org.apache.cxf.configuration.jsse
 

Fields in org.apache.cxf.configuration.jsse declared as CertificateConstraintsType
protected  CertificateConstraintsType TLSParameterBase.certConstraints
           
 

Methods in org.apache.cxf.configuration.jsse that return CertificateConstraintsType
 CertificateConstraintsType TLSParameterBase.getCertConstraints()
          Get the certificate constraints type
 

Methods in org.apache.cxf.configuration.jsse with parameters of type CertificateConstraintsType
 void TLSParameterBase.setCertConstraints(CertificateConstraintsType constraints)
          Set the certificate constraints type
 

Uses of CertificateConstraintsType in org.apache.cxf.configuration.security
 

Fields in org.apache.cxf.configuration.security declared as CertificateConstraintsType
protected  CertificateConstraintsType TLSClientParametersType.certConstraints
          This element contains the Certificate Constraints specification.
protected  CertificateConstraintsType TLSServerParametersType.certConstraints
          This element contains the Certificate Constraints specification.
 

Methods in org.apache.cxf.configuration.security that return CertificateConstraintsType
 CertificateConstraintsType ObjectFactory.createCertificateConstraintsType()
          Create an instance of CertificateConstraintsType
 CertificateConstraintsType TLSClientParametersType.getCertConstraints()
          Gets the value of the certConstraints property.
 CertificateConstraintsType TLSServerParametersType.getCertConstraints()
          Gets the value of the certConstraints property.
 

Methods in org.apache.cxf.configuration.security with parameters of type CertificateConstraintsType
 void TLSClientParametersType.setCertConstraints(CertificateConstraintsType value)
          Sets the value of the certConstraints property.
 void TLSServerParametersType.setCertConstraints(CertificateConstraintsType value)
          Sets the value of the certConstraints property.
 


Apache CXF API

Apache CXF