Package de.xima.fc.web.common.cache
Class NtlmCache
java.lang.Object
de.xima.fc.web.common.cache.NtlmCache
- Direct Known Subclasses:
NtlmCacheManager
Cache for NTLM related settings, such as the available challenge managers.
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.ehcache.Cache<String,
byte[]> static int
Deprecated.static int
Deprecated.static org.ehcache.Cache<String,
org.ntlmv2.liferay.NtlmManager> static org.ntlmv2.liferay.NtlmManager
Erzeugt eine neue NtlmManager-Instanz oder holt sie aus dem Cachestatic void
init()
static void
reinit()
Reinitialize the cache with the current properties.static void
Deprecated.static void
shutdown()
Removes the cache instance
-
Field Details
-
CHALLANGE_CACHE_NAME
Name of challenge manager cache.- See Also:
-
MANAGER_CACHE_NAME
Name of NTLM manager cache.- See Also:
-
-
Constructor Details
-
NtlmCache
public NtlmCache()
-
-
Method Details
-
getChallengeManagerCache
-
getMaxDiskSize
Deprecated. -
getMaxHeapCount
Deprecated. -
getNtlmManagerCache
-
getNtlmManagerInstance
Erzeugt eine neue NtlmManager-Instanz oder holt sie aus dem Cache- Returns:
- the
NtlmManager
- Throws:
ConfigurationException
- on errors while initilization
-
init
public static void init() -
reinit
public static void reinit()Reinitialize the cache with the current properties. -
reinitConfig
Deprecated.Usereinit()
.Reinitialize the cache with the current properties. -
shutdown
public static void shutdown()Removes the cache instance
-
reinit()
.