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