public class CertificateConstraintsType extends Object
Java class for CertificateConstraintsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateConstraintsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubjectDNConstraints" type="{http://cxf.apache.org/configuration/security}DNConstraintsType" minOccurs="0"/>
<element name="IssuerDNConstraints" type="{http://cxf.apache.org/configuration/security}DNConstraintsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DNConstraintsType |
issuerDNConstraints |
protected DNConstraintsType |
subjectDNConstraints |
| Constructor and Description |
|---|
CertificateConstraintsType() |
| Modifier and Type | Method and Description |
|---|---|
DNConstraintsType |
getIssuerDNConstraints()
Gets the value of the issuerDNConstraints property.
|
DNConstraintsType |
getSubjectDNConstraints()
Gets the value of the subjectDNConstraints property.
|
boolean |
isSetIssuerDNConstraints() |
boolean |
isSetSubjectDNConstraints() |
void |
setIssuerDNConstraints(DNConstraintsType value)
Sets the value of the issuerDNConstraints property.
|
void |
setSubjectDNConstraints(DNConstraintsType value)
Sets the value of the subjectDNConstraints property.
|
protected DNConstraintsType subjectDNConstraints
protected DNConstraintsType issuerDNConstraints
public DNConstraintsType getSubjectDNConstraints()
DNConstraintsTypepublic void setSubjectDNConstraints(DNConstraintsType value)
value - allowed object is
DNConstraintsTypepublic boolean isSetSubjectDNConstraints()
public DNConstraintsType getIssuerDNConstraints()
DNConstraintsTypepublic void setIssuerDNConstraints(DNConstraintsType value)
value - allowed object is
DNConstraintsTypepublic boolean isSetIssuerDNConstraints()
Apache CXF