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)
    • getJwsAlgorithm

      public String getJwsAlgorithm()
    • setJwsAlgorithm

      public void setJwsAlgorithm(String jwsAlgorithm)
    • getIssuerUri

      public String getIssuerUri()
    • setIssuerUri

      public void setIssuerUri(String issuerUri)
    • getPublicKeyLocation

      public Resource getPublicKeyLocation()
    • setPublicKeyLocation

      public void setPublicKeyLocation(Resource publicKeyLocation)
    • readPublicKey

      public String readPublicKey() throws IOException
      Throws:
      IOException