Uses of Class
org.apache.cxf.transport.https.CertConstraints.Combinator
-
Packages that use CertConstraints.Combinator Package Description org.apache.cxf.transport.https -
-
Uses of CertConstraints.Combinator in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https that return CertConstraints.Combinator Modifier and Type Method Description static CertConstraints.CombinatorCertConstraintsJaxBUtils. getIssuerConstraintsCombinator(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsTypestatic CertConstraints.CombinatorCertConstraintsJaxBUtils. getSubjectConstraintsCombinator(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsTypestatic CertConstraints.CombinatorCertConstraints.Combinator. valueOf(String name)Returns the enum constant of this type with the specified name.static CertConstraints.Combinator[]CertConstraints.Combinator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cxf.transport.https with parameters of type CertConstraints.Combinator Constructor Description CertConstraints(List<String> subjectConstraints, CertConstraints.Combinator subjectConstraintsCombinator, List<String> issuerConstraints, CertConstraints.Combinator issuerConstraintsCombinator)Create a CertificateConstraints from a CertificateConstraintsType specification
-