Package 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
-
Field Summary
Fields inherited from class org.apache.ws.secpolicy.model.AbstractSecurityAssertion
version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setEntireHeadersAndBodySignatures
(boolean entireHeaderAndBodySignatures) void
setProtectionOrder
(String protectionOrder) void
setSignatureProtection
(boolean signatureProtection) void
setTokenProtection
(boolean tokenProtection) 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
-
Constructor Details
-
SymmetricAsymmetricBindingBase
public SymmetricAsymmetricBindingBase(int version)
-
-
Method Details
-
isEntireHeadersAndBodySignatures
public boolean isEntireHeadersAndBodySignatures()- Returns:
- Returns the entireHeaderAndBodySignatures.
-
setEntireHeadersAndBodySignatures
public void setEntireHeadersAndBodySignatures(boolean entireHeaderAndBodySignatures) - Parameters:
entireHeaderAndBodySignatures
- The entireHeaderAndBodySignatures to set.
-
getProtectionOrder
- Returns:
- Returns the protectionOrder.
-
setProtectionOrder
- 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.
-