Uses of Class
com.sun.xml.wss.impl.policy.mls.Target
-
-
Uses of Target in com.sun.xml.ws.security.impl.policyconv
Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type Target Modifier and Type Method Description static voidSecurityPolicyUtil. setName(Target target, WSSPolicy policy) -
Uses of Target in com.sun.xml.ws.security.opt.impl.incoming
Method parameters in com.sun.xml.ws.security.opt.impl.incoming 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.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type Target Modifier and Type Method Description ListETHandler. buildEDList(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki)protected SecurityHeaderElementETHandler. handleURI(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki)protected SecurityHeaderElementETHandler. toMessageHeader(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, Object header, KeyInfo ki, boolean isEncryptedHeaders) -
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)
-