Apache CXF API

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

Packages that use DNConstraintsType
org.apache.cxf.configuration.security   
 

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

Fields in org.apache.cxf.configuration.security declared as DNConstraintsType
protected  DNConstraintsType CertificateConstraintsType.issuerDNConstraints
           
protected  DNConstraintsType CertificateConstraintsType.subjectDNConstraints
           
 

Methods in org.apache.cxf.configuration.security that return DNConstraintsType
 DNConstraintsType ObjectFactory.createDNConstraintsType()
          Create an instance of DNConstraintsType
 DNConstraintsType CertificateConstraintsType.getIssuerDNConstraints()
          Gets the value of the issuerDNConstraints property.
 DNConstraintsType CertificateConstraintsType.getSubjectDNConstraints()
          Gets the value of the subjectDNConstraints property.
 

Methods in org.apache.cxf.configuration.security with parameters of type DNConstraintsType
 void CertificateConstraintsType.setIssuerDNConstraints(DNConstraintsType value)
          Sets the value of the issuerDNConstraints property.
 void CertificateConstraintsType.setSubjectDNConstraints(DNConstraintsType value)
          Sets the value of the subjectDNConstraints property.
 


Apache CXF API

Apache CXF