クラス OAuth2AuthorizationServerProperties.Client

java.lang.ObjectSE
org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerProperties.Client
含まれているクラス:
OAuth2AuthorizationServerProperties

public static class OAuth2AuthorizationServerProperties.Client extends ObjectSE
認可サーバーの登録済みクライアント。
  • コンストラクターの詳細

    • Client

      public Client()
  • メソッドの詳細

    • getRegistration

    • isRequireProofKey

      public boolean isRequireProofKey()
    • setRequireProofKey

      public void setRequireProofKey(boolean requireProofKey)
    • isRequireAuthorizationConsent

      public boolean isRequireAuthorizationConsent()
    • setRequireAuthorizationConsent

      public void setRequireAuthorizationConsent(boolean requireAuthorizationConsent)
    • getJwkSetUri

      public StringSE getJwkSetUri()
    • setJwkSetUri

      public void setJwkSetUri(StringSE jwkSetUri)
    • getTokenEndpointAuthenticationSigningAlgorithm

      public StringSE getTokenEndpointAuthenticationSigningAlgorithm()
    • setTokenEndpointAuthenticationSigningAlgorithm

      public void setTokenEndpointAuthenticationSigningAlgorithm(StringSE tokenEndpointAuthenticationSigningAlgorithm)
    • getToken