Uses of Interface
com.sun.xml.ws.security.trust.elements.SignChallenge
-
Packages that use SignChallenge Package Description com.sun.xml.ws.security.trust.elements com.sun.xml.ws.security.trust.impl.elements com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of SignChallenge in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return SignChallenge Modifier and Type Method Description SignChallengeWSTrustElementBase. getSignChallenge()get SignChallenge element if any, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type SignChallenge Modifier and Type Method Description voidWSTrustElementBase. setSignChallenge(SignChallenge challenge)Set a SignChallenge -
Uses of SignChallenge in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement SignChallenge Modifier and Type Class Description classSignChallengeImplChallenge that requires the other party to sign a specified set of information.Methods in com.sun.xml.ws.security.trust.impl.elements that return SignChallenge Modifier and Type Method Description SignChallengeRequestSecurityTokenImpl. getSignChallenge()SignChallengeRequestSecurityTokenResponseImpl. getSignChallenge()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type SignChallenge Modifier and Type Method Description voidRequestSecurityTokenImpl. setSignChallenge(SignChallenge challenge)voidRequestSecurityTokenResponseImpl. setSignChallenge(SignChallenge challenge) -
Uses of SignChallenge in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement SignChallenge Modifier and Type Class Description classSignChallengeImplChallenge that requires the other party to sign a specified set of information.Methods in com.sun.xml.ws.security.trust.impl.wssx.elements that return SignChallenge Modifier and Type Method Description SignChallengeRequestSecurityTokenImpl. getSignChallenge()SignChallengeRequestSecurityTokenResponseImpl. getSignChallenge()SignChallengeSecondaryParametersImpl. getSignChallenge()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type SignChallenge Modifier and Type Method Description voidRequestSecurityTokenImpl. setSignChallenge(SignChallenge challenge)voidRequestSecurityTokenResponseImpl. setSignChallenge(SignChallenge challenge)voidSecondaryParametersImpl. setSignChallenge(SignChallenge challenge)
-