Interface SynchronizedJwt2OpenidClaimSetConverter<T extends Map<String,Object> & Serializable>

All Superinterfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,T>

public interface SynchronizedJwt2OpenidClaimSetConverter<T extends Map<String,Object> & Serializable> extends org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,T>
Author:
Jerome Wacongne ch4mp@c4-soft.com
  • Method Summary

    Methods inherited from interface org.springframework.core.convert.converter.Converter

    andThen, convert