クラス OAuth2ClientProperties.Registration

java.lang.ObjectSE
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
含まれているクラス:
OAuth2ClientProperties

public static class OAuth2ClientProperties.Registration extends ObjectSE
単一のクライアント登録。
  • コンストラクターの詳細

    • Registration

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

    • getProvider

      public StringSE getProvider()
    • setProvider

      public void setProvider(StringSE provider)
    • getClientId

      public StringSE getClientId()
    • setClientId

      public void setClientId(StringSE clientId)
    • getClientSecret

      public StringSE getClientSecret()
    • setClientSecret

      public void setClientSecret(StringSE clientSecret)
    • getClientAuthenticationMethod

      public StringSE getClientAuthenticationMethod()
    • setClientAuthenticationMethod

      public void setClientAuthenticationMethod(StringSE clientAuthenticationMethod)
    • getAuthorizationGrantType

      public StringSE getAuthorizationGrantType()
    • setAuthorizationGrantType

      public void setAuthorizationGrantType(StringSE authorizationGrantType)
    • getRedirectUri

      public StringSE getRedirectUri()
    • setRedirectUri

      public void setRedirectUri(StringSE redirectUri)
    • getScope

      public SetSE<StringSE> getScope()
    • setScope

      public void setScope(SetSE<StringSE> scope)
    • getClientName

      public StringSE getClientName()
    • setClientName

      public void setClientName(StringSE clientName)