com.pingidentity.sts.clientapi.tokens.saml
Class Saml11TokenHandler

java.lang.Object
  extended by com.pingidentity.sts.clientapi.tokens.saml.Saml11TokenHandler
All Implemented Interfaces:
TokenHandler

public class Saml11TokenHandler
extends java.lang.Object
implements TokenHandler

Class which manages of process parcing SAML 1.1 security token


Constructor Summary
Saml11TokenHandler()
           
 
Method Summary
 Token getToken(org.w3c.dom.Element element)
          Checks if the Element object instance can be parsed to a Token object instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Saml11TokenHandler

public Saml11TokenHandler()
Method Detail

getToken

public Token getToken(org.w3c.dom.Element element)
               throws SecurityTokenException
Description copied from interface: TokenHandler
Checks if the Element object instance can be parsed to a Token object instance. If it can be parsed, the handler creates a Token and initializes it with received XML data.

Specified by:
getToken in interface TokenHandler
Parameters:
element - token Element
Returns:
Token object instance initialized with received XML data or null otherwise.
Throws:
SecurityTokenException - if an exception occurs during parsing.


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