|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.util.RandomGuidUidGenerator
public class RandomGuidUidGenerator
A key generator that uses the RandomGuid support class. The default implementation used by the webflow system.
Constructor Summary | |
---|---|
RandomGuidUidGenerator()
|
Method Summary | |
---|---|
java.io.Serializable |
generateUid()
Generate a new unique id. |
boolean |
isSecure()
Returns whether or not the generated random numbers are secure, meaning cryptographically strong. |
java.io.Serializable |
parseUid(java.lang.String encodedUid)
Convert the string-encoded uid into its original object form. |
void |
setSecure(boolean secure)
Sets whether or not the generated random numbers should be secure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomGuidUidGenerator()
Method Detail |
---|
public boolean isSecure()
public void setSecure(boolean secure)
public java.io.Serializable generateUid()
UidGenerator
generateUid
in interface UidGenerator
public java.io.Serializable parseUid(java.lang.String encodedUid)
UidGenerator
parseUid
in interface UidGenerator
encodedUid
- the string encoded uid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |