Class OAuth2ClientProperties.Registration
java.lang.Object
org.springframework.boot.security.oauth2.client.autoconfigure.OAuth2ClientProperties.Registration
- Enclosing class:
OAuth2ClientProperties
A single client registration.
- Since:
- 4.0.0
- Author:
- Madhura Bhave, Phillip Webb, Artsiom Yudovin, MyeongHyeon Lee, Moritz Halbritter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
@Nullable String
getScope()
void
setAuthorizationGrantType
(@Nullable String authorizationGrantType) void
setClientAuthenticationMethod
(@Nullable String clientAuthenticationMethod) void
setClientId
(@Nullable String clientId) void
setClientName
(@Nullable String clientName) void
setClientSecret
(@Nullable String clientSecret) void
setProvider
(@Nullable String provider) void
setRedirectUri
(@Nullable String redirectUri) void
-
Constructor Details
-
Registration
public Registration()
-
-
Method Details
-
getProvider
-
setProvider
-
getClientId
-
setClientId
-
getClientSecret
-
setClientSecret
-
getClientAuthenticationMethod
-
setClientAuthenticationMethod
-
getAuthorizationGrantType
-
setAuthorizationGrantType
-
getRedirectUri
-
setRedirectUri
-
getScope
-
setScope
-
getClientName
-
setClientName
-