Uses of Class
org.apache.cxf.configuration.security.CombinatorType
-
Packages that use CombinatorType Package Description org.apache.cxf.configuration.security -
-
Uses of CombinatorType in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as CombinatorType Modifier and Type Field Description protected CombinatorTypeDNConstraintsType. combinatorMethods in org.apache.cxf.configuration.security that return CombinatorType Modifier and Type Method Description static CombinatorTypeCombinatorType. fromValue(String v)CombinatorTypeDNConstraintsType. getCombinator()Gets the value of the combinator property.static CombinatorTypeCombinatorType. valueOf(String name)Returns 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 CombinatorType Modifier and Type Method Description voidDNConstraintsType. setCombinator(CombinatorType value)Sets the value of the combinator property.
-