Uses of Class
com.broadleafcommerce.auth.tenant.domain.DefaultAuthServerProperties.AuthServerProperties
-
Packages that use DefaultAuthServerProperties.AuthServerProperties Package Description com.broadleafcommerce.auth.tenant.domain com.broadleafcommerce.auth.tenant.service -
-
Uses of DefaultAuthServerProperties.AuthServerProperties in com.broadleafcommerce.auth.tenant.domain
Methods in com.broadleafcommerce.auth.tenant.domain that return DefaultAuthServerProperties.AuthServerProperties Modifier and Type Method Description DefaultAuthServerProperties.AuthServerProperties
DefaultAuthServerProperties. getAuthServerPropertiesForTenant(String tenantId)
Return AuthServerMethods in com.broadleafcommerce.auth.tenant.domain that return types with arguments of type DefaultAuthServerProperties.AuthServerProperties Modifier and Type Method Description Map<String,DefaultAuthServerProperties.AuthServerProperties>
DefaultAuthServerProperties. getDefaultAuthServerProperties()
A map of default auth server properties, keyed by tenant ID.Method parameters in com.broadleafcommerce.auth.tenant.domain with type arguments of type DefaultAuthServerProperties.AuthServerProperties Modifier and Type Method Description void
DefaultAuthServerProperties. setDefaultAuthServerProperties(Map<String,DefaultAuthServerProperties.AuthServerProperties> defaultAuthServerProperties)
A map of default auth server properties, keyed by tenant ID. -
Uses of DefaultAuthServerProperties.AuthServerProperties in com.broadleafcommerce.auth.tenant.service
-