Uses of Class
org.apache.cxf.configuration.security.CertificateConstraintsType
Packages that use CertificateConstraintsType
-
Uses of CertificateConstraintsType in org.apache.cxf.configuration.jsse
Fields in org.apache.cxf.configuration.jsse declared as CertificateConstraintsTypeModifier and TypeFieldDescriptionprotected CertificateConstraintsTypeTLSParameterBase.certConstraintsMethods in org.apache.cxf.configuration.jsse that return CertificateConstraintsTypeModifier and TypeMethodDescriptionTLSParameterBase.getCertConstraints()Get the certificate constraints typeMethods in org.apache.cxf.configuration.jsse with parameters of type CertificateConstraintsTypeModifier and TypeMethodDescriptionfinal voidTLSParameterBase.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 CertificateConstraintsTypeModifier and TypeFieldDescriptionprotected CertificateConstraintsTypeTLSClientParametersType.certConstraintsThis element contains the Certificate Constraints specification.protected CertificateConstraintsTypeTLSServerParametersType.certConstraintsThis element contains the Certificate Constraints specification.Methods in org.apache.cxf.configuration.security that return CertificateConstraintsTypeModifier and TypeMethodDescriptionObjectFactory.createCertificateConstraintsType()Create an instance ofCertificateConstraintsTypeTLSClientParametersType.getCertConstraints()Gets the value of the certConstraints property.TLSServerParametersType.getCertConstraints()Gets the value of the certConstraints property.Methods in org.apache.cxf.configuration.security with parameters of type CertificateConstraintsTypeModifier and TypeMethodDescriptionvoidTLSClientParametersType.setCertConstraints(CertificateConstraintsType value) Sets the value of the certConstraints property.voidTLSServerParametersType.setCertConstraints(CertificateConstraintsType value) Sets the value of the certConstraints property.