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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(org.opensaml.messaging.context.MessageContext input) Methods inherited from class net.shibboleth.profile.context.logic.messaging.AbstractRelyingPartyPredicate
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logClass logger.
-
-
Constructor Details
-
JWTBearerTokenForClientAuthenticationPredicate
public JWTBearerTokenForClientAuthenticationPredicate()
-
-
Method Details
-
test
public boolean test(@Nullable org.opensaml.messaging.context.MessageContext input)
-