Uses of Class
com.pingidentity.sts.clientapi.SecurityTokenException

Packages that use SecurityTokenException
com.pingidentity.sts.clientapi Main client SDK classes, exceptions, and constants. 
com.pingidentity.sts.clientapi.tokens Interfaces and classes which describe behaviors for security tokens. 
com.pingidentity.sts.clientapi.tokens.saml Data classes for SAML tokens. 
com.pingidentity.sts.clientapi.tokens.wsse Data classes for WS-Security tokens. 
com.pingidentity.sts.clientapi.utils Various utility classes used internally by the PingFederate STS Client SDK. 
 

Uses of SecurityTokenException in com.pingidentity.sts.clientapi
 

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

Uses of SecurityTokenException in com.pingidentity.sts.clientapi.tokens
 

Methods in com.pingidentity.sts.clientapi.tokens that throw SecurityTokenException
 org.w3c.dom.Element Token.getRoot()
          Retrieves the raw token data as an XML Element.
 Token TokenHandler.getToken(org.w3c.dom.Element element)
          Checks if the Element object instance can be parsed to a Token object instance.
 Token TokenFactory.getToken(org.w3c.dom.Element element)
          Parses the security token.
 void Token.parse(org.w3c.dom.Element root)
          Parses the provided XML Element into a token.
 

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

Methods in com.pingidentity.sts.clientapi.tokens.saml that throw SecurityTokenException
protected abstract  void SamlToken.doParse(org.w3c.dom.Element e)
          Loads an XML root into properties of the SecurityToken.
protected  void Saml20Token.doParse(org.w3c.dom.Element xmlToken)
          Loads an XML element into properties of the SecurityToken.
protected  void Saml11Token.doParse(org.w3c.dom.Element xmlToken)
          Loads an XML element into properties of the SecurityToken.
protected  void EncryptedSaml20Token.doParse(org.w3c.dom.Element e)
           
 Token Saml20TokenHandler.getToken(org.w3c.dom.Element element)
          Check can this object parce concrete token.
 Token Saml11TokenHandler.getToken(org.w3c.dom.Element element)
           
protected  void Saml20Token.loadAttributes(java.util.List<org.w3c.dom.Element> attributes)
           
protected  void Saml11Token.loadAttributes(java.util.List<org.w3c.dom.Element> attributes)
           
 void SamlToken.parse(org.w3c.dom.Element element)
          Wraps an XML w3c Element as a secutity token
 

Constructors in com.pingidentity.sts.clientapi.tokens.saml that throw SecurityTokenException
EncryptedSaml20Token(org.w3c.dom.Element element)
           
Saml11Token(org.w3c.dom.Element element)
          Creates a new instance of the Saml1_1Token class using the specified element.
Saml20Token(org.w3c.dom.Element element)
          Creates a new instance of the Saml2_0Token class using the specified element.
SamlToken(org.w3c.dom.Element element)
          Creates a new instance of the SamlTokenBase class using the specified root.
 

Uses of SecurityTokenException in com.pingidentity.sts.clientapi.tokens.wsse
 

Methods in com.pingidentity.sts.clientapi.tokens.wsse that throw SecurityTokenException
protected  org.w3c.dom.Element BinaryToken.createToken(java.lang.String encodedData)
          Sets the encoded data portion of the binary token.
 org.w3c.dom.Element UsernameToken.getRoot()
           
 org.w3c.dom.Element BinaryToken.getRoot()
           
 void UsernameToken.parse(org.w3c.dom.Element root)
           
 void BinaryToken.parse(org.w3c.dom.Element root)
           
 

Constructors in com.pingidentity.sts.clientapi.tokens.wsse that throw SecurityTokenException
X509CertificateToken(javax.security.auth.x500.X500PrivateCredential credential)
           
 

Uses of SecurityTokenException in com.pingidentity.sts.clientapi.utils
 

Methods in com.pingidentity.sts.clientapi.utils that throw SecurityTokenException
static java.util.Calendar XPathEngine.getCalendar(org.w3c.dom.Element root, java.lang.String xpathExpr, boolean isRequired, java.lang.String friendlyName)
           
static java.util.Calendar XPathEngine.getCalendar(org.w3c.dom.Element root, java.lang.String xpathExpr, java.lang.String friendlyName)
           
static java.util.List<org.w3c.dom.Element> XPathEngine.getNodes(org.w3c.dom.Element root, java.lang.String xpathExpr, java.lang.String friendlyName)
           
static java.lang.String XPathEngine.getString(org.w3c.dom.Element root, java.lang.String xpathExpr, boolean isRequired, java.lang.String friendlyName)
           
 



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