Package | Description |
---|---|
org.apache.cxf.transport.https |
Modifier and Type | Method and Description |
---|---|
static CertConstraints.Combinator |
CertConstraintsJaxBUtils.getIssuerConstraintsCombinator(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
Get a (issuer) CertConstrains.Combinator from a JAXB CertificateConstraintsType
|
static CertConstraints.Combinator |
CertConstraintsJaxBUtils.getSubjectConstraintsCombinator(org.apache.cxf.configuration.security.CertificateConstraintsType certConstraints)
Get a (subject) CertConstrains.Combinator from a JAXB CertificateConstraintsType
|
static CertConstraints.Combinator |
CertConstraints.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.
|
Constructor and Description |
---|
CertConstraints(List<String> subjectConstraints,
CertConstraints.Combinator subjectConstraintsCombinator,
List<String> issuerConstraints,
CertConstraints.Combinator issuerConstraintsCombinator)
Create a CertificateConstraints from a CertificateConstraintsType specification
|
Apache CXF