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()