Class OAuth2ResourceServerProperties.Opaquetoken

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

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

    • Opaquetoken

      public Opaquetoken()
  • Method Details

    • getClientId

      public @Nullable String getClientId()
    • setClientId

      public void setClientId(@Nullable String clientId)
    • getClientSecret

      public @Nullable String getClientSecret()
    • setClientSecret

      public void setClientSecret(@Nullable String clientSecret)
    • getIntrospectionUri

      public @Nullable String getIntrospectionUri()
    • setIntrospectionUri

      public void setIntrospectionUri(@Nullable String introspectionUri)