Uses of Class
com.broadleafcommerce.auth.security.domain.JpaUserRole
Packages that use JpaUserRole
Package
Description
- 
Uses of JpaUserRole in com.broadleafcommerce.auth.autoconfigureMethods in com.broadleafcommerce.auth.autoconfigure that return types with arguments of type JpaUserRoleModifier and TypeMethodDescriptionAuthServiceJpaAutoConfiguration.jpaRoleRepositoryImpl(com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository) 
- 
Uses of JpaUserRole in com.broadleafcommerce.auth.dataConstructor parameters in com.broadleafcommerce.auth.data with type arguments of type JpaUserRoleModifierConstructorDescriptionRoleDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, RoleRepository<JpaUserRole> roleRepository, UserPermissionRepository<JpaUserPermission> userPermissionRepository, boolean shouldCreateMarketplaceRoles) Deprecated, for removal: This API element is subject to removal in a future version.RoleDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, RoleRepository<JpaUserRole> roleRepository, UserPermissionRepository<JpaUserPermission> userPermissionRepository, boolean shouldCreateMarketplaceRoles, boolean alwaysUpdateRoles) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Uses of JpaUserRole in com.broadleafcommerce.auth.data.autoconfigureConstructor parameters in com.broadleafcommerce.auth.data.autoconfigure with type arguments of type JpaUserRoleModifierConstructorDescriptionRoleConfiguration(AuthorizationServerDataInitializerAutoConfiguration.PermissionConfiguration permissionConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, RoleRepository<JpaUserRole> roleRepository, UserPermissionRepository<JpaUserPermission> userPermissionRepository, boolean shouldCreateMarketplaceRoles, boolean alwaysUpdateRoles) Initializes the seed data for the user roles.
- 
Uses of JpaUserRole in com.broadleafcommerce.auth.security.domainMethods in com.broadleafcommerce.auth.security.domain that return JpaUserRoleMethods in com.broadleafcommerce.auth.security.domain with parameters of type JpaUserRoleModifier and TypeMethodDescriptionvoidJpaAccountRoleXref.setRole(JpaUserRole role) voidJpaUserRestrictedRole.setRole(JpaUserRole role) Method parameters in com.broadleafcommerce.auth.security.domain with type arguments of type JpaUserRoleModifier and TypeMethodDescriptionprotected UserRoleJpaUserRole.pruneArchivedReferences(org.modelmapper.spi.MappingContext<JpaUserRole, UserRole> mappingContext) Used as theTypeMap.setPostConverter(Converter)forfromMe().
- 
Uses of JpaUserRole in com.broadleafcommerce.auth.security.provider.jpa.repositoryClasses in com.broadleafcommerce.auth.security.provider.jpa.repository with type parameters of type JpaUserRoleModifier and TypeClassDescriptionclassJpaCustomizedRoleRepository<D extends JpaUserRole>Additional functionality necessary forJpaRoleRepository.interfaceJpaRoleRepository<D extends JpaUserRole>JPA-specific repository for persisted counterparts ofUserRole.
- 
Uses of JpaUserRole in com.broadleafcommerce.auth.server.provider.jpa.domainMethods in com.broadleafcommerce.auth.server.provider.jpa.domain that return types with arguments of type JpaUserRoleMethod parameters in com.broadleafcommerce.auth.server.provider.jpa.domain with type arguments of type JpaUserRoleModifier and TypeMethodDescriptionvoidJpaAuthorizationServer.setDefaultUserRoles(Set<JpaUserRole> defaultUserRoles) 
- 
Uses of JpaUserRole in com.broadleafcommerce.auth.user.provider.jpa.domainMethods in com.broadleafcommerce.auth.user.provider.jpa.domain that return types with arguments of type JpaUserRoleMethod parameters in com.broadleafcommerce.auth.user.provider.jpa.domain with type arguments of type JpaUserRole