Apache CXF API

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

Packages that use CertificateConstraintsType
org.apache.cxf.configuration.jsse   
org.apache.cxf.configuration.security   
org.apache.cxf.transport.https   
 

Uses of CertificateConstraintsType in org.apache.cxf.configuration.jsse
 

Methods in org.apache.cxf.configuration.jsse that return CertificateConstraintsType
 CertificateConstraintsType TLSParameterBase.getCertConstraints()
          Get the certificate constraints type
 

Methods in org.apache.cxf.configuration.jsse with parameters of type CertificateConstraintsType
 void TLSParameterBase.setCertConstraints(CertificateConstraintsType constraints)
          Set the certificate constraints type
 

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

Fields in org.apache.cxf.configuration.security declared as CertificateConstraintsType
protected  CertificateConstraintsType TLSServerParametersType.certConstraints
           
protected  CertificateConstraintsType TLSClientParametersType.certConstraints
           
 

Methods in org.apache.cxf.configuration.security that return CertificateConstraintsType
 CertificateConstraintsType ObjectFactory.createCertificateConstraintsType()
          Create an instance of CertificateConstraintsType
 CertificateConstraintsType TLSServerParametersType.getCertConstraints()
          Gets the value of the certConstraints property.
 CertificateConstraintsType TLSClientParametersType.getCertConstraints()
          Gets the value of the certConstraints property.
 

Methods in org.apache.cxf.configuration.security with parameters of type CertificateConstraintsType
 void TLSServerParametersType.setCertConstraints(CertificateConstraintsType value)
          Sets the value of the certConstraints property.
 void TLSClientParametersType.setCertConstraints(CertificateConstraintsType value)
          Sets the value of the certConstraints property.
 

Uses of CertificateConstraintsType in org.apache.cxf.transport.https
 

Methods in org.apache.cxf.transport.https that return CertificateConstraintsType
 CertificateConstraintsType CertConstraintsFeature.getCertificateConstraints()
           
 

Methods in org.apache.cxf.transport.https with parameters of type CertificateConstraintsType
static CertConstraints CertConstraintsJaxBUtils.createCertConstraints(CertificateConstraintsType certConstraints)
          Create a CertConstraints object from a JAXB CertificateConstraintsType
static List<String> CertConstraintsJaxBUtils.getIssuerConstraints(CertificateConstraintsType certConstraints)
          Get a List of Strings that corresponds to the issuer regular expression constraints from a JAXB CertificateConstraintsType
static CertConstraints.Combinator CertConstraintsJaxBUtils.getIssuerConstraintsCombinator(CertificateConstraintsType certConstraints)
          Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType
static List<String> CertConstraintsJaxBUtils.getSubjectConstraints(CertificateConstraintsType certConstraints)
          Get a List of Strings that corresponds to the subject regular expression constraints from a JAXB CertificateConstraintsType
static CertConstraints.Combinator CertConstraintsJaxBUtils.getSubjectConstraintsCombinator(CertificateConstraintsType certConstraints)
          Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType
 void CertConstraintsFeature.setCertificateConstraints(CertificateConstraintsType c)
           
 


Apache CXF API

Apache CXF