@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public final class CacheUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BCRYPT_ROUNDS |
static boolean |
NO_CACHE_AUTH |
| Modifier and Type | Method and Description |
|---|---|
static CacheKey |
computeCacheKey(String username,
hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider.Password password,
Set<CacheKey> existingKeys) |
public static boolean NO_CACHE_AUTH
public static int BCRYPT_ROUNDS
@CheckForNull public static CacheKey computeCacheKey(@Nonnull String username, @Nonnull hudson.plugins.active_directory.AbstractActiveDirectoryAuthenticationProvider.Password password, Set<CacheKey> existingKeys)
Copyright © 2016–2020. All rights reserved.