Class InboundMessageSignedPredicate
- java.lang.Object
-
- org.opensaml.saml.common.profile.logic.InboundMessageSignedPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private booleanpresenceSatisfiesFlag indicating whether the presence of a non-nullSignaturemember satisfies the evaluation.
-
Constructor Summary
Constructors Constructor Description InboundMessageSignedPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetPresenceSatisfies(boolean flag)Set whether the presence of a non-nullSignaturemember satisfies the evaluation.booleantest(org.opensaml.profile.context.ProfileRequestContext prc)
-