Class SignSOAPLogoutRequestsPredicate
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.messaging.AbstractRelyingPartyPredicate
-
- net.shibboleth.idp.saml.profile.config.logic.messaging.SignSOAPLogoutRequestsPredicate
-
- All Implemented Interfaces:
Predicate<MessageContext>,Predicate<MessageContext>
public class SignSOAPLogoutRequestsPredicate extends AbstractRelyingPartyPredicate
A predicate implementation that forwards toSingleLogoutProfileConfiguration.isSignSOAPRequests(MessageContext).
-
-
Constructor Summary
Constructors Constructor Description SignSOAPLogoutRequestsPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(MessageContext input)-
Methods inherited from class net.shibboleth.idp.profile.logic.messaging.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
test
public boolean test(@Nullable MessageContext input)
-
-