Uses of Interface
com.broadleafcommerce.auth.security.service.UserRoleService
Package
Description
-
Uses of UserRoleService in com.broadleafcommerce.auth.data
ModifierConstructorDescriptionAuthorizationServerDataInitializer
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizationServerService<AuthorizationServer> serverService, UserRoleService<UserRole> userRoleService, AuthorizationDataInitializationProperties properties) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of UserRoleService in com.broadleafcommerce.auth.data.autoconfigure
ModifierConstructorDescriptionAuthorizationServerConfiguration
(AuthorizationServerDataInitializerAutoConfiguration.RoleConfiguration roleConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizationServerService<AuthorizationServer> authorizationServerService, UserRoleService<UserRole> userRoleService, AuthorizationDataInitializationProperties properties) -
Uses of UserRoleService in com.broadleafcommerce.auth.resource.service
Modifier and TypeMethodDescriptionprotected UserRoleService<UserRole>
DefaultUserOperationService.getUserRoleService()
Modifier and TypeMethodDescriptionvoid
DefaultUserOperationService.setUserRoleService
(UserRoleService<UserRole> userRoleService) -
Uses of UserRoleService in com.broadleafcommerce.auth.resource.service.validation
Modifier and TypeMethodDescriptionprotected UserRoleService<UserRole>
UserRoleValidator.getUserRoleService()
Modifier and TypeMethodDescriptionvoid
UserRoleValidator.setUserRoleService
(UserRoleService<UserRole> userRoleService) Lazy injection since this validator is itself a service component. -
Uses of UserRoleService in com.broadleafcommerce.auth.resource.web.endpoint
Modifier and TypeMethodDescriptionprotected UserRoleService<UserRole>
UserRoleEndpoint.getUserRoleService()
ModifierConstructorDescriptionUserRoleEndpoint
(UserRoleService<UserRole> userRoleService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) -
Uses of UserRoleService in com.broadleafcommerce.auth.security.service
Modifier and TypeClassDescriptionclass
DefaultUserRoleService<P extends UserRole,
D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> Modifier and TypeMethodDescriptionprotected UserRoleService<UserRole>
DefaultPrivilegeService.getUserRoleService()
ModifierConstructorDescriptionDefaultPrivilegeService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService) Deprecated, for removal: This API element is subject to removal in a future version.Since 1.8.0.DefaultPrivilegeService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) -
Uses of UserRoleService in com.broadleafcommerce.auth.security.service.hydration
Modifier and TypeMethodDescriptionprotected UserRoleService<UserRole>
DefaultUserRoleAncestryHydrationService.getUserRoleService()
ModifierConstructorDescriptionDefaultUserRoleAncestryHydrationService
(UserRoleService<UserRole> userRoleService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.autoconfigure
Modifier and TypeMethodDescriptionImpersonationConfiguration.defaultImpersonationClaimsEnhancer
(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> roleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.listener
Modifier and TypeMethodDescriptionprotected UserRoleService<UserRole>
AdminRolePersistenceHandler.getUserRoleService()
ModifierConstructorDescriptionAdminRolePersistenceHandler
(UserRoleService<UserRole> userRoleService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.listener.autoconfigure
Modifier and TypeMethodDescriptionAuthDataUpdatePersistenceHandlerAutoConfiguration.adminRolePersistenceHandler
(UserRoleService<UserRole> userRoleService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.messaging
Modifier and TypeMethodDescriptionprotected UserRoleService<UserRole>
CartApprovalRequestEventListener.getUserRoleService()
ModifierConstructorDescriptionCartApprovalRequestEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, UserService<User> userService, UserRoleService<UserRole> userRoleService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartApprovalRequestNotificationProducer cartApprovalRequestNotificationProducer, AccountAncestorService accountAncestorService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.messaging.autoconfigure
Modifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.cartApprovalRequestEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, UserService<User> userService, UserRoleService<UserRole> userRoleService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartApprovalRequestNotificationProducer cartApprovalRequestNotificationProducer, AccountAncestorService accountAncestorService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.service
Modifier and TypeMethodDescriptionprotected UserRoleService<UserRole>
DefaultAccountMemberRoleChangeRequestHandler.getUserRoleService()
ModifierConstructorDescriptionDefaultAccountMemberRoleChangeRequestHandler
(UserService<User> userService, UserRoleService<UserRole> userRoleService) DefaultImpersonationClaimsEnhancer
(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
UserRoleService<UserRole>AuthServiceServiceAutoConfiguration.userRoleService
(RoleRepository<D> roleRepository, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager, SimplePayloadMapper simplePayloadMapper) Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountMemberRoleChangeRequestHandler
(UserService<User> userService, UserRoleService<UserRole> userRoleService) AuthServiceServiceAutoConfiguration.restrictionService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) AuthServiceServiceAutoConfiguration.userRoleAncestryHydrationService
(UserRoleService<UserRole> userRoleService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.web.endpoint
ModifierConstructorDescriptionCustomerAccountRoleEndpoint
(UserRoleService<UserRole> userRoleService)