Class JWTBearerTokenForClientAuthenticationPredicate

java.lang.Object
net.shibboleth.profile.context.logic.messaging.AbstractRelyingPartyPredicate
net.shibboleth.sp.oidc.messaging.context.logic.JWTBearerTokenForClientAuthenticationPredicate
All Implemented Interfaces:
Predicate<org.opensaml.messaging.context.MessageContext>

public class JWTBearerTokenForClientAuthenticationPredicate extends net.shibboleth.profile.context.logic.messaging.AbstractRelyingPartyPredicate
A predicate that determines if the client authentication method chosen is a JWT type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.slf4j.Logger
    Class logger.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(org.opensaml.messaging.context.MessageContext input)
     

    Methods inherited from class net.shibboleth.profile.context.logic.messaging.AbstractRelyingPartyPredicate

    getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Class logger.
  • Constructor Details

    • JWTBearerTokenForClientAuthenticationPredicate

      public JWTBearerTokenForClientAuthenticationPredicate()
  • Method Details

    • test

      public boolean test(@Nullable org.opensaml.messaging.context.MessageContext input)