Uses of Class
com.sun.xml.ws.security.trust.impl.bindings.RequestSecurityTokenType

Packages that use RequestSecurityTokenType
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
 RequestSecurityTokenType ObjectFactory.createRequestSecurityTokenType()
          Create an instance of RequestSecurityTokenType
 

Methods in com.sun.xml.ws.security.trust.impl.bindings that return types with arguments of type RequestSecurityTokenType
 JAXBElement<RequestSecurityTokenType> ObjectFactory.createRequestSecurityToken(RequestSecurityTokenType value)
          Create an instance of JAXBElement<RequestSecurityTokenType>}
 

Methods in com.sun.xml.ws.security.trust.impl.bindings with parameters of type RequestSecurityTokenType
 JAXBElement<RequestSecurityTokenType> ObjectFactory.createRequestSecurityToken(RequestSecurityTokenType value)
          Create an instance of JAXBElement<RequestSecurityTokenType>}
 

Uses of RequestSecurityTokenType in com.sun.xml.ws.security.trust.impl.elements
 

Subclasses of RequestSecurityTokenType in com.sun.xml.ws.security.trust.impl.elements
 class RequestSecurityTokenImpl
          Implementation of the RequestSecurityToken interface.
 

Constructors in com.sun.xml.ws.security.trust.impl.elements with parameters of type RequestSecurityTokenType
RequestSecurityTokenImpl(RequestSecurityTokenType rstType)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.