Class CNonceCacheFactoryImpl

  • All Implemented Interfaces:
    CNonceCacheFactory, org.glassfish.hk2.api.PostConstruct

    @Service
    @Singleton
    public class CNonceCacheFactoryImpl
    extends Object
    implements CNonceCacheFactory, org.glassfish.hk2.api.PostConstruct
    Author:
    vbkumarjayanti
    • Field Detail

      • cnonceCacheSize

        protected long cnonceCacheSize
        Maximum number of client nonces to keep in the cache. If not specified, the default value of 1000 is used.
      • nonceValidity

        protected long nonceValidity
        How long server nonces are valid for in milliseconds. Defaults to 5 minutes.
    • Constructor Detail

      • CNonceCacheFactoryImpl

        public CNonceCacheFactoryImpl()