Uses of Class
com.sun.xml.ws.security.trust.impl.wssx.bindings.RequestedProofTokenType
-
Packages that use RequestedProofTokenType Package Description com.sun.xml.ws.security.trust.impl.wssx.bindings com.sun.xml.ws.security.trust.impl.wssx.elements -
-
Uses of RequestedProofTokenType in com.sun.xml.ws.security.trust.impl.wssx.bindings
Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return RequestedProofTokenType Modifier and Type Method Description RequestedProofTokenTypeObjectFactory. createRequestedProofTokenType()Create an instance ofRequestedProofTokenTypeMethods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return types with arguments of type RequestedProofTokenType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RequestedProofTokenType>ObjectFactory. createRequestedProofToken(RequestedProofTokenType value)Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings with parameters of type RequestedProofTokenType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RequestedProofTokenType>ObjectFactory. createRequestedProofToken(RequestedProofTokenType value) -
Uses of RequestedProofTokenType in com.sun.xml.ws.security.trust.impl.wssx.elements
Subclasses of RequestedProofTokenType in com.sun.xml.ws.security.trust.impl.wssx.elements Modifier and Type Class Description classRequestedProofTokenImplMethods in com.sun.xml.ws.security.trust.impl.wssx.elements that return RequestedProofTokenType Modifier and Type Method Description static RequestedProofTokenTypeRequestedProofTokenImpl. fromElement(Element element)Constructors in com.sun.xml.ws.security.trust.impl.wssx.elements with parameters of type RequestedProofTokenType Constructor Description RequestedProofTokenImpl(RequestedProofTokenType rptType)
-