|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.impl.DefaultSecureIdGenerator
public class DefaultSecureIdGenerator
An id generator that generates secure (non-predictable) random strings that are guaranteed to be unique for eternity within the scope of the running server, as long as the real-time clock is not adjusted backwards.
| Constructor Summary | |
|---|---|
DefaultSecureIdGenerator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
generate()
Generates an id string guaranteed to be unique for eternity within the scope of the running server, as long as the real-time clock is not adjusted backwards. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSecureIdGenerator()
| Method Detail |
|---|
public java.lang.String generate()
generate in interface IdGeneratorIdGenerator.generate()
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||