Uses of Class
com.sun.xml.wss.impl.policy.mls.Target
-
Packages that use Target Package Description com.sun.xml.wss.impl com.sun.xml.wss.impl.policy.mls com.sun.xml.wss.impl.policy.verifier -
-
Uses of Target in com.sun.xml.wss.impl
Methods in com.sun.xml.wss.impl with parameters of type Target Modifier and Type Method Description ObjectSecurableSoapMessage. getMessageParts(Target target)Method parameters in com.sun.xml.wss.impl with type arguments of type Target Modifier and Type Method Description booleanTargetResolverImpl. isTargetPresent(List<Target> actualTargets)voidTargetResolverImpl. resolveAndVerifyTargets(List<Target> actualTargets, List<Target> inferredTargets, WSSPolicy actualPolicy) -
Uses of Target in com.sun.xml.wss.impl.policy.mls
Subclasses of Target in com.sun.xml.wss.impl.policy.mls Modifier and Type Class Description classEncryptionTargetObjects of this class represent an Encryption Target that can be part of the FeatureBinding for an EncryptionPolicy (refer EncryptionPolicy.FeatureBinding).classSignatureTargetObjects of this class represent a Signature Target that can be part of the FeatureBinding for a SignaturePolicy (refer SignaturePolicy.FeatureBinding).Methods in com.sun.xml.wss.impl.policy.mls that return types with arguments of type Target Modifier and Type Method Description List<Target>MandatoryTargetPolicy.FeatureBinding. getTargetBindings()Methods in com.sun.xml.wss.impl.policy.mls with parameters of type Target Modifier and Type Method Description voidMessagePolicy. addOptionalTarget(Target target)voidEncryptionPolicy.FeatureBinding. addTargetBinding(Target target)voidMandatoryTargetPolicy.FeatureBinding. addTargetBinding(Target target)adds the Target representing the Header element that must be present in the message.voidSignaturePolicy.FeatureBinding. addTargetBinding(Target target)Constructors in com.sun.xml.wss.impl.policy.mls with parameters of type Target Constructor Description EncryptionTarget(Target target)Constructor that takes a TargetSignatureTarget(Target target)Constructor that takes a Target -
Uses of Target in com.sun.xml.wss.impl.policy.verifier
Method parameters in com.sun.xml.wss.impl.policy.verifier with type arguments of type Target Modifier and Type Method Description booleanTargetResolver. isTargetPresent(List<Target> actualTargets)voidTargetResolver. resolveAndVerifyTargets(List<Target> actualTargets, List<Target> inferredTargets, WSSPolicy actualPolicy)
-