public class AuthProviderService extends Object
| Modifier and Type | Field and Description |
|---|---|
org.aoju.bus.cache.metric.ExtendCache |
extendCache |
AuthProperties |
properties |
| Constructor and Description |
|---|
AuthProviderService(AuthProperties properties) |
AuthProviderService(AuthProperties properties,
org.aoju.bus.cache.metric.ExtendCache extendCache) |
| Modifier and Type | Method and Description |
|---|---|
static void |
register(org.aoju.bus.oauth.Registry type,
org.aoju.bus.oauth.Context context)
注册组件
|
org.aoju.bus.oauth.Provider |
require(org.aoju.bus.oauth.Registry type)
返回type对象
|
public AuthProperties properties
public org.aoju.bus.cache.metric.ExtendCache extendCache
public AuthProviderService(AuthProperties properties)
public AuthProviderService(AuthProperties properties, org.aoju.bus.cache.metric.ExtendCache extendCache)
public static void register(org.aoju.bus.oauth.Registry type,
org.aoju.bus.oauth.Context context)
type - 组件名称context - 组件对象public org.aoju.bus.oauth.Provider require(org.aoju.bus.oauth.Registry type)
type - RegistryProviderCopyright © 2021. All rights reserved.