Uses of Interface
com.sun.xml.ws.security.trust.elements.BaseSTSResponse
-
Packages that use BaseSTSResponse Package Description com.sun.xml.ws.security.trust com.sun.xml.ws.security.trust.elements -
-
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust
Methods in com.sun.xml.ws.security.trust with parameters of type BaseSTSResponse Modifier and Type Method Description abstract ElementWSTrustElementFactory. toElement(BaseSTSResponse response)abstract jakarta.xml.bind.JAXBElementWSTrustElementFactory. toJAXBElement(BaseSTSResponse response)abstract SourceWSTrustElementFactory. toSource(BaseSTSResponse response) -
Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.elements
Subinterfaces of BaseSTSResponse in com.sun.xml.ws.security.trust.elements Modifier and Type Interface Description interfaceRequestSecurityTokenResponseinterfaceRequestSecurityTokenResponseCollectionUsed to specify multiple RSTR responses, each of which has separate key information.
-