Class DefaultAuthServerProperties
java.lang.Object
com.broadleafcommerce.auth.tenant.domain.DefaultAuthServerProperties
Default authorization server properties to use when creating an authorization server and
authorized clients. See also
DefaultAuthServerCreationHandler
.
To configure properties that will be used across all tenants, define a set of properties for the tenant id "default".
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getAuthServerPropertiesForTenant
(String tenantId) Return AuthServerA 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.toString()
-
Field Details
-
DEFAULT_PROPS_KEY
- See Also:
-
-
Constructor Details
-
DefaultAuthServerProperties
public DefaultAuthServerProperties()
-
-
Method Details
-
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. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-