Class ClientTLSArtifactRequestsPredicate
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.messaging.AbstractRelyingPartyPredicate
-
- net.shibboleth.idp.saml.profile.config.logic.messaging.ClientTLSArtifactRequestsPredicate
-
- All Implemented Interfaces:
Predicate<MessageContext>,Predicate<MessageContext>
public class ClientTLSArtifactRequestsPredicate extends AbstractRelyingPartyPredicate
A predicate implementation that forwards toSAMLArtifactConsumerProfileConfiguration.isClientTLSArtifactRequests(MessageContext).
-
-
Constructor Summary
Constructors Constructor Description ClientTLSArtifactRequestsPredicate()
-
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)
-
-