Uses of Class
com.pingidentity.sts.clientapi.model.RequestSecurityTokenData

Packages that use RequestSecurityTokenData
com.pingidentity.sts.clientapi Main client SDK classes, exceptions, and constants. 
com.pingidentity.sts.clientapi.protocol Interfaces and data classes used for parsing WS-Trst messages and interactions with the PingFederate STS endpoint. 
 

Uses of RequestSecurityTokenData in com.pingidentity.sts.clientapi
 

Methods in com.pingidentity.sts.clientapi that return RequestSecurityTokenData
 RequestSecurityTokenData STSClient.createIssueData()
          Creates request data for an Issue RST request.
 RequestSecurityTokenData STSClient.createValidateData()
          Creates request data for a Validate RST request.
 

Methods in com.pingidentity.sts.clientapi with parameters of type RequestSecurityTokenData
 STSResponse STSClient.makeRequest(RequestSecurityTokenData rstData, org.w3c.dom.Element token, java.lang.Object requestorCredentials, java.lang.String tokenType)
           
 STSResponse STSClient.makeRequest(RequestSecurityTokenData rstData, org.w3c.dom.Element token, java.lang.Object requestorCredentials, java.lang.String tokenType, boolean embeddedToken)
          Sends the RST request to the STS server.
 STSResponse STSClient.makeRequest(RequestSecurityTokenData rstData, org.w3c.dom.Element token, java.lang.Object requestorCredentials, java.lang.String tokenType, javax.security.auth.x500.X500PrivateCredential credential)
          Sends the RST request to the STS server.
 STSResponse STSClient.makeRequest(RequestSecurityTokenData rstData, org.w3c.dom.Element token, java.lang.Object requestorCredentials, java.lang.String tokenType, javax.security.auth.x500.X500PrivateCredential credential, boolean useEmbeddedToken)
          Sends the RST request to the STS server.
 

Uses of RequestSecurityTokenData in com.pingidentity.sts.clientapi.protocol
 

Methods in com.pingidentity.sts.clientapi.protocol with parameters of type RequestSecurityTokenData
 void STSMessage.createRstElement(RequestSecurityTokenData rstData, org.w3c.dom.Element token)
          Creates RST.
 void STSMessage.createRstElement(RequestSecurityTokenData rstData, org.w3c.dom.Element token, java.lang.String tokenType, SecurityTokenReferenceFactory referenceFactory)
          Creates RST.
 



Copyright © 2006-2009 Ping Identity Corporation. All Rights Reserved.