Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.CombinatorType

Packages that use CombinatorType
org.apache.cxf.configuration.security   
 

Uses of CombinatorType in org.apache.cxf.configuration.security
 

Fields in org.apache.cxf.configuration.security declared as CombinatorType
protected  CombinatorType DNConstraintsType.combinator
           
 

Methods in org.apache.cxf.configuration.security that return CombinatorType
static CombinatorType CombinatorType.fromValue(String v)
           
 CombinatorType DNConstraintsType.getCombinator()
          Gets the value of the combinator property.
static CombinatorType CombinatorType.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
 void DNConstraintsType.setCombinator(CombinatorType value)
          Sets the value of the combinator property.
 


Apache CXF API

Apache CXF