| Package | Description |
|---|---|
| com.hazelcast.security | |
| com.hazelcast.security.impl | |
| com.hazelcast.security.impl.weaksecretrules |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<WeakSecretError> |
WeakSecretException.getWeaknesses() |
| Modifier and Type | Method and Description |
|---|---|
static String |
WeakSecretException.formatMessage(String label,
EnumSet<WeakSecretError> weaknesses) |
static WeakSecretException |
WeakSecretException.of(String label,
EnumSet<WeakSecretError> weaknesses) |
| Modifier and Type | Method and Description |
|---|---|
static WeakSecretError |
WeakSecretError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WeakSecretError[] |
WeakSecretError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<WeakSecretError> |
SecretStrengthRule.check(CharSequence secret) |
Map<String,EnumSet<WeakSecretError>> |
WeakSecretsConfigChecker.evaluate() |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<WeakSecretError> |
MinLengthRule.check(CharSequence secret) |
EnumSet<WeakSecretError> |
DictionaryRule.check(CharSequence secret) |
EnumSet<WeakSecretError> |
LargeKeySpaceRule.check(CharSequence secret) |
EnumSet<WeakSecretError> |
DefaultConfigValuesRule.check(CharSequence secret) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.