org.globus.ogsa.impl.security.authentication.wssec
Class WSSecurityIdResolver

java.lang.Object
  extended byorg.globus.ogsa.impl.security.authentication.wssec.WSSecurityIdResolver

public class WSSecurityIdResolver
extends java.lang.Object

This resolver is used for resolving same-document URI like URI="#id". It is desgined to only work with SOAPEnvelopes. It looks for the Id in the first child elemenet of the Body element.


Constructor Summary
WSSecurityIdResolver()
           
 
Method Summary
 org.w3c.dom.Element getElementById(org.w3c.dom.Document doc, java.lang.String id)
           
static WSSecurityIdResolver getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSecurityIdResolver

public WSSecurityIdResolver()
Method Detail

getInstance

public static WSSecurityIdResolver getInstance()

getElementById

public org.w3c.dom.Element getElementById(org.w3c.dom.Document doc,
                                          java.lang.String id)


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.