@Service @Singleton public class CNonceCacheFactoryImpl extends Object implements com.sun.enterprise.security.CNonceCacheFactory, org.glassfish.hk2.api.PostConstruct
| Modifier and Type | Field and Description |
|---|---|
protected long |
cnonceCacheSize
Maximum number of client nonces to keep in the cache.
|
protected long |
nonceValidity
How long server nonces are valid for in milliseconds.
|
| Constructor and Description |
|---|
CNonceCacheFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.security.common.CNonceCache |
createCNonceCache(String appName,
String clusterName,
String instanceName,
String storeName) |
void |
postConstruct() |
protected long cnonceCacheSize
protected long nonceValidity
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.