|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.https.CertConstraintsJaxBUtils
public final class CertConstraintsJaxBUtils
A set of static methods that operate on the generated CertificateConstraintsType.
| Method Summary | |
|---|---|
static CertConstraints |
createCertConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
Create a CertConstraints object from a JAXB CertificateConstraintsType |
static List<String> |
getIssuerConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
Get a List of Strings that corresponds to the issuer regular expression constraints from a JAXB CertificateConstraintsType |
static CertConstraints.Combinator |
getIssuerConstraintsCombinator(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType |
static List<String> |
getSubjectConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
Get a List of Strings that corresponds to the subject regular expression constraints from a JAXB CertificateConstraintsType |
static CertConstraints.Combinator |
getSubjectConstraintsCombinator(org.apache.cxf.configuration.security.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 |
|---|
public static CertConstraints createCertConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
public static List<String> getSubjectConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
public static List<String> getIssuerConstraints(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
public static CertConstraints.Combinator getSubjectConstraintsCombinator(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
public static CertConstraints.Combinator getIssuerConstraintsCombinator(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||