Uses of Class
org.apache.cxf.configuration.security.DNConstraintsType
Packages that use DNConstraintsType
-
Uses of DNConstraintsType in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as DNConstraintsTypeModifier and TypeFieldDescriptionprotected DNConstraintsTypeCertificateConstraintsType.issuerDNConstraintsprotected DNConstraintsTypeCertificateConstraintsType.subjectDNConstraintsMethods in org.apache.cxf.configuration.security that return DNConstraintsTypeModifier and TypeMethodDescriptionObjectFactory.createDNConstraintsType()Create an instance ofDNConstraintsTypeCertificateConstraintsType.getIssuerDNConstraints()Gets the value of the issuerDNConstraints property.CertificateConstraintsType.getSubjectDNConstraints()Gets the value of the subjectDNConstraints property.Methods in org.apache.cxf.configuration.security with parameters of type DNConstraintsTypeModifier and TypeMethodDescriptionvoidCertificateConstraintsType.setIssuerDNConstraints(DNConstraintsType value) Sets the value of the issuerDNConstraints property.voidCertificateConstraintsType.setSubjectDNConstraints(DNConstraintsType value) Sets the value of the subjectDNConstraints property.