| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.configuration.security.CertificateConstraintsType
public class 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 | |
|---|---|
| protected  DNConstraintsType | issuerDNConstraints | 
| protected  DNConstraintsType | subjectDNConstraints | 
| Constructor Summary | |
|---|---|
| CertificateConstraintsType() | |
| Method Summary | |
|---|---|
|  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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected DNConstraintsType subjectDNConstraints
protected DNConstraintsType issuerDNConstraints
| Constructor Detail | 
|---|
public CertificateConstraintsType()
| Method Detail | 
|---|
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 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||