Package de.xima.fc.security.cache
Class AuthClientCacheHelper
- java.lang.Object
-
- de.xima.fc.security.cache.AuthClientCacheHelper
-
public class AuthClientCacheHelper extends Object
Helper class for working with theAuthClientCache
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH, Dresden
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IAuthenticatorClients
createClients(String authTarget, IClientDescriptor clientDescriptor)
static long
getCacheHeapCount()
static long
getTimeToIdle()
-
-
-
Method Detail
-
getCacheHeapCount
public static long getCacheHeapCount()
-
getTimeToIdle
public static long getTimeToIdle()
-
createClients
public static IAuthenticatorClients createClients(String authTarget, IClientDescriptor clientDescriptor)
-
-