public class EncryptedElements extends com.sun.xml.ws.policy.PolicyAssertion implements EncryptedElements, SecurityAssertionValidator
SecurityAssertionValidator.AssertionFitness| Constructor and Description |
|---|
EncryptedElements()
Creates a new instance of EncryptedElements
|
EncryptedElements(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()
targets that needs to be confidentiality
protected if present in the message.
|
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 EncryptedElements()
public EncryptedElements(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()
EncryptedElementsgetXPathVersion in interface EncryptedElementspublic void setXPathVersion(String version)
public void addTarget(String target)
public void removeTarget(String target)
public Iterator<String> getTargets()
EncryptedElementsgetTargets in interface EncryptedElementsIteratorpublic SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
SecurityAssertionValidatorvalidate in interface SecurityAssertionValidatorCopyright © 2005–2018 Oracle Corporation. All rights reserved.