|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.SupportingTokens
public class SupportingTokens
Field Summary |
---|
Constructor Summary | |
---|---|
SupportingTokens()
Creates a new instance of SupportingTokens |
|
SupportingTokens(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative)
|
Method Summary | |
---|---|
void |
addToken(Token token)
|
AlgorithmSuite |
getAlgorithmSuite()
returns the AlgorithmSuite which will identify algorithms to use. |
java.util.Iterator<EncryptedElements> |
getEncryptedElements()
|
java.util.Iterator<EncryptedParts> |
getEncryptedParts()
|
java.lang.String |
getIncludeToken()
returns the token inclusion value |
SecurityPolicyVersion |
getSecurityPolicyVersion()
|
java.util.Iterator<SignedElements> |
getSignedElements()
|
java.util.Iterator<SignedParts> |
getSignedParts()
List of targets that need to be protected. |
java.lang.String |
getTokenId()
Unique Id assigned to the token. |
java.util.Iterator |
getTokens()
All tokens are set. |
void |
setAlgorithmSuite(AlgorithmSuite algSuite)
|
void |
setIncludeToken(java.lang.String type)
|
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
---|
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SupportingTokens()
public SupportingTokens(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Method Detail |
---|
public void setAlgorithmSuite(AlgorithmSuite algSuite)
public AlgorithmSuite getAlgorithmSuite()
SupportingTokens
AlgorithmSuite
which will identify algorithms to use.
getAlgorithmSuite
in interface SupportingTokens
AlgorithmSuite
or nullpublic void addToken(Token token)
public java.util.Iterator getTokens()
SupportingTokens
getTokens
in interface SupportingTokens
Iterator
over tokens that are to be included in the messagepublic java.lang.String getIncludeToken()
Token
getIncludeToken
in interface Token
ONCE
,NEVER
,ALWAYS_TO_RECIPIENT
,ALWAYS
public void setIncludeToken(java.lang.String type)
public java.lang.String getTokenId()
Token
getTokenId
in interface Token
public java.util.Iterator<SignedParts> getSignedParts()
SupportingTokens
getSignedParts
in interface SupportingTokens
Iterator
over targets that need to be protected.public java.util.Iterator<SignedElements> getSignedElements()
getSignedElements
in interface SupportingTokens
public java.util.Iterator<EncryptedParts> getEncryptedParts()
getEncryptedParts
in interface SupportingTokens
public java.util.Iterator<EncryptedElements> getEncryptedElements()
getEncryptedElements
in interface SupportingTokens
public SecurityPolicyVersion getSecurityPolicyVersion()
getSecurityPolicyVersion
in interface Token
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |