public class SignedElements extends com.sun.xml.ws.policy.PolicyAssertion implements SignedElements, SecurityAssertionValidator
SecurityAssertionValidator.AssertionFitness| Constructor and Description |
|---|
SignedElements()
Creates a new instance of SignedElements
|
SignedElements(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTarget(String target) |
Iterator<String> |
getTargets()
returns a
Iterator over list target elements. |
String |
getXPathVersion() |
void |
removeTarget(String target) |
void |
setXPathVersion(String version) |
SecurityAssertionValidator.AssertionFitness |
validate(boolean isServer)
returns true if all the assertions embeeded under a SecurityPolicy
assertion are valid and supported by the implementation.
|
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toStringpublic SignedElements()
public SignedElements(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative)
public String getXPathVersion()
public void setXPathVersion(String version)
public void addTarget(String target)
public void removeTarget(String target)
public Iterator<String> getTargets()
SignedElementsIterator over list target elements.getTargets in interface SignedElementsIterator over list of XPath expressionspublic SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
SecurityAssertionValidatorvalidate in interface SecurityAssertionValidatorCopyright © 2005–2018 Oracle Corporation. All rights reserved.