public class SignedParts extends com.sun.xml.ws.policy.PolicyAssertion implements SignedParts, SecurityAssertionValidator
SecurityAssertionValidator.AssertionFitness| Constructor and Description |
|---|
SignedParts()
Creates a new instance of SignedParts
|
SignedParts(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 |
addBody() |
void |
addHeader(Header header) |
String |
attachmentProtectionType() |
Iterator |
getHeaders()
Iterator over list of Headers that identify targets in the SOAP header
to be integrity protected. |
boolean |
hasAttachments() |
boolean |
hasBody() |
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 SignedParts()
public SignedParts(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative)
public void addBody()
public boolean hasBody()
hasBody in interface SignedPartspublic boolean hasAttachments()
hasAttachments in interface SignedPartspublic String attachmentProtectionType()
attachmentProtectionType in interface SignedPartspublic SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
SecurityAssertionValidatorvalidate in interface SecurityAssertionValidatorpublic void addHeader(Header header)
public Iterator getHeaders()
SignedPartsIterator over list of Headers that identify targets in the SOAP header
to be integrity protected.getHeaders in interface SignedPartsIteratorCopyright © 2005–2018 Oracle Corporation. All rights reserved.