com.pingidentity.sts.clientapi.protocol
Class SecurityTokenReferenceFactory

java.lang.Object
  extended by com.pingidentity.sts.clientapi.protocol.SecurityTokenReferenceFactory

public class SecurityTokenReferenceFactory
extends java.lang.Object

Used to initialize the security token references included with the base SDK and allows for specifying custom token type references.

See Also:
STSClient.registerSecurityTokenReference(QName, String, SecurityTokenReference)

Constructor Summary
SecurityTokenReferenceFactory()
           
 
Method Summary
 SecurityTokenReference referenceFor(org.w3c.dom.Element token, java.lang.String tokenType)
           
 SecurityTokenReference referenceFor(javax.xml.namespace.QName name, java.lang.String tokenType)
           
 void registerSecurityTokenReference(javax.xml.namespace.QName tokenElementName, java.lang.String tokenType, SecurityTokenReference str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityTokenReferenceFactory

public SecurityTokenReferenceFactory()
Method Detail

registerSecurityTokenReference

public void registerSecurityTokenReference(javax.xml.namespace.QName tokenElementName,
                                           java.lang.String tokenType,
                                           SecurityTokenReference str)

referenceFor

public SecurityTokenReference referenceFor(org.w3c.dom.Element token,
                                           java.lang.String tokenType)

referenceFor

public SecurityTokenReference referenceFor(javax.xml.namespace.QName name,
                                           java.lang.String tokenType)


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