|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.policy.PolicyAssertion
com.sun.xml.ws.security.impl.policy.SignedParts
public class SignedParts
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.sun.xml.ws.security.policy.SecurityAssertionValidator |
---|
SecurityAssertionValidator.AssertionFitness |
Field Summary |
---|
Fields inherited from interface com.sun.xml.ws.security.policy.Target |
---|
SOAP_BODY |
Constructor Summary | |
---|---|
SignedParts()
Creates a new instance of SignedParts |
|
SignedParts(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
com.sun.xml.ws.policy.AssertionSet nestedAlternative)
|
Method Summary | |
---|---|
void |
addBody()
|
void |
addHeader(Header header)
|
java.lang.String |
attachmentProtectionType()
|
java.util.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. |
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion |
---|
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SignedParts()
public SignedParts(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Method Detail |
---|
public void addBody()
public boolean hasBody()
hasBody
in interface SignedParts
public boolean hasAttachments()
hasAttachments
in interface SignedParts
public java.lang.String attachmentProtectionType()
attachmentProtectionType
in interface SignedParts
public SecurityAssertionValidator.AssertionFitness validate(boolean isServer)
SecurityAssertionValidator
validate
in interface SecurityAssertionValidator
public void addHeader(Header header)
public java.util.Iterator getHeaders()
SignedParts
Iterator
over list of Headers that identify targets in the SOAP header
to be integrity protected.
getHeaders
in interface SignedParts
Iterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |