Apache CXF API

Uses of Class
org.apache.cxf.ws.security.policy.SPConstants.ProtectionOrder

Packages that use SPConstants.ProtectionOrder
org.apache.cxf.ws.security.policy   
org.apache.cxf.ws.security.policy.model   
org.apache.cxf.ws.security.wss4j.policyhandlers   
 

Uses of SPConstants.ProtectionOrder in org.apache.cxf.ws.security.policy
 

Methods in org.apache.cxf.ws.security.policy that return SPConstants.ProtectionOrder
static SPConstants.ProtectionOrder SPConstants.ProtectionOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SPConstants.ProtectionOrder[] SPConstants.ProtectionOrder.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of SPConstants.ProtectionOrder in org.apache.cxf.ws.security.policy.model
 

Methods in org.apache.cxf.ws.security.policy.model that return SPConstants.ProtectionOrder
 SPConstants.ProtectionOrder SymmetricAsymmetricBindingBase.getProtectionOrder()
           
 

Methods in org.apache.cxf.ws.security.policy.model with parameters of type SPConstants.ProtectionOrder
 void SymmetricAsymmetricBindingBase.setProtectionOrder(SPConstants.ProtectionOrder protectionOrder)
           
 

Uses of SPConstants.ProtectionOrder in org.apache.cxf.ws.security.wss4j.policyhandlers
 

Fields in org.apache.cxf.ws.security.wss4j.policyhandlers declared as SPConstants.ProtectionOrder
protected  SPConstants.ProtectionOrder AbstractBindingBuilder.protectionOrder
           
 


Apache CXF API

Apache CXF