クラス OAuth2ClientProperties.Registration
java.lang.ObjectSE
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties.Registration
- 含まれているクラス:
- OAuth2ClientProperties
単一のクライアント登録。
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明getScope()
void
setAuthorizationGrantType
(StringSE authorizationGrantType) void
setClientAuthenticationMethod
(StringSE clientAuthenticationMethod) void
setClientId
(StringSE clientId) void
setClientName
(StringSE clientName) void
setClientSecret
(StringSE clientSecret) void
setProvider
(StringSE provider) void
setRedirectUri
(StringSE redirectUri) void
コンストラクターの詳細
Registration
public Registration()
メソッドの詳細
getProvider
setProvider
getClientId
setClientId
getClientSecret
setClientSecret
getClientAuthenticationMethod
setClientAuthenticationMethod
getAuthorizationGrantType
setAuthorizationGrantType
getRedirectUri
setRedirectUri
getScope
setScope
getClientName
setClientName