Uses of Interface
com.sun.xml.ws.security.trust.elements.BinaryExchange
-
Packages that use BinaryExchange 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 BinaryExchange in com.sun.xml.ws.security.trust.elements
Methods in com.sun.xml.ws.security.trust.elements that return BinaryExchange Modifier and Type Method Description BinaryExchangeWSTrustElementBase. getBinaryExchange()get BinaryExchange element if any, null otherwiseMethods in com.sun.xml.ws.security.trust.elements with parameters of type BinaryExchange Modifier and Type Method Description voidWSTrustElementBase. setBinaryExchange(BinaryExchange challenge)set a BinaryExchange -
Uses of BinaryExchange in com.sun.xml.ws.security.trust.impl.elements
Classes in com.sun.xml.ws.security.trust.impl.elements that implement BinaryExchange Modifier and Type Class Description classBinaryExchangeImplMethods in com.sun.xml.ws.security.trust.impl.elements that return BinaryExchange Modifier and Type Method Description BinaryExchangeRequestSecurityTokenImpl. getBinaryExchange()BinaryExchangeRequestSecurityTokenResponseImpl. getBinaryExchange()Methods in com.sun.xml.ws.security.trust.impl.elements with parameters of type BinaryExchange Modifier and Type Method Description voidRequestSecurityTokenImpl. setBinaryExchange(BinaryExchange exchange)voidRequestSecurityTokenResponseImpl. setBinaryExchange(BinaryExchange exchange) -
Uses of BinaryExchange in com.sun.xml.ws.security.trust.impl.wssx.elements
Classes in com.sun.xml.ws.security.trust.impl.wssx.elements that implement BinaryExchange Modifier and Type Class Description classBinaryExchangeImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return BinaryExchange Modifier and Type Method Description BinaryExchangeRequestSecurityTokenImpl. getBinaryExchange()BinaryExchangeRequestSecurityTokenResponseImpl. getBinaryExchange()BinaryExchangeSecondaryParametersImpl. getBinaryExchange()Methods in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type BinaryExchange Modifier and Type Method Description voidRequestSecurityTokenImpl. setBinaryExchange(BinaryExchange exchange)voidRequestSecurityTokenResponseImpl. setBinaryExchange(BinaryExchange exchange)voidSecondaryParametersImpl. setBinaryExchange(BinaryExchange exchange)
-