com.pingidentity.sts.clientapi.protocol
Class KeyIdentifierTokenReference.SamlIdProvider

java.lang.Object
  extended by com.pingidentity.sts.clientapi.protocol.KeyIdentifierTokenReference.SamlIdProvider
All Implemented Interfaces:
KeyIdentifierTokenReference.IdProvider
Enclosing class:
KeyIdentifierTokenReference

public static class KeyIdentifierTokenReference.SamlIdProvider
extends java.lang.Object
implements KeyIdentifierTokenReference.IdProvider

Id Provider for SAML assertion tokens.


Constructor Summary
KeyIdentifierTokenReference.SamlIdProvider()
           
 
Method Summary
 java.lang.String obtainId(org.w3c.dom.Element token)
          Creates or gets the ID for referencing the token
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyIdentifierTokenReference.SamlIdProvider

public KeyIdentifierTokenReference.SamlIdProvider()
Method Detail

obtainId

public java.lang.String obtainId(org.w3c.dom.Element token)
                          throws STSClientException
Description copied from interface: KeyIdentifierTokenReference.IdProvider
Creates or gets the ID for referencing the token

Specified by:
obtainId in interface KeyIdentifierTokenReference.IdProvider
Parameters:
token - the token
Returns:
the token ID
Throws:
STSClientException - if an ID can't be obtained


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