Uses of Enum
org.apache.cxf.transport.https.CertConstraints.Combinator
Packages that use CertConstraints.Combinator
-
Uses of CertConstraints.Combinator in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https that return CertConstraints.CombinatorModifier and TypeMethodDescriptionstatic 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.CombinatorReturns 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.CombinatorModifierConstructorDescriptionCertConstraints(List<String> subjectConstraints, CertConstraints.Combinator subjectConstraintsCombinator, List<String> issuerConstraints, CertConstraints.Combinator issuerConstraintsCombinator) Create a CertificateConstraints from a CertificateConstraintsType specification