Package org.glassfish.security.common
Interface CNonceCache
- Author:
- vbkumarjayanti
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()destroylonglongvoidInitialize the cachevoidsetCnonceCacheSize(long cnonceCacheSize) voidsetNonceValidity(long nonceValidity) Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
setCnonceCacheSize
void setCnonceCacheSize(long cnonceCacheSize) - Parameters:
cnonceCacheSize- the cnonceCacheSize to set
-
setNonceValidity
void setNonceValidity(long nonceValidity) - Parameters:
nonceValidity- the nonceValidity to set
-
getCnonceCacheSize
long getCnonceCacheSize()- Returns:
- the cnonceCacheSize
-
getNonceValidity
long getNonceValidity()- Returns:
- the nonceValidity
-
init
Initialize the cache -
destroy
void destroy()destroy
-