Class JWTMessageSignatureSecurityHandler

All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, MessageHandler

public class JWTMessageSignatureSecurityHandler extends BaseJWTSignatureSecurityHandler
A MessageHandler that uses a TrustEngine to evaluate the signature of a signed JWT.

Note, if the JWT is not in a signed state an exception will be thrown i.e. JWTs must be signed by the time this handler executes.

Also, the JWT must also have claims, otherwise an exception is throw. This restriction could be lifted if it is feasible to check the signature of a JWT with a null payload - even if pointless?