Interface JWTClaimsSetTransformer<T>


public interface JWTClaimsSetTransformer<T>
Generic JWT claims set type transformer. Implementations should be tread-safe.
  • Method Summary

    Modifier and Type
    Method
    Description
    Transforms the specified JWT claims set into the desired type.
  • Method Details

    • transform

      T transform(JWTClaimsSet claimsSet)
      Transforms the specified JWT claims set into the desired type.
      Parameters:
      claimsSet - The JWT claims set. Not null.
      Returns:
      The desired type.