com.sun.xml.ws.security.impl.policy
Class SignedElements
java.lang.Object
com.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.SignedElements
- All Implemented Interfaces:
- SecurityAssertionValidator, SignedElements, Target
public class SignedElements
- extends PolicyAssertion
- implements SignedElements, SecurityAssertionValidator
- Author:
- K.Venugopal@sun.com
| Fields inherited from interface com.sun.xml.ws.security.policy.Target |
SOAP_BODY |
| Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
SignedElements
public SignedElements()
- Creates a new instance of SignedElements
SignedElements
public SignedElements(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
getXPathVersion
public String getXPathVersion()
setXPathVersion
public void setXPathVersion(String version)
addTarget
public void addTarget(String target)
removeTarget
public void removeTarget(String target)
getTargets
public Iterator<String> getTargets()
- Description copied from interface:
SignedElements
- returns a
Iterator over list target elements.
- Specified by:
getTargets in interface SignedElements
- Returns:
Iterator over list of XPath expressions
validate
public SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
- Description copied from interface:
SecurityAssertionValidator
- returns true if all the assertions embeeded under a SecurityPolicy
assertion are valid and supported by the implementation.
- Specified by:
validate in interface SecurityAssertionValidator
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.