Class CacheUtil

java.lang.Object
hudson.plugins.active_directory.CacheUtil

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class CacheUtil extends Object
  • Field Details

    • NO_CACHE_AUTH

      public static boolean NO_CACHE_AUTH
    • BCRYPT_ROUNDS

      public static int BCRYPT_ROUNDS
  • Method Details

    • computeCacheKey

      @CheckForNull public static CacheKey computeCacheKey(@NonNull String username, @NonNull hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider.Password password, Set<CacheKey> existingKeys)