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 class
DefaultAuthServerProperties.AuthServerProperties
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_PROPS_KEY
-
Constructor Summary
Constructors Constructor Description DefaultAuthServerProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
DefaultAuthServerProperties.AuthServerProperties
getAuthServerPropertiesForTenant(String tenantId)
Return AuthServerMap<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()
-
-
-
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)
-
-