org.apache.ws.secpolicy.model
Class SymmetricAsymmetricBindingBase
java.lang.Object
org.apache.ws.secpolicy.model.AbstractSecurityAssertion
org.apache.ws.secpolicy.model.Binding
org.apache.ws.secpolicy.model.SymmetricAsymmetricBindingBase
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent, AlgorithmWrapper
- Direct Known Subclasses:
- AsymmetricBinding, SymmetricBinding
public abstract class SymmetricAsymmetricBindingBase
- extends Binding
| Methods inherited from class org.apache.ws.secpolicy.model.Binding |
getAlgorithmSuite, getLayout, getSignedEndorsingSupportingTokens, getSignedSupportingToken, isIncludeTimestamp, isIncludeTimestampOptional, setAlgorithmSuite, setIncludeTimestamp, setIncludeTimestampOptional, setLayout, setSignedEndorsingSupportingTokens, setSignedSupportingToken |
| Methods inherited from class org.apache.ws.secpolicy.model.AbstractSecurityAssertion |
equal, getType, getVersion, isIgnorable, isNormalized, isOptional, normalize, setIgnorable, setNormalized, setOptional, setVersion, writeAttribute, writeEmptyElement, writeStartElement, writeStartElement |
| 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(int 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.
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.