Uses of Class
org.apache.cxf.configuration.security.DNConstraintsType
-
Packages that use DNConstraintsType Package Description org.apache.cxf.configuration.security -
-
Uses of DNConstraintsType in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as DNConstraintsType Modifier and Type Field Description protected DNConstraintsTypeCertificateConstraintsType. issuerDNConstraintsprotected DNConstraintsTypeCertificateConstraintsType. subjectDNConstraintsMethods in org.apache.cxf.configuration.security that return DNConstraintsType Modifier and Type Method Description DNConstraintsTypeObjectFactory. createDNConstraintsType()Create an instance ofDNConstraintsTypeDNConstraintsTypeCertificateConstraintsType. getIssuerDNConstraints()Gets the value of the issuerDNConstraints property.DNConstraintsTypeCertificateConstraintsType. getSubjectDNConstraints()Gets the value of the subjectDNConstraints property.Methods in org.apache.cxf.configuration.security with parameters of type DNConstraintsType Modifier and Type Method Description voidCertificateConstraintsType. setIssuerDNConstraints(DNConstraintsType value)Sets the value of the issuerDNConstraints property.voidCertificateConstraintsType. setSubjectDNConstraints(DNConstraintsType value)Sets the value of the subjectDNConstraints property.
-