Class DefaultAuthServerCreationPropertiesLoader
- java.lang.Object
-
- com.broadleafcommerce.auth.tenant.service.DefaultAuthServerCreationPropertiesLoader
-
public class DefaultAuthServerCreationPropertiesLoader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVER_DEFAULTS_PATH
-
Constructor Summary
Constructors Constructor Description DefaultAuthServerCreationPropertiesLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultAuthServerProperties
loadAuthServerSettings(org.springframework.core.env.Environment env, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
-
-
Field Detail
-
SERVER_DEFAULTS_PATH
public static final String SERVER_DEFAULTS_PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadAuthServerSettings
public DefaultAuthServerProperties loadAuthServerSettings(org.springframework.core.env.Environment env, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
-