Class CertificateConstraintsType
java.lang.Object
org.apache.cxf.configuration.security.CertificateConstraintsType
This structure holds a list of regular expressions that corresponds to a sequence of
Certificate Constraints on either the Subject or Issuer DN.
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the issuerDNConstraints property.Gets the value of the subjectDNConstraints property.booleanbooleanvoidSets the value of the issuerDNConstraints property.voidSets the value of the subjectDNConstraints property.
-
Field Details
-
subjectDNConstraints
-
issuerDNConstraints
-
-
Constructor Details
-
CertificateConstraintsType
public CertificateConstraintsType()
-
-
Method Details
-
getSubjectDNConstraints
Gets the value of the subjectDNConstraints property.- Returns:
- possible object is
DNConstraintsType
-
setSubjectDNConstraints
Sets the value of the subjectDNConstraints property.- Parameters:
value- allowed object isDNConstraintsType
-
isSetSubjectDNConstraints
public boolean isSetSubjectDNConstraints() -
getIssuerDNConstraints
Gets the value of the issuerDNConstraints property.- Returns:
- possible object is
DNConstraintsType
-
setIssuerDNConstraints
Sets the value of the issuerDNConstraints property.- Parameters:
value- allowed object isDNConstraintsType
-
isSetIssuerDNConstraints
public boolean isSetIssuerDNConstraints()
-