T - token typepublic interface JwtClaimExtractor<T> extends Serializable
<V> V getClaim(T token, String name, Class<V> type) throws JwtClaimException
JwtClaimExceptionMap<String,Object> getClaims(T token) throws JwtClaimException
JwtClaimExceptionCopyright © 2020 Entur AS. All rights reserved.