org.apache.ws.security.policy.model
Class SymmetricAsymmetricBindingBase
java.lang.Object
org.apache.ws.security.policy.model.PolicyEngineData
org.apache.ws.security.policy.model.Binding
org.apache.ws.security.policy.model.SymmetricAsymmetricBindingBase
- All Implemented Interfaces:
- AlgorithmWrapper
- Direct Known Subclasses:
- AsymmetricBinding, SymmetricBinding
- public class SymmetricAsymmetricBindingBase
- extends Binding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymmetricAsymmetricBindingBase
public SymmetricAsymmetricBindingBase()
isEntireHeaderAndBodySignatures
public boolean isEntireHeaderAndBodySignatures()
- Returns:
- Returns the entireHeaderAndBodySignatures.
setEntireHeaderAndBodySignatures
public void setEntireHeaderAndBodySignatures(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)
throws WSSPolicyException
- Parameters:
protectionOrder
- The protectionOrder to set.
- Throws:
WSSPolicyException
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.
Copyright © 2004-2008 Apache Web Services. All Rights Reserved.