@EnableConfigurationProperties(value=AuthProperties.class) public class AuthConfiguration extends Object
| Constructor and Description |
|---|
AuthConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AuthProviderService |
authProviderFactory(AuthProperties properties,
StateCache stateCache) |
StateCache |
stateCache() |
@Bean public AuthProviderService authProviderFactory(AuthProperties properties, StateCache stateCache)
@Bean @ConditionalOnMissingBean(value=StateCache.class) @ConditionalOnProperty(name="extend.oauth.cache.type", havingValue="default", matchIfMissing=true) public StateCache stateCache()
Copyright © 2019. All rights reserved.