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

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

public class SecurityTokenReference
extends java.lang.Object


Field Summary
protected  org.w3c.dom.Element element
           
static javax.xml.namespace.QName TOKEN
           
 
Constructor Summary
SecurityTokenReference(org.w3c.dom.Document doc)
           
SecurityTokenReference(org.w3c.dom.Element elem)
           
 
Method Summary
 org.w3c.dom.Element getElement()
           
 java.lang.String getID()
           
 Reference getReference()
           
 void setID(java.lang.String id)
           
 void setReference(Reference ref)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TOKEN

public static final javax.xml.namespace.QName TOKEN

element

protected org.w3c.dom.Element element
Constructor Detail

SecurityTokenReference

public SecurityTokenReference(org.w3c.dom.Element elem)
                       throws WSSecurityException

SecurityTokenReference

public SecurityTokenReference(org.w3c.dom.Document doc)
Method Detail

setReference

public void setReference(Reference ref)

getReference

public Reference getReference()
                       throws WSSecurityException
Throws:
WSSecurityException

getElement

public org.w3c.dom.Element getElement()

getID

public java.lang.String getID()

setID

public void setID(java.lang.String id)

toString

public java.lang.String toString()


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