Class OAuth2ClientPropertiesRegistrationAdapter
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientPropertiesRegistrationAdapter
Adapter class to convert
OAuth2ClientProperties
to a
ClientRegistration
.- Since:
- 2.1.0
- Author:
- Phillip Webb, Thiago Hirata, Madhura Bhave, MyeongHyeon Lee
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,
ClientRegistration> getClientRegistrations
(OAuth2ClientProperties properties)
-
Method Details
-
getClientRegistrations
public static Map<String,ClientRegistration> getClientRegistrations(OAuth2ClientProperties properties)
-