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

Packages that use RequestSecurityTokenType
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
protected  List<RequestSecurityTokenType> RequestSecurityTokenCollectionType.requestSecurityToken
           
 

Methods in com.sun.xml.ws.security.trust.impl.wssx.bindings that return RequestSecurityTokenType
 RequestSecurityTokenType ObjectFactory.createRequestSecurityTokenType()
          Create an instance of RequestSecurityTokenType
 

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

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
 class RequestSecurityTokenImpl
          Implementation of the RequestSecurityToken interface.
 

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



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