Serialized Form
-
Package com.sun.web.security
-
Class com.sun.web.security.CNonceCacheImpl
class CNonceCacheImpl extends LinkedHashMap<String,org.glassfish.security.common.NonceInfo> implements Serializable - serialVersionUID:
- 4657887758539980470L
-
Serialized Fields
-
cnonceCacheSize
long cnonceCacheSize
Maximum number of client nonces to keep in the cache. If not specified, the default value of 1000 is used. -
eldestCNonce
String eldestCNonce
-
lastLog
long lastLog
-
nonceValidity
long nonceValidity
How long server nonces are valid for in milliseconds. Defaults to 5 minutes. -
storeName
String storeName
-
-