Uses of Class
org.xmlsoap.schemas.ws._2005._02.trust.RequestSecurityTokenResponseType

Packages that use RequestSecurityTokenResponseType
org.xmlsoap.schemas.ws._2005._02.trust.holders   
org.xmlsoap.schemas.ws._2005._02.trust.impl   
org.xmlsoap.schemas.ws._2005._02.trust.wsdl   
 

Uses of RequestSecurityTokenResponseType in org.xmlsoap.schemas.ws._2005._02.trust.holders
 

Fields in org.xmlsoap.schemas.ws._2005._02.trust.holders declared as RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType RequestSecurityTokenResponseTypeHolder.value
           
 

Constructors in org.xmlsoap.schemas.ws._2005._02.trust.holders with parameters of type RequestSecurityTokenResponseType
RequestSecurityTokenResponseTypeHolder(RequestSecurityTokenResponseType value)
           
 

Uses of RequestSecurityTokenResponseType in org.xmlsoap.schemas.ws._2005._02.trust.impl
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust.impl that return RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType[] WSSecurityRequestorSOAPBindingStub.challenge2(RequestSecurityTokenResponseType response)
           
 RequestSecurityTokenResponseType[] WSSecurityRequestorSOAPBindingSkeleton.challenge2(RequestSecurityTokenResponseType response)
           
 RequestSecurityTokenResponseType[] WSSecurityRequestorSOAPBindingImpl.challenge2(RequestSecurityTokenResponseType response)
           
 RequestSecurityTokenResponseType SecurityTokenServiceSOAPBindingStub.requestSecurityToken(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceSOAPBindingSkeleton.requestSecurityToken(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType SecurityTokenServiceSOAPBindingImpl.requestSecurityToken(RequestSecurityTokenType RST)
          This method is called each time the framework receives a RequestSecurityToken message requesting a single RequestSecurityTokenResponse.
 RequestSecurityTokenResponseType[] SecurityTokenServiceSOAPBindingStub.requestSecurityToken2(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType[] SecurityTokenServiceSOAPBindingSkeleton.requestSecurityToken2(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType[] SecurityTokenServiceSOAPBindingImpl.requestSecurityToken2(RequestSecurityTokenType RST)
          This method is called each time the framework receives a RequestSecurityToken message requesting a RequestSecurityTokenResponseCollection.
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust.impl with parameters of type RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType[] WSSecurityRequestorSOAPBindingStub.challenge2(RequestSecurityTokenResponseType response)
           
 RequestSecurityTokenResponseType[] WSSecurityRequestorSOAPBindingSkeleton.challenge2(RequestSecurityTokenResponseType response)
           
 RequestSecurityTokenResponseType[] WSSecurityRequestorSOAPBindingImpl.challenge2(RequestSecurityTokenResponseType response)
           
 void WSSecurityRequestorSOAPBindingStub.securityTokenResponse(RequestSecurityTokenResponseType response)
           
 void WSSecurityRequestorSOAPBindingSkeleton.securityTokenResponse(RequestSecurityTokenResponseType response)
           
 void WSSecurityRequestorSOAPBindingImpl.securityTokenResponse(RequestSecurityTokenResponseType response)
           
 void WSSecurityRequestorSOAPBindingStub.securityTokenResponse2(RequestSecurityTokenResponseType[] responseCollection)
           
 void WSSecurityRequestorSOAPBindingSkeleton.securityTokenResponse2(RequestSecurityTokenResponseType[] responseCollection)
           
 void WSSecurityRequestorSOAPBindingImpl.securityTokenResponse2(RequestSecurityTokenResponseType[] responseCollection)
           
 

Uses of RequestSecurityTokenResponseType in org.xmlsoap.schemas.ws._2005._02.trust.wsdl
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust.wsdl that return RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType[] WSSecurityRequestor.challenge2(RequestSecurityTokenResponseType response)
           
 RequestSecurityTokenResponseType SecurityTokenService.requestSecurityToken(RequestSecurityTokenType request)
           
 RequestSecurityTokenResponseType[] SecurityTokenService.requestSecurityToken2(RequestSecurityTokenType request)
           
 

Methods in org.xmlsoap.schemas.ws._2005._02.trust.wsdl with parameters of type RequestSecurityTokenResponseType
 RequestSecurityTokenResponseType[] WSSecurityRequestor.challenge2(RequestSecurityTokenResponseType response)
           
 void WSSecurityRequestor.securityTokenResponse(RequestSecurityTokenResponseType response)
           
 void WSSecurityRequestor.securityTokenResponse2(RequestSecurityTokenResponseType[] responseCollection)