toolbox.web.util
Class SyncToken

Package class diagram package SyncToken
java.lang.Object
  extended by toolbox.web.util.SyncToken

public class SyncToken
extends java.lang.Object

Generates unique tokens.

The generated id will be used as a test to ensure that duplicate form submissions do not occur.


Method Summary
static java.lang.String getToken()
          Return a unique token.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getToken

public static java.lang.String getToken()
Return a unique token.

Returns:
String representing the unique token.