public class DefaultAuthServerProperties extends Object
DefaultAuthServerCreationHandler
.
To configure properties that will be used across all tenants, define a set of properties for the tenant id "default".
Modifier and Type | Class and Description |
---|---|
static class |
DefaultAuthServerProperties.AuthServerProperties |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PROPS_KEY |
Constructor and Description |
---|
DefaultAuthServerProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
DefaultAuthServerProperties.AuthServerProperties |
getAuthServerPropertiesForTenant(String tenantId)
Return AuthServer
|
Map<String,DefaultAuthServerProperties.AuthServerProperties> |
getDefaultAuthServerProperties()
A map of default auth server properties, keyed by tenant ID.
|
int |
hashCode() |
void |
setDefaultAuthServerProperties(Map<String,DefaultAuthServerProperties.AuthServerProperties> defaultAuthServerProperties)
A map of default auth server properties, keyed by tenant ID.
|
String |
toString() |
public static final String DEFAULT_PROPS_KEY
public DefaultAuthServerProperties.AuthServerProperties getAuthServerPropertiesForTenant(String tenantId)
tenantId
- public Map<String,DefaultAuthServerProperties.AuthServerProperties> getDefaultAuthServerProperties()
public void setDefaultAuthServerProperties(Map<String,DefaultAuthServerProperties.AuthServerProperties> defaultAuthServerProperties)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.