Uses of Interface
com.broadleafcommerce.auth.security.repository.CustomizedUserPermissionRepository
Packages that use CustomizedUserPermissionRepository
Package
Description
-
Uses of CustomizedUserPermissionRepository in com.broadleafcommerce.auth.autoconfigure
Methods in com.broadleafcommerce.auth.autoconfigure that return CustomizedUserPermissionRepositoryModifier and TypeMethodDescriptionAuthServiceJpaAutoConfiguration.jpaUserPermissionRepositoryImpl
(com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?, ?> resourceLockRepository) -
Uses of CustomizedUserPermissionRepository in com.broadleafcommerce.auth.security.provider.jpa.repository
Subinterfaces of CustomizedUserPermissionRepository in com.broadleafcommerce.auth.security.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaUserPermissionRepository<D extends JpaUserPermission>
JPA-specific repository for persisted counterparts ofUserPermission
.Classes in com.broadleafcommerce.auth.security.provider.jpa.repository that implement CustomizedUserPermissionRepositoryModifier and TypeClassDescriptionclass
Additional functionality necessary forJpaUserPermissionRepository
. -
Uses of CustomizedUserPermissionRepository in com.broadleafcommerce.auth.security.repository
Subinterfaces of CustomizedUserPermissionRepository in com.broadleafcommerce.auth.security.repositoryModifier and TypeInterfaceDescriptioninterface
Repository for persisted counterparts ofUserPermission
.