private static enum LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting extends Enum<LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting>
| Enum Constant and Description |
|---|
ALWAYS
Always encrypt.
|
CONDITIONAL
Encrypt only if confidentiality is not otherwise assumed.
|
NEVER
Never encrypt.
|
| Modifier and Type | Method and Description |
|---|---|
static LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting ALWAYS
public static final LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting CONDITIONAL
public static final LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting NEVER
public static LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting[] values()
for (LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting c : LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting.values()) System.out.println(c);
public static LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.