Interface JwtAdapter


public interface JwtAdapter
  • Method Details

    • getJwt

      org.springframework.security.oauth2.jwt.Jwt getJwt()
    • getUserName

      String getUserName()
    • getRoles

      List<String> getRoles()
    • getGroups

      List<String> getGroups()
    • getScopes

      List<String> getScopes()
    • getPermissions

      default List<String> getPermissions()