Package com.broadleafcommerce.auth.data
Class ExternalRoleMapDataInitializer
java.lang.Object
com.broadleafcommerce.auth.data.ExternalRoleMapDataInitializer
- All Implemented Interfaces:
DataInitializer
@Deprecated(forRemoval=true,
since="1.9.0")
public class ExternalRoleMapDataInitializer
extends Object
implements DataInitializer
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated in favor of liquibase insert pattern (see
auth.starter.required.data.changelog.xml)
Define seed data for BLC_EXT_ROLE_MAP
-
Constructor Summary
ConstructorsConstructorDescriptionExternalRoleMapDataInitializer
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalRoleMappingRepository<JpaExternalRoleMapping> externalRoleMappingRepository) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.Initialize seed data for the application.protected void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ExternalRoleMapDataInitializer
public ExternalRoleMapDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalRoleMappingRepository<JpaExternalRoleMapping> externalRoleMappingRepository) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
initialize
public void initialize()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DataInitializer
Initialize seed data for the application.- Specified by:
initialize
in interfaceDataInitializer
-
initializeSuperAdminRoleMapping
protected void initializeSuperAdminRoleMapping()Deprecated, for removal: This API element is subject to removal in a future version.
-