public abstract class Binding extends AbstractSecurityAssertion implements AlgorithmWrapper, org.apache.neethi.PolicyContainingAssertion
| Modifier and Type | Field and Description |
|---|---|
protected PolicyBuilder |
builder |
constants| Constructor and Description |
|---|
Binding(SPConstants version,
PolicyBuilder b) |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmSuite |
getAlgorithmSuite() |
Layout |
getLayout() |
SupportingToken |
getSignedEndorsingSupportingTokens() |
SupportingToken |
getSignedSupportingToken() |
boolean |
isIncludeTimestamp() |
boolean |
isTokenProtection() |
void |
setAlgorithmSuite(AlgorithmSuite algorithmSuite) |
void |
setIncludeTimestamp(boolean includeTimestamp) |
void |
setLayout(Layout layout) |
void |
setSignedEndorsingSupportingTokens(SupportingToken signedEndorsingSupportingTokens) |
void |
setSignedSupportingToken(SupportingToken signedSupportingToken) |
void |
setTokenProtection(boolean tokenProtection) |
equal, getSPConstants, getType, isIgnorable, isNormalized, isOptional, normalize, setIgnorable, setNormalized, setOptionalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected PolicyBuilder builder
public Binding(SPConstants version, PolicyBuilder b)
public AlgorithmSuite getAlgorithmSuite()
public void setAlgorithmSuite(AlgorithmSuite algorithmSuite)
setAlgorithmSuite in interface AlgorithmWrapperalgorithmSuite - The algorithmSuite to set.public boolean isIncludeTimestamp()
public void setIncludeTimestamp(boolean includeTimestamp)
includeTimestamp - The includeTimestamp to set.public Layout getLayout()
public void setLayout(Layout layout)
layout - The layout to set.public SupportingToken getSignedEndorsingSupportingTokens()
public void setSignedEndorsingSupportingTokens(SupportingToken signedEndorsingSupportingTokens)
public SupportingToken getSignedSupportingToken()
public void setSignedSupportingToken(SupportingToken signedSupportingToken)
public boolean isTokenProtection()
public void setTokenProtection(boolean tokenProtection)
tokenProtection - The tokenProtection to set.Apache CXF