Uses of Interface
com.broadleafcommerce.auth.security.repository.AccountRoleRepository
Packages that use AccountRoleRepository
Package
Description
-
Uses of AccountRoleRepository in com.broadleafcommerce.auth.security.provider.jpa.repository
Subinterfaces of AccountRoleRepository in com.broadleafcommerce.auth.security.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterfaceJpaAccountRoleXrefRepository<D extends JpaAccountRoleXref> -
Uses of AccountRoleRepository in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return AccountRoleRepositoryModifier and TypeMethodDescriptionprotected AccountRoleRepository<D>DefaultAccountRoleService.getRepository()Constructors in com.broadleafcommerce.auth.security.service with parameters of type AccountRoleRepositoryModifierConstructorDescriptionDefaultAccountRoleService(AccountRoleRepository<D> repository, SimplePayloadMapper mapper) -
Uses of AccountRoleRepository in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type AccountRoleRepositoryModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
AccountRoleService<AccountRole>AuthServiceServiceAutoConfiguration.accountRoleService(AccountRoleRepository<D> repository, SimplePayloadMapper mapper)