Interface JwtTestConf.IJwtGrantedAuthoritiesConverter

All Superinterfaces:
org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,​Collection<org.springframework.security.core.GrantedAuthority>>
Enclosing class:
JwtTestConf

public static interface JwtTestConf.IJwtGrantedAuthoritiesConverter
extends org.springframework.core.convert.converter.Converter<org.springframework.security.oauth2.jwt.Jwt,​Collection<org.springframework.security.core.GrantedAuthority>>
  • Method Summary

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

    convert