org.globus.wsrf.impl.security.authentication.wssec
Class TimestampHeader

java.lang.Object
  extended byorg.globus.wsrf.impl.security.authentication.wssec.TimestampHeader

public class TimestampHeader
extends Object


Constructor Summary
TimestampHeader(Document doc, String tsPrefix)
           
TimestampHeader(Document doc, String tsPrefix, Calendar now)
           
TimestampHeader(Document doc, String tsPrefix, Calendar now, String nonceValueStr)
           
TimestampHeader(Element tsHeader)
           
 
Method Summary
 Calendar getCreationTime()
           
 Element getElement()
           
 String getId()
           
 String getNonceValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampHeader

public TimestampHeader(Element tsHeader)

TimestampHeader

public TimestampHeader(Document doc,
                       String tsPrefix)
                throws Exception

TimestampHeader

public TimestampHeader(Document doc,
                       String tsPrefix,
                       Calendar now)
                throws Exception

TimestampHeader

public TimestampHeader(Document doc,
                       String tsPrefix,
                       Calendar now,
                       String nonceValueStr)
                throws Exception
Method Detail

getElement

public Element getElement()

getId

public String getId()

getNonceValue

public String getNonceValue()
                     throws Exception
Throws:
Exception

getCreationTime

public Calendar getCreationTime()
                         throws Exception
Throws:
Exception


Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.