Uses of Interface
com.sun.xml.ws.security.trust.elements.BaseSTSResponse

Packages that use BaseSTSResponse
com.sun.xml.ws.security.secconv   
com.sun.xml.ws.security.trust   
com.sun.xml.ws.security.trust.elements   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.security.trust.impl.elements   
com.sun.xml.ws.security.trust.impl.ic   
com.sun.xml.ws.security.trust.impl.wssx   
com.sun.xml.ws.security.trust.util   
 

Uses of BaseSTSResponse in com.sun.xml.ws.security.secconv
 

Methods in com.sun.xml.ws.security.secconv that return BaseSTSResponse
 BaseSTSResponse WSSCContract.cancel(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Cancel a SecurityContextToken
 BaseSTSResponse NewWSSCPlugin.getRSTR(javax.xml.bind.JAXBContext jbCxt, com.sun.xml.ws.api.message.Packet respPacket)
           
 BaseSTSResponse WSSCContract.issue(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context, SecureConversationToken scToken)
          Issue a SecurityContextToken
 BaseSTSResponse WSSCContract.renew(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context, SecureConversationToken scToken)
          Renew a SecurityContextToken
 

Methods in com.sun.xml.ws.security.secconv with parameters of type BaseSTSResponse
 com.sun.xml.ws.security.IssuedTokenContext NewWSSCPlugin.processRSTR(com.sun.xml.ws.security.IssuedTokenContext context, BaseSTSRequest rst, BaseSTSResponse rstr, java.lang.String endPointAddress)
           
 

Uses of BaseSTSResponse in com.sun.xml.ws.security.trust
 

Methods in com.sun.xml.ws.security.trust that return BaseSTSResponse
 BaseSTSResponse WSTrustClientContract.createRSTRForClientInitiatedIssuedTokenContext(com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, com.sun.xml.ws.security.IssuedTokenContext context)
          Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.
 BaseSTSResponse WSTrustClientContract.handleRSTRForNegotiatedExchange(BaseSTSRequest rst, BaseSTSResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and Respond to the Challenge
 

Methods in com.sun.xml.ws.security.trust that return types with arguments of type BaseSTSResponse
static WSTrustContract<BaseSTSRequest,BaseSTSResponse> WSTrustFactory.newWSTrustContract(STSConfiguration config, java.lang.String appliesTo)
          Return a concrete implementor of WSTrustContract.
 

Methods in com.sun.xml.ws.security.trust with parameters of type BaseSTSResponse
 void WSTrustClientContract.handleRSTR(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.
 BaseSTSResponse WSTrustClientContract.handleRSTRForNegotiatedExchange(BaseSTSRequest rst, BaseSTSResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and Respond to the Challenge
abstract  org.w3c.dom.Element WSTrustElementFactory.toElement(BaseSTSResponse response)
           
abstract  javax.xml.bind.JAXBElement WSTrustElementFactory.toJAXBElement(BaseSTSResponse response)
           
abstract  javax.xml.transform.Source WSTrustElementFactory.toSource(BaseSTSResponse response)
           
 

Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.elements
 

Subinterfaces of BaseSTSResponse in com.sun.xml.ws.security.trust.elements
 interface RequestSecurityTokenResponse
           
 interface RequestSecurityTokenResponseCollection
          Used to specify multiple RSTR responses, each of which has separate key information.
 

Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.impl
 

Methods in com.sun.xml.ws.security.trust.impl that return BaseSTSResponse
 BaseSTSResponse IssueSamlTokenContract.cancel(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context, java.util.Map issuedTokenCtxMap)
          Cancel a Token
 BaseSTSResponse WSTrustContractImpl.cancel(BaseSTSRequest rst, com.sun.xml.ws.security.IssuedTokenContext context, java.util.Map map)
           
 BaseSTSResponse WSTrustClientContractImpl.createRSTRForClientInitiatedIssuedTokenContext(com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, com.sun.xml.ws.security.IssuedTokenContext context)
          Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context.
 BaseSTSResponse WSTrustClientContractImpl.handleRSTRForNegotiatedExchange(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and Respond to the Challenge
 BaseSTSResponse IssueSamlTokenContract.issue(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Issue a Token
 BaseSTSResponse WSTrustContractImpl.issue(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
           
 BaseSTSResponse IssueSamlTokenContract.issueMultiple(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Issue a Collection of Token(s) possibly for different scopes
 BaseSTSResponse IssueSamlTokenContract.renew(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Renew a Token
 BaseSTSResponse WSTrustContractImpl.renew(BaseSTSRequest rst, com.sun.xml.ws.security.IssuedTokenContext context)
           
 BaseSTSResponse IssueSamlTokenContract.validate(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
          Validate a Token
 BaseSTSResponse WSTrustContractImpl.validate(BaseSTSRequest request, com.sun.xml.ws.security.IssuedTokenContext context)
           
 

Methods in com.sun.xml.ws.security.trust.impl with parameters of type BaseSTSResponse
protected  void WSTrustContractImpl.handleExtension(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
           
 void WSTrustClientContractImpl.handleRSTR(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext.
 BaseSTSResponse WSTrustClientContractImpl.handleRSTRForNegotiatedExchange(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
          Handle an RSTR returned by the Issuer and Respond to the Challenge
 void IssueSamlTokenContract.handleUnsolicited(BaseSTSResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
          handle an unsolicited RSTR like in the case of Client Initiated Secure Conversation.
 void WSTrustContractImpl.handleUnsolicited(BaseSTSResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context)
           
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(BaseSTSResponse response)
           
 javax.xml.bind.JAXBElement WSTrustElementFactoryImpl.toJAXBElement(BaseSTSResponse response)
           
 javax.xml.transform.Source WSTrustElementFactoryImpl.toSource(BaseSTSResponse response)
           
 

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

Classes in com.sun.xml.ws.security.trust.impl.elements that implement BaseSTSResponse
 class RequestSecurityTokenResponseCollectionImpl
           
 class RequestSecurityTokenResponseImpl
          Implementation of a RequestSecurityTokenResponse.
 

Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.impl.ic
 

Methods in com.sun.xml.ws.security.trust.impl.ic with parameters of type BaseSTSResponse
protected  void ICContractImpl.handleExtension(BaseSTSRequest request, BaseSTSResponse response, com.sun.xml.ws.security.IssuedTokenContext context)
           
 

Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.impl.wssx
 

Methods in com.sun.xml.ws.security.trust.impl.wssx with parameters of type BaseSTSResponse
 org.w3c.dom.Element WSTrustElementFactoryImpl.toElement(BaseSTSResponse response)
           
 javax.xml.bind.JAXBElement WSTrustElementFactoryImpl.toJAXBElement(BaseSTSResponse response)
           
 javax.xml.transform.Source WSTrustElementFactoryImpl.toSource(BaseSTSResponse response)
           
 

Uses of BaseSTSResponse in com.sun.xml.ws.security.trust.util
 

Methods in com.sun.xml.ws.security.trust.util with parameters of type BaseSTSResponse
static java.lang.String WSTrustUtil.elemToString(BaseSTSResponse rstr, WSTrustVersion wstVer)