Uses of Interface
com.sun.xml.ws.security.policy.SignedEndorsingSupportingTokens
-
Packages that use SignedEndorsingSupportingTokens Package Description com.sun.xml.ws.security.impl.policy com.sun.xml.ws.security.impl.policyconv com.sun.xml.ws.security.policy -
-
Uses of SignedEndorsingSupportingTokens in com.sun.xml.ws.security.impl.policy
Classes in com.sun.xml.ws.security.impl.policy that implement SignedEndorsingSupportingTokens Modifier and Type Class Description classSignedEndorsingEncryptedSupportingTokensclassSignedEndorsingSupportingTokens -
Uses of SignedEndorsingSupportingTokens in com.sun.xml.ws.security.impl.policyconv
Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type SignedEndorsingSupportingTokens Modifier and Type Method Description voidBindingProcessor. processSupportingTokens(SignedEndorsingSupportingTokens est)voidNilBindingProcessor. processSupportingTokens(SignedEndorsingSupportingTokens est)voidTransportBindingProcessor. processSupportingTokens(SignedEndorsingSupportingTokens set) -
Uses of SignedEndorsingSupportingTokens in com.sun.xml.ws.security.policy
Subinterfaces of SignedEndorsingSupportingTokens in com.sun.xml.ws.security.policy Modifier and Type Interface Description interfaceSignedEndorsingEncryptedSupportingTokensSigned, endorsing, encrypted supporting tokens are signed, endorsing supporting tokens that are also encrypted when they appear in the wsse:SecurityHeader.
-