Uses of Class
com.broadleafcommerce.auth.security.domain.JpaUserRole
Packages that use JpaUserRole
Package
Description
-
Uses of JpaUserRole in com.broadleafcommerce.auth.autoconfigure
Methods 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.data
Constructor 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.autoconfigure
Constructor 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.domain
Methods in com.broadleafcommerce.auth.security.domain that return JpaUserRoleMethods in com.broadleafcommerce.auth.security.domain with parameters of type JpaUserRoleModifier and TypeMethodDescriptionvoid
JpaAccountRoleXref.setRole
(JpaUserRole role) void
JpaUserRestrictedRole.setRole
(JpaUserRole role) Method parameters in com.broadleafcommerce.auth.security.domain with type arguments of type JpaUserRoleModifier and TypeMethodDescriptionprotected UserRole
JpaUserRole.pruneArchivedReferences
(org.modelmapper.spi.MappingContext<JpaUserRole, UserRole> mappingContext) Used as theTypeMap.setPostConverter(Converter)
forfromMe()
. -
Uses of JpaUserRole in com.broadleafcommerce.auth.security.provider.jpa.repository
Classes in com.broadleafcommerce.auth.security.provider.jpa.repository with type parameters of type JpaUserRoleModifier and TypeClassDescriptionclass
JpaCustomizedRoleRepository<D extends JpaUserRole>
Additional functionality necessary forJpaRoleRepository
.interface
JpaRoleRepository<D extends JpaUserRole>
JPA-specific repository for persisted counterparts ofUserRole
. -
Uses of JpaUserRole in com.broadleafcommerce.auth.server.provider.jpa.domain
Methods 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 TypeMethodDescriptionvoid
JpaAuthorizationServer.setDefaultUserRoles
(Set<JpaUserRole> defaultUserRoles) -
Uses of JpaUserRole in com.broadleafcommerce.auth.user.provider.jpa.domain
Methods 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