Uses of Class
com.broadleafcommerce.auth.security.domain.JpaUserRole
-
-
Uses of JpaUserRole in com.broadleafcommerce.auth.autoconfigure
Methods in com.broadleafcommerce.auth.autoconfigure that return types with arguments of type JpaUserRole Modifier and Type Method Description CustomizedRoleRepository<JpaUserRole>
AuthServiceJpaAutoConfiguration. 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 JpaUserRole Constructor Description RoleDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, RoleRepository<JpaUserRole> roleRepository, UserPermissionRepository<JpaUserPermission> userPermissionRepository, boolean shouldCreateMarketplaceRoles)
-
Uses of JpaUserRole in com.broadleafcommerce.auth.data.autoconfigure
Constructor parameters in com.broadleafcommerce.auth.data.autoconfigure with type arguments of type JpaUserRole Constructor Description RoleConfiguration(AuthorizationServerDataInitializerAutoConfiguration.PermissionConfiguration permissionConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, RoleRepository<JpaUserRole> roleRepository, UserPermissionRepository<JpaUserPermission> userPermissionRepository, boolean shouldCreateMarketplaceRoles)
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 JpaUserRole Modifier and Type Method Description JpaUserRole
JpaUserRestrictedRole. getRole()
Methods in com.broadleafcommerce.auth.security.domain with parameters of type JpaUserRole Modifier and Type Method Description void
JpaUserRestrictedRole. setRole(JpaUserRole role)
Method parameters in com.broadleafcommerce.auth.security.domain with type arguments of type JpaUserRole Modifier and Type Method Description protected 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 JpaUserRole Modifier and Type Class Description class
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 JpaUserRole Modifier and Type Method Description Set<JpaUserRole>
JpaAuthorizationServer. getDefaultUserRoles()
Method parameters in com.broadleafcommerce.auth.server.provider.jpa.domain with type arguments of type JpaUserRole Modifier and Type Method Description void
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 JpaUserRole Modifier and Type Method Description Set<JpaUserRole>
JpaUser. getRoles()
Method parameters in com.broadleafcommerce.auth.user.provider.jpa.domain with type arguments of type JpaUserRole Modifier and Type Method Description void
JpaUser. setRoles(Set<JpaUserRole> roles)
-