Package org.apache.ws.secpolicy.model
Class Binding
java.lang.Object
org.apache.ws.secpolicy.model.AbstractSecurityAssertion
org.apache.ws.secpolicy.model.Binding
- All Implemented Interfaces:
org.apache.neethi.Assertion,org.apache.neethi.PolicyComponent,AlgorithmWrapper
- Direct Known Subclasses:
SymmetricAsymmetricBindingBase,TransportBinding
- Author:
- prabath
-
Field Summary
Fields inherited from class org.apache.ws.secpolicy.model.AbstractSecurityAssertion
version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetAlgorithmSuite(AlgorithmSuite algorithmSuite) voidsetIncludeTimestamp(boolean includeTimestamp) voidsetIncludeTimestampOptional(boolean includeTimestampOptional) voidvoidsetSignedEndorsingSupportingTokens(SupportingToken signedEndorsingSupportingTokens) voidsetSignedSupportingToken(SupportingToken signedSupportingToken) Methods inherited from class org.apache.ws.secpolicy.model.AbstractSecurityAssertion
equal, getType, getVersion, isIgnorable, isNormalized, isOptional, normalize, setIgnorable, setNormalized, setOptional, setVersion, writeAttribute, writeEmptyElement, writeStartElement, writeStartElementMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.neethi.Assertion
getName, serialize
-
Constructor Details
-
Binding
public Binding(int version)
-
-
Method Details
-
getAlgorithmSuite
- Returns:
- Returns the algorithmSuite.
-
setAlgorithmSuite
- Specified by:
setAlgorithmSuitein interfaceAlgorithmWrapper- Parameters:
algorithmSuite- The algorithmSuite to set.
-
isIncludeTimestamp
public boolean isIncludeTimestamp()- Returns:
- Returns the includeTimestamp.
-
setIncludeTimestamp
public void setIncludeTimestamp(boolean includeTimestamp) - Parameters:
includeTimestamp- The includeTimestamp to set.
-
isIncludeTimestampOptional
public boolean isIncludeTimestampOptional() -
setIncludeTimestampOptional
public void setIncludeTimestampOptional(boolean includeTimestampOptional) -
getLayout
- Returns:
- Returns the layout.
-
setLayout
- Parameters:
layout- The layout to set.
-
getSignedEndorsingSupportingTokens
-
setSignedEndorsingSupportingTokens
-
getSignedSupportingToken
-
setSignedSupportingToken
-