Uses of Class
net.shibboleth.idp.saml.profile.config.logic.LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting
-
Packages that use LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting Package Description net.shibboleth.idp.saml.profile.config.logic Implementations of logic/conditional SAML profile configuration components. -
-
Uses of LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting in net.shibboleth.idp.saml.profile.config.logic
Fields in net.shibboleth.idp.saml.profile.config.logic declared as LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting Modifier and Type Field Description private LegacyEncryptionRequirementPredicate.EncryptionRequirementSettingLegacyEncryptionRequirementPredicate. settingToApplyThe setting in effect.Methods in net.shibboleth.idp.saml.profile.config.logic that return LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting Modifier and Type Method Description static LegacyEncryptionRequirementPredicate.EncryptionRequirementSettingLegacyEncryptionRequirementPredicate.EncryptionRequirementSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting[]LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting. values()Returns an array containing the constants of this enum type, in the order they are declared.
-