| Package | Description |
|---|---|
| org.apache.cxf.configuration.security |
| Modifier and Type | Field and Description |
|---|---|
protected DNConstraintsType |
CertificateConstraintsType.issuerDNConstraints |
protected DNConstraintsType |
CertificateConstraintsType.subjectDNConstraints |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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