Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenType
-
Packages that use RequestSecurityTokenType Package Description com.sun.xml.ws.security.trust.impl.bindings com.sun.xml.ws.security.trust.impl.elements -
-
Uses of RequestSecurityTokenType in com.sun.xml.ws.security.trust.impl.bindings
Methods in com.sun.xml.ws.security.trust.impl.bindings that return RequestSecurityTokenType Modifier and Type Method Description RequestSecurityTokenTypeObjectFactory. createRequestSecurityTokenType()Create an instance ofRequestSecurityTokenTypeMethods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type RequestSecurityTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenType>ObjectFactory. createRequestSecurityToken(RequestSecurityTokenType value)Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type RequestSecurityTokenType Modifier and Type Method Description javax.xml.bind.JAXBElement<RequestSecurityTokenType>ObjectFactory. createRequestSecurityToken(RequestSecurityTokenType value) -
Uses of RequestSecurityTokenType in com.sun.xml.ws.security.trust.impl.elements
Subclasses of RequestSecurityTokenType in com.sun.xml.ws.security.trust.impl.elements Modifier and Type Class Description classRequestSecurityTokenImplImplementation of the RequestSecurityToken interface.Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenType Constructor Description RequestSecurityTokenImpl(RequestSecurityTokenType rstType)
-