Class OAuth2ResourceServerProperties.Jwt

java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerProperties.Jwt
Enclosing class:
OAuth2ResourceServerProperties

public static class OAuth2ResourceServerProperties.Jwt extends Object
  • Constructor Details

    • Jwt

      public Jwt()
  • Method Details

    • getJwkSetUri

      public String getJwkSetUri()
    • setJwkSetUri

      public void setJwkSetUri(String jwkSetUri)
    • getJwsAlgorithms

      public List<String> getJwsAlgorithms()
    • setJwsAlgorithms

      public void setJwsAlgorithms(List<String> jwsAlgortithms)
    • getIssuerUri

      public String getIssuerUri()
    • setIssuerUri

      public void setIssuerUri(String issuerUri)
    • getPublicKeyLocation

      public Resource getPublicKeyLocation()
    • setPublicKeyLocation

      public void setPublicKeyLocation(Resource publicKeyLocation)
    • getAudiences

      public List<String> getAudiences()
    • setAudiences

      public void setAudiences(List<String> audiences)
    • readPublicKey

      public String readPublicKey() throws IOException
      Throws:
      IOException