@Service @Singleton public class CNonceCacheFactoryImpl extends Object implements 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.
|
CLUSTER_NAME_PROP, INSTANCE_NAME_PROP
Constructor and Description |
---|
CNonceCacheFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
CNonceCache |
createCNonceCache(String appName,
String clusterName,
String instanceName,
String storeName) |
void |
postConstruct() |
protected long cnonceCacheSize
protected long nonceValidity
public void postConstruct()
postConstruct
in interface org.glassfish.hk2.api.PostConstruct
public CNonceCache createCNonceCache(String appName, String clusterName, String instanceName, String storeName)
createCNonceCache
in interface CNonceCacheFactory
Copyright © 2019. All rights reserved.