Package hudson.plugins.active_directory
Class CacheUtil
java.lang.Object
hudson.plugins.active_directory.CacheUtil
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public final class CacheUtil
extends Object
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CacheKey
computeCacheKey
(String username, hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider.Password password, Set<CacheKey> existingKeys)
-
Field Details
-
NO_CACHE_AUTH
public static boolean NO_CACHE_AUTH -
BCRYPT_ROUNDS
public static int BCRYPT_ROUNDS
-
-
Method Details
-
computeCacheKey
-