@ConfigurationProperties(prefix="spring.security.oauth2.client")
public class OAuth2ClientProperties
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuth2ClientProperties.Provider |
static class |
OAuth2ClientProperties.Registration
A single client registration.
|
| Constructor and Description |
|---|
OAuth2ClientProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
java.util.Map<java.lang.String,OAuth2ClientProperties.Provider> |
getProvider() |
java.util.Map<java.lang.String,OAuth2ClientProperties.Registration> |
getRegistration() |
void |
validate() |
public java.util.Map<java.lang.String,OAuth2ClientProperties.Provider> getProvider()
public java.util.Map<java.lang.String,OAuth2ClientProperties.Registration> getRegistration()
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic void validate()