Class CacheUtil


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

      • NO_CACHE_AUTH

        public static boolean NO_CACHE_AUTH
      • BCRYPT_ROUNDS

        public static int BCRYPT_ROUNDS
    • Method Detail

      • computeCacheKey

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