Class OAuth2ClientProperties
java.lang.Object
org.springframework.boot.autoconfigure.security.oauth2.client.OAuth2ClientProperties
- All Implemented Interfaces:
InitializingBean
@ConfigurationProperties(prefix="spring.security.oauth2.client")
public class OAuth2ClientProperties
extends Object
implements InitializingBean
OAuth 2.0 client properties.
- Since:
- 2.0.0
- Author:
- Madhura Bhave, Phillip Webb, Artsiom Yudovin, MyeongHyeon Lee
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
A single client registration. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
OAuth2ClientProperties
public OAuth2ClientProperties()
-
-
Method Details
-
getProvider
-
getRegistration
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSet
in interfaceInitializingBean
-
validate
public void validate()
-