com.pingidentity.sts.clientapi.protocol
Interface SecurityTokenReference

All Known Implementing Classes:
KeyIdentifierTokenReference, SimpleTokenReference

public interface SecurityTokenReference

SecurityTokenReference references the token from an XML Element.


Method Summary
 java.lang.String getTokenType()
           
 void referenceToken(com.pingidentity.sts.commonutils.xml.easydom.XElement element, org.w3c.dom.Element token)
          Adds the SecurityTokenReference Element to the element that references the token
 

Method Detail

referenceToken

void referenceToken(com.pingidentity.sts.commonutils.xml.easydom.XElement element,
                    org.w3c.dom.Element token)
                    throws STSClientException
Adds the SecurityTokenReference Element to the element that references the token

Parameters:
element - the element that contains SecurityTokenReference
token - the token that is referred to
Throws:
SOAPException - if underlying exception occurs
STSClientException - if the reference can't be created

getTokenType

java.lang.String getTokenType()


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