Package org.opensaml.profile.logic
Class NoIntegrityMessageChannelPredicate
java.lang.Object
org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
,Predicate<ProfileRequestContext>
public class NoIntegrityMessageChannelPredicate
extends Object
implements Predicate<ProfileRequestContext>
A predicate implementation that indicates whether the message channel does
NOT support integrity end-to-end.
Typically but not exclusively used as a predicate for whether to sign something.
-
Constructor Details
-
NoIntegrityMessageChannelPredicate
public NoIntegrityMessageChannelPredicate()
-
-
Method Details
-
test
- Specified by:
test
in interfacePredicate<ProfileRequestContext>
-