org.apache.ws.security.processor
Class TimestampProcessor

java.lang.Object
  extended by org.apache.ws.security.processor.TimestampProcessor
All Implemented Interfaces:
Processor

public class TimestampProcessor
extends Object
implements Processor


Constructor Summary
TimestampProcessor()
           
 
Method Summary
 String getId()
          Get the Id of the processor.
 void handleTimestamp(Timestamp timestamp)
           
 void handleToken(org.w3c.dom.Element elem, Crypto crypto, Crypto decCrypto, javax.security.auth.callback.CallbackHandler cb, WSDocInfo wsDocInfo, Vector returnResults, WSSConfig wsc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampProcessor

public TimestampProcessor()
Method Detail

handleToken

public void handleToken(org.w3c.dom.Element elem,
                        Crypto crypto,
                        Crypto decCrypto,
                        javax.security.auth.callback.CallbackHandler cb,
                        WSDocInfo wsDocInfo,
                        Vector returnResults,
                        WSSConfig wsc)
                 throws WSSecurityException
Specified by:
handleToken in interface Processor
Throws:
WSSecurityException

handleTimestamp

public void handleTimestamp(Timestamp timestamp)
                     throws WSSecurityException
Throws:
WSSecurityException

getId

public String getId()
Description copied from interface: Processor
Get the Id of the processor.

Specified by:
getId in interface Processor
Returns:
The Id string


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.