org.openid4java.server
Class IncrementalNonceGenerator

java.lang.Object
  extended by org.openid4java.server.IncrementalNonceGenerator
All Implemented Interfaces:
NonceGenerator

public class IncrementalNonceGenerator
extends java.lang.Object
implements NonceGenerator

Author:
Marius Scurtescu, Johnny Bufu

Field Summary
private  int _counter
           
private static InternetDateFormat _dateFormat
           
private static org.apache.commons.logging.Log _log
           
private  java.lang.String _timestamp
           
private static boolean DEBUG
           
 
Constructor Summary
IncrementalNonceGenerator()
           
 
Method Summary
private  java.lang.String getCurrentTimpestamp()
           
 java.lang.String next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

private static org.apache.commons.logging.Log _log

DEBUG

private static final boolean DEBUG

_dateFormat

private static InternetDateFormat _dateFormat

_timestamp

private java.lang.String _timestamp

_counter

private int _counter
Constructor Detail

IncrementalNonceGenerator

public IncrementalNonceGenerator()
Method Detail

next

public java.lang.String next()
Specified by:
next in interface NonceGenerator

getCurrentTimpestamp

private java.lang.String getCurrentTimpestamp()


Copyright 2006-2008 Sxip Identity Corporation