public class TenantConfigBean extends Object
| Constructor and Description |
|---|
TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig,
TenantConfigContext defaultTenant,
Function<OidcTenantConfig,TenantConfigContext> tenantConfigContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
TenantConfigContext |
getDefaultTenant() |
Map<String,TenantConfigContext> |
getStaticTenantsConfig() |
Function<OidcTenantConfig,TenantConfigContext> |
getTenantConfigContextFactory() |
public TenantConfigBean(Map<String,TenantConfigContext> staticTenantsConfig, TenantConfigContext defaultTenant, Function<OidcTenantConfig,TenantConfigContext> tenantConfigContextFactory)
public Map<String,TenantConfigContext> getStaticTenantsConfig()
public TenantConfigContext getDefaultTenant()
public Function<OidcTenantConfig,TenantConfigContext> getTenantConfigContextFactory()
Copyright © 2020 JBoss by Red Hat. All rights reserved.