Package com.nimbusds.jwt
Interface JWTClaimsSetTransformer<T>
public interface JWTClaimsSetTransformer<T>
Generic JWT claims set type transformer. Implementations should be
tread-safe.
-
Method Summary
Modifier and TypeMethodDescriptiontransform
(JWTClaimsSet claimsSet) Transforms the specified JWT claims set into the desired type.
-
Method Details
-
transform
Transforms the specified JWT claims set into the desired type.- Parameters:
claimsSet
- The JWT claims set. Notnull
.- Returns:
- The desired type.
-