Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.RequestedSecurityTokenType
-
Packages that use RequestedSecurityTokenType Package Description com.sun.xml.ws.security.trust.impl.bindings com.sun.xml.ws.security.trust.impl.elements -
-
Uses of RequestedSecurityTokenType in com.sun.xml.ws.security.trust.impl.bindings
Methods in com.sun.xml.ws.security.trust.impl.bindings that return RequestedSecurityTokenType Modifier and Type Method Description RequestedSecurityTokenTypeObjectFactory. createRequestedSecurityTokenType()Create an instance ofRequestedSecurityTokenTypeMethods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type RequestedSecurityTokenType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RequestedSecurityTokenType>ObjectFactory. createRequestedSecurityToken(RequestedSecurityTokenType value)Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type RequestedSecurityTokenType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RequestedSecurityTokenType>ObjectFactory. createRequestedSecurityToken(RequestedSecurityTokenType value) -
Uses of RequestedSecurityTokenType in com.sun.xml.ws.security.trust.impl.elements
Subclasses of RequestedSecurityTokenType in com.sun.xml.ws.security.trust.impl.elements Modifier and Type Class Description classRequestedSecurityTokenImplImplementation for the RequestedSecurityToken.Methods in com.sun.xml.ws.security.trust.impl.elements that return RequestedSecurityTokenType Modifier and Type Method Description static RequestedSecurityTokenTypeRequestedSecurityTokenImpl. fromElement(Element element)Constructs aRequestedSecurityTokenelement from an existing XML block.Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestedSecurityTokenType Constructor Description RequestedSecurityTokenImpl(RequestedSecurityTokenType rdstType)
-