Package org.opensaml.profile.logic
Class NoConfidentialityMessageChannelPredicate
- java.lang.Object
-
- org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class NoConfidentialityMessageChannelPredicate extends Object implements Predicate<ProfileRequestContext>
A predicate implementation that indicates whether the message channel does NOT support confidentiality end-to-end.Typically but not exclusively used as a predicate for whether to encrypt something.
-
-
Constructor Summary
Constructors Constructor Description NoConfidentialityMessageChannelPredicate()
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)- Specified by:
testin interfacePredicate<ProfileRequestContext>
-
-