| Package | Description |
|---|---|
| com.sun.xml.wss.impl | |
| com.sun.xml.wss.impl.policy.mls | |
| com.sun.xml.wss.impl.policy.verifier |
| Modifier and Type | Method and Description |
|---|---|
Object |
SecurableSoapMessage.getMessageParts(Target target) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TargetResolverImpl.isTargetPresent(List<Target> actualTargets) |
void |
TargetResolverImpl.resolveAndVerifyTargets(List<Target> actualTargets,
List<Target> inferredTargets,
WSSPolicy actualPolicy) |
void |
TargetResolverImpl.resolveAndVerifyTargets(List<Target> actualTargets,
List<Target> inferredTargets,
WSSPolicy actualPolicy) |
| Modifier and Type | Class and Description |
|---|---|
class |
EncryptionTarget
Objects of this class represent an Encryption Target that can be part of
the FeatureBinding for an EncryptionPolicy (refer EncryptionPolicy.FeatureBinding).
|
class |
SignatureTarget
Objects of this class represent a Signature Target that can be part of
the FeatureBinding for a SignaturePolicy (refer SignaturePolicy.FeatureBinding).
|
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
MandatoryTargetPolicy.FeatureBinding.getTargetBindings() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessagePolicy.addOptionalTarget(Target target) |
void |
SignaturePolicy.FeatureBinding.addTargetBinding(Target target) |
void |
EncryptionPolicy.FeatureBinding.addTargetBinding(Target target) |
void |
MandatoryTargetPolicy.FeatureBinding.addTargetBinding(Target target)
adds the Target representing the Header element that must be present in the message.
|
| Constructor and Description |
|---|
EncryptionTarget(Target target)
Constructor that takes a Target
|
SignatureTarget(Target target)
Constructor that takes a Target
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TargetResolver.isTargetPresent(List<Target> actualTargets) |
void |
TargetResolver.resolveAndVerifyTargets(List<Target> actualTargets,
List<Target> inferredTargets,
WSSPolicy actualPolicy) |
void |
TargetResolver.resolveAndVerifyTargets(List<Target> actualTargets,
List<Target> inferredTargets,
WSSPolicy actualPolicy) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.