com.pingidentity.sts.clientapi.protocol
Interface KeyIdentifierTokenReference.IdProvider

All Known Implementing Classes:
KeyIdentifierTokenReference.SamlIdProvider
Enclosing class:
KeyIdentifierTokenReference

public static interface KeyIdentifierTokenReference.IdProvider

Provides referencing ID.


Method Summary
 java.lang.String obtainId(org.w3c.dom.Element token)
          Creates or gets the ID for referencing the token
 

Method Detail

obtainId

java.lang.String obtainId(org.w3c.dom.Element token)
                          throws STSClientException
Creates or gets the ID for referencing the token

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.