com.pingidentity.sts.clientapi.protocol
Class SecurityTokenReferenceFactory
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityTokenReferenceFactory
public SecurityTokenReferenceFactory()
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.