Interface TokenInfoExtractor


public interface TokenInfoExtractor
Responsible to extract information out of the token and provide it to the JwtDecoder.
  • Method Summary

    Modifier and Type
    Method
    Description
    getJku(com.nimbusds.jwt.JWT jwt)
     
    getKid(com.nimbusds.jwt.JWT jwt)
     
    getUaaDomain(com.nimbusds.jwt.JWT jwt)
     
  • Method Details

    • getJku

      String getJku(com.nimbusds.jwt.JWT jwt)
    • getKid

      String getKid(com.nimbusds.jwt.JWT jwt)
    • getUaaDomain

      String getUaaDomain(com.nimbusds.jwt.JWT jwt)