Class LegacySigningRequirementPredicate
java.lang.Object
org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate
net.shibboleth.idp.saml.profile.config.logic.LegacySigningRequirementPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
,Predicate<ProfileRequestContext>
A predicate implementation that supports the legacy V2 configuration options of
"always", "conditional", and "never" for signing.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static enum
Internal enum for the options supported. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe setting in effect. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
settingToApply
The setting in effect.
-
-
Constructor Details
-
LegacySigningRequirementPredicate
Constructor.- Parameters:
setting
- the setting to apply
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<ProfileRequestContext>
- Overrides:
test
in classNoIntegrityMessageChannelPredicate
-