org.apache.ws.security.policy.model
Class SymmetricAsymmetricBindingBase

java.lang.Object
  extended byorg.apache.ws.security.policy.model.PolicyEngineData
      extended byorg.apache.ws.security.policy.model.Binding
          extended byorg.apache.ws.security.policy.model.SymmetricAsymmetricBindingBase
All Implemented Interfaces:
AlgorithmWrapper
Direct Known Subclasses:
AsymmetricBinding, SymmetricBinding

public class SymmetricAsymmetricBindingBase
extends Binding


Constructor Summary
SymmetricAsymmetricBindingBase()
           
 
Method Summary
 java.lang.String getProtectionOrder()
           
 boolean isEntireHeaderAndBodySignatures()
           
 boolean isSignatureProtection()
           
 boolean isTokenProtection()
           
 void setEntireHeaderAndBodySignatures(boolean entireHeaderAndBodySignatures)
           
 void setProtectionOrder(java.lang.String protectionOrder)
           
 void setSignatureProtection(boolean signatureProtection)
           
 void setTokenProtection(boolean tokenProtection)
           
 
Methods inherited from class org.apache.ws.security.policy.model.Binding
getAlgorithmSuite, getLayout, isIncludeTimestamp, setAlgorithmSuite, setIncludeTimestamp, setLayout
 
Methods inherited from class org.apache.ws.security.policy.model.PolicyEngineData
copy, initializeWithDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymmetricAsymmetricBindingBase

public SymmetricAsymmetricBindingBase()
Method Detail

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.