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 to
SAMLArtifactConsumerProfileConfiguration.isClientTLSArtifactRequests(MessageContext)
.-
Constructor Summary
Constructors Constructor Description ClientTLSArtifactRequestsPredicate()
-
Method Summary
Modifier and Type Method Description boolean
test(MessageContext input)
Methods inherited from class net.shibboleth.idp.profile.logic.messaging.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
ClientTLSArtifactRequestsPredicate
public ClientTLSArtifactRequestsPredicate()
-
-
Method Details
-
test
-