Class LegacyEncryptionRequirementPredicate
- java.lang.Object
-
- org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate
-
- net.shibboleth.idp.saml.profile.config.logic.LegacyEncryptionRequirementPredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class LegacyEncryptionRequirementPredicate extends NoConfidentialityMessageChannelPredicate
A predicate implementation that supports the legacy V2 configuration options of "always", "conditional", and "never" for encryption.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classLegacyEncryptionRequirementPredicate.EncryptionRequirementSettingInternal enum for the options supported.
-
Field Summary
Fields Modifier and Type Field Description private LegacyEncryptionRequirementPredicate.EncryptionRequirementSettingsettingToApplyThe setting in effect.
-
Constructor Summary
Constructors Constructor Description LegacyEncryptionRequirementPredicate(String setting)Constructor.
-
-
-
Field Detail
-
settingToApply
private final LegacyEncryptionRequirementPredicate.EncryptionRequirementSetting settingToApply
The setting in effect.
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)- Specified by:
testin interfacePredicate<ProfileRequestContext>- Overrides:
testin classNoConfidentialityMessageChannelPredicate
-
-