public class NoConfidentialityMessageChannelPredicate extends java.lang.Object implements com.google.common.base.Predicate<ProfileRequestContext>
Typically but not exclusively used as a predicate for whether to encrypt something.
| Constructor and Description |
|---|
NoConfidentialityMessageChannelPredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(ProfileRequestContext input) |
public NoConfidentialityMessageChannelPredicate()
public boolean apply(@Nullable
ProfileRequestContext input)
apply in interface com.google.common.base.Predicate<ProfileRequestContext>