Uses of Class
com.pingidentity.sts.clientapi.tokens.saml.SamlToken

Packages that use SamlToken
com.pingidentity.sts.clientapi Main client SDK classes, exceptions, and constants. 
com.pingidentity.sts.clientapi.tokens.saml Data classes for SAML tokens. 
 

Uses of SamlToken in com.pingidentity.sts.clientapi
 

Methods in com.pingidentity.sts.clientapi that return SamlToken
 SamlToken STSClient.extractTokenFromSecurityHeader(org.w3c.dom.Element securityHeader)
          Extracts a SAML Assertion from a Security Header.
 

Methods in com.pingidentity.sts.clientapi with parameters of type SamlToken
 boolean STSClient.validateToken(SamlToken token)
          Validates a given token on the PingFederate server.
 

Uses of SamlToken in com.pingidentity.sts.clientapi.tokens.saml
 

Subclasses of SamlToken in com.pingidentity.sts.clientapi.tokens.saml
 class EncryptedSaml20Token
          Represents a encrypted SAML 2.0 security token
 class Saml11Token
          Represents a SAML 1.1 security token
 class Saml20Token
          Represents a SAML 2.0 security token
 



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