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

Packages that use STSResponse
com.pingidentity.sts.clientapi Main client SDK classes, exceptions, and constants. 
 

Uses of STSResponse in com.pingidentity.sts.clientapi
 

Methods in com.pingidentity.sts.clientapi that return STSResponse
 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.
 



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