Uses of Class
org.apache.cxf.configuration.security.CertificateConstraintsType
-
Packages that use CertificateConstraintsType Package Description 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 Modifier and Type Field Description protected CertificateConstraintsTypeTLSParameterBase. certConstraintsMethods in org.apache.cxf.configuration.jsse that return CertificateConstraintsType Modifier and Type Method Description CertificateConstraintsTypeTLSParameterBase. getCertConstraints()Get the certificate constraints typeMethods in org.apache.cxf.configuration.jsse with parameters of type CertificateConstraintsType Modifier and Type Method Description 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 CertificateConstraintsType Modifier and Type Field Description protected 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 CertificateConstraintsType Modifier and Type Method Description CertificateConstraintsTypeObjectFactory. createCertificateConstraintsType()Create an instance ofCertificateConstraintsTypeCertificateConstraintsTypeTLSClientParametersType. getCertConstraints()Gets the value of the certConstraints property.CertificateConstraintsTypeTLSServerParametersType. getCertConstraints()Gets the value of the certConstraints property.Methods in org.apache.cxf.configuration.security with parameters of type CertificateConstraintsType Modifier and Type Method Description voidTLSClientParametersType. setCertConstraints(CertificateConstraintsType value)Sets the value of the certConstraints property.voidTLSServerParametersType. setCertConstraints(CertificateConstraintsType value)Sets the value of the certConstraints property.
-