Uses of Interface
com.broadleafcommerce.auth.security.repository.ScopeRepository
Packages that use ScopeRepository
Package
Description
-
Uses of ScopeRepository in com.broadleafcommerce.auth.data
Constructors in com.broadleafcommerce.auth.data with parameters of type ScopeRepositoryModifierConstructorDescriptionPermissionScopeDataInitializer
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, PermissionRepository permissionScopeRepository, ScopeRepository scopeRepository) Deprecated, for removal: This API element is subject to removal in a future version.SecurityScopeDataInitializer
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, ScopeRepository scopeRepository) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ScopeRepository in com.broadleafcommerce.auth.data.autoconfigure
Constructors in com.broadleafcommerce.auth.data.autoconfigure with parameters of type ScopeRepositoryModifierConstructorDescriptionPermissionConfiguration
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserPermissionRepository<JpaUserPermission> userPermissionRepository, ScopeRepository scopeRepository, PermissionRepository permissionScopeRepository) Initializes the seed data for the permissions and scopes. -
Uses of ScopeRepository in com.broadleafcommerce.auth.security.autoconfigure
Methods in com.broadleafcommerce.auth.security.autoconfigure with parameters of type ScopeRepositoryModifier and TypeMethodDescriptionSecurityServiceAutoConfiguration.securityService
(PermissionRepository permissionRepository, ScopeRepository scopeRepository) -
Uses of ScopeRepository in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return ScopeRepositoryModifier and TypeMethodDescriptionprotected ScopeRepository
DefaultSecurityService.getScopeRepository()
Constructors in com.broadleafcommerce.auth.security.service with parameters of type ScopeRepositoryModifierConstructorDescriptionDefaultSecurityService
(PermissionRepository permissionRepository, ScopeRepository scopeRepository)