org.apache.cxf.ws.security.policy.model
Class SymmetricAsymmetricBindingBase
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.Binding
org.apache.cxf.ws.security.policy.model.SymmetricAsymmetricBindingBase
- All Implemented Interfaces:
- PolicyAssertion, AlgorithmWrapper, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
- Direct Known Subclasses:
- AsymmetricBinding, SymmetricBinding
public abstract class SymmetricAsymmetricBindingBase
- extends Binding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.neethi.Assertion |
getName, serialize |
SymmetricAsymmetricBindingBase
public SymmetricAsymmetricBindingBase(SPConstants version)
isEntireHeadersAndBodySignatures
public boolean isEntireHeadersAndBodySignatures()
- Returns:
- Returns the entireHeaderAndBodySignatures.
setEntireHeadersAndBodySignatures
public void setEntireHeadersAndBodySignatures(boolean entireHeaderAndBodySignatures)
- Parameters:
entireHeaderAndBodySignatures
- The entireHeaderAndBodySignatures to set.
getProtectionOrder
public java.lang.String getProtectionOrder()
- Returns:
- Returns the protectionOrder.
setProtectionOrder
public void setProtectionOrder(java.lang.String protectionOrder)
- Parameters:
protectionOrder
- The protectionOrder to set.
isSignatureProtection
public boolean isSignatureProtection()
- Returns:
- Returns the signatureProtection.
setSignatureProtection
public void setSignatureProtection(boolean signatureProtection)
- Parameters:
signatureProtection
- The signatureProtection to set.
isTokenProtection
public boolean isTokenProtection()
- Returns:
- Returns the tokenProtection.
setTokenProtection
public void setTokenProtection(boolean tokenProtection)
- Parameters:
tokenProtection
- The tokenProtection to set.
Apache CXF