public interface JwtValidator
JwtValidator
provides an API to validate JWT formatted token
as defined in http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-16boolean validate(String jwt, long time)
jwt
- the Jwt to validatetime
- a UTC timestamp for checking the validityfalse
otherwise"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"