Class DefaultAuthServerProperties
- java.lang.Object
-
- com.broadleafcommerce.auth.tenant.domain.DefaultAuthServerProperties
-
public class DefaultAuthServerProperties extends Object
Default authorization server properties to use when creating an authorization server and authorized clients. See alsoDefaultAuthServerCreationHandler.To configure properties that will be used across all tenants, define a set of properties for the tenant id "default".
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultAuthServerProperties.AuthServerProperties
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_PROPS_KEY
-
Constructor Summary
Constructors Constructor Description DefaultAuthServerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DefaultAuthServerProperties.AuthServerPropertiesgetAuthServerPropertiesForTenant(String tenantId)Return AuthServerMap<String,DefaultAuthServerProperties.AuthServerProperties>getDefaultAuthServerProperties()A map of default auth server properties, keyed by tenant ID.inthashCode()voidsetDefaultAuthServerProperties(Map<String,DefaultAuthServerProperties.AuthServerProperties> defaultAuthServerProperties)A map of default auth server properties, keyed by tenant ID.StringtoString()
-
-
-
Field Detail
-
DEFAULT_PROPS_KEY
public static final String DEFAULT_PROPS_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAuthServerPropertiesForTenant
public DefaultAuthServerProperties.AuthServerProperties getAuthServerPropertiesForTenant(String tenantId)
Return AuthServer- Parameters:
tenantId-- Returns:
-
getDefaultAuthServerProperties
public Map<String,DefaultAuthServerProperties.AuthServerProperties> getDefaultAuthServerProperties()
A map of default auth server properties, keyed by tenant ID.
-
setDefaultAuthServerProperties
public void setDefaultAuthServerProperties(Map<String,DefaultAuthServerProperties.AuthServerProperties> defaultAuthServerProperties)
A map of default auth server properties, keyed by tenant ID.
-
canEqual
protected boolean canEqual(Object other)
-
-