| java.lang.Object org.springframework.webflow.util.RandomGuidUidGenerator
RandomGuidUidGenerator | public class RandomGuidUidGenerator implements UidGenerator,Serializable(Code) | | A key generator that uses the RandomGuid support class. The default
implementation used by the webflow system.
author: Keith Donald |
isSecure | public boolean isSecure()(Code) | | Returns whether or not the generated random numbers are
secure, meaning cryptographically strong.
|
setSecure | public void setSecure(boolean secure)(Code) | | Sets whether or not the generated random numbers should be
secure. If set to true, generated GUIDs are cryptographically
strong.
|
|
|