public class RequiredElements extends com.sun.xml.ws.policy.PolicyAssertion implements RequiredElements, SecurityAssertionValidator
SecurityAssertionValidator.AssertionFitness| Constructor and Description |
|---|
RequiredElements()
Creates a new instance of RequiredElements
|
RequiredElements(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 |
getTargets()
targets header elements message must contains .
|
String |
getXPathVersion()
Returns XPath Version in use.
|
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 RequiredElements()
public RequiredElements(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()
RequiredElementsgetXPathVersion in interface RequiredElementspublic void setXPathVersion(String version)
public void addTarget(String target)
public void removeTarget(String target)
public Iterator getTargets()
RequiredElementsgetTargets in interface RequiredElementsIteratorpublic SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
SecurityAssertionValidatorvalidate in interface SecurityAssertionValidatorCopyright © 2005–2018 Oracle Corporation. All rights reserved.