Uses of Enum
org.apache.cxf.configuration.security.CombinatorType
Packages that use CombinatorType
-
Uses of CombinatorType in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as CombinatorTypeMethods in org.apache.cxf.configuration.security that return CombinatorTypeModifier and TypeMethodDescriptionstatic CombinatorTypeDNConstraintsType.getCombinator()Gets the value of the combinator property.static CombinatorTypeReturns the enum constant of this type with the specified name.static CombinatorType[]CombinatorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cxf.configuration.security with parameters of type CombinatorTypeModifier and TypeMethodDescriptionvoidDNConstraintsType.setCombinator(CombinatorType value) Sets the value of the combinator property.