Apache CXF API

org.apache.cxf.transport.https
Class CertConstraintsJaxBUtils

java.lang.Object
  extended by org.apache.cxf.transport.https.CertConstraintsJaxBUtils

public final class CertConstraintsJaxBUtils
extends Object

A set of static methods that operate on the generated CertificateConstraintsType.


Method Summary
static CertConstraints createCertConstraints(CertificateConstraintsType certConstraints)
          Create a CertConstraints object from a JAXB CertificateConstraintsType
static List<String> getIssuerConstraints(CertificateConstraintsType certConstraints)
          Get a List of Strings that corresponds to the issuer regular expression constraints from a JAXB CertificateConstraintsType
static CertConstraints.Combinator getIssuerConstraintsCombinator(CertificateConstraintsType certConstraints)
          Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType
static List<String> getSubjectConstraints(CertificateConstraintsType certConstraints)
          Get a List of Strings that corresponds to the subject regular expression constraints from a JAXB CertificateConstraintsType
static CertConstraints.Combinator getSubjectConstraintsCombinator(CertificateConstraintsType certConstraints)
          Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createCertConstraints

public static CertConstraints createCertConstraints(CertificateConstraintsType certConstraints)
Create a CertConstraints object from a JAXB CertificateConstraintsType


getSubjectConstraints

public static List<String> getSubjectConstraints(CertificateConstraintsType certConstraints)
Get a List of Strings that corresponds to the subject regular expression constraints from a JAXB CertificateConstraintsType


getIssuerConstraints

public static List<String> getIssuerConstraints(CertificateConstraintsType certConstraints)
Get a List of Strings that corresponds to the issuer regular expression constraints from a JAXB CertificateConstraintsType


getSubjectConstraintsCombinator

public static CertConstraints.Combinator getSubjectConstraintsCombinator(CertificateConstraintsType certConstraints)
Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType


getIssuerConstraintsCombinator

public static CertConstraints.Combinator getIssuerConstraintsCombinator(CertificateConstraintsType certConstraints)
Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType


Apache CXF API

Apache CXF