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

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

public class Saml20TokenHandler
extends java.lang.Object
implements TokenHandler

Class which manages of process parcing SAML 2.0 security token


Constructor Summary
Saml20TokenHandler()
           
 
Method Summary
 Token getToken(org.w3c.dom.Element element)
          Check can this object parce concrete token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Saml20TokenHandler

public Saml20TokenHandler()
Method Detail

getToken

public Token getToken(org.w3c.dom.Element element)
               throws SecurityTokenException
Check can this object parce concrete token. If it can be parced item will create SecurityToken and initialize it received XML form of token.

Specified by:
getToken in interface TokenHandler
Parameters:
element - token in XML form
Returns:
SecurityToken initialized with received XML form of token or null otherwise.
Throws:
SecurityTokenException - if an exception occurs during parsing.


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