@EnableConfigurationProperties(value=AuthProperties.class) public class AuthConfiguration extends Object
| Constructor and Description |
|---|
AuthConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AuthProviderService |
authRequestFactory(AuthProperties properties,
org.aoju.bus.oauth.cache.StateCache stateCache) |
@Bean
@ConditionalOnProperty(prefix="request.oauth",
value="enabled",
havingValue="true",
matchIfMissing=true)
public AuthProviderService authRequestFactory(AuthProperties properties,
org.aoju.bus.oauth.cache.StateCache stateCache)
Copyright © 2019. All rights reserved.