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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setAlgorithmSuite
(AlgorithmSuite algorithmSuite) void
setIncludeTimestamp
(boolean includeTimestamp) void
setIncludeTimestampOptional
(boolean includeTimestampOptional) void
void
setSignedEndorsingSupportingTokens
(SupportingToken signedEndorsingSupportingTokens) void
setSignedSupportingToken
(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, 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
-
Binding
public Binding(int version)
-
-
Method Details
-
getAlgorithmSuite
- Returns:
- Returns the algorithmSuite.
-
setAlgorithmSuite
- Specified by:
setAlgorithmSuite
in 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
-