Class OAuth2ResourceServerProperties.Jwt

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

public static class OAuth2ResourceServerProperties.Jwt extends Object
Since:
4.0.0
Author:
Madhura Bhave, Artsiom Yudovin, Mushtaq Ahmed, Yan Kardziyaka, Yanming Zhou
  • Constructor Details

    • Jwt

      public Jwt()
  • Method Details

    • getJwkSetUri

      public @Nullable String getJwkSetUri()
    • setJwkSetUri

      public void setJwkSetUri(@Nullable String jwkSetUri)
    • getJwsAlgorithms

      public List<String> getJwsAlgorithms()
    • setJwsAlgorithms

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

      public @Nullable String getIssuerUri()
    • setIssuerUri

      public void setIssuerUri(@Nullable String issuerUri)
    • getPublicKeyLocation

      public @Nullable Resource getPublicKeyLocation()
    • setPublicKeyLocation

      public void setPublicKeyLocation(@Nullable Resource publicKeyLocation)
    • getAudiences

      public List<String> getAudiences()
    • setAudiences

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

      public @Nullable String getAuthorityPrefix()
    • setAuthorityPrefix

      public void setAuthorityPrefix(@Nullable String authorityPrefix)
    • getAuthoritiesClaimDelimiter

      public @Nullable String getAuthoritiesClaimDelimiter()
    • setAuthoritiesClaimDelimiter

      public void setAuthoritiesClaimDelimiter(@Nullable String authoritiesClaimDelimiter)
    • getAuthoritiesClaimName

      public @Nullable String getAuthoritiesClaimName()
    • setAuthoritiesClaimName

      public void setAuthoritiesClaimName(@Nullable String authoritiesClaimName)
    • getPrincipalClaimName

      public @Nullable String getPrincipalClaimName()
    • setPrincipalClaimName

      public void setPrincipalClaimName(@Nullable String principalClaimName)
    • readPublicKey

      public String readPublicKey() throws IOException
      Throws:
      IOException