Uses of Interface
com.broadleafcommerce.auth.security.service.UserRoleService
Packages that use UserRoleService
Package
Description
- 
Uses of UserRoleService in com.broadleafcommerce.auth.dataConstructors in com.broadleafcommerce.auth.data with parameters of type UserRoleServiceModifierConstructorDescriptionAuthorizationServerDataInitializer(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.autoconfigureConstructors in com.broadleafcommerce.auth.data.autoconfigure with parameters of type UserRoleServiceModifierConstructorDescriptionAuthorizationServerConfiguration(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.serviceMethods in com.broadleafcommerce.auth.resource.service that return UserRoleServiceModifier and TypeMethodDescriptionprotected UserRoleService<UserRole>DefaultUserOperationService.getUserRoleService()Methods in com.broadleafcommerce.auth.resource.service with parameters of type UserRoleServiceModifier and TypeMethodDescriptionvoidDefaultUserOperationService.setUserRoleService(UserRoleService<UserRole> userRoleService) 
- 
Uses of UserRoleService in com.broadleafcommerce.auth.resource.service.validationMethods in com.broadleafcommerce.auth.resource.service.validation that return UserRoleServiceModifier and TypeMethodDescriptionprotected UserRoleService<UserRole>UserRoleValidator.getUserRoleService()Methods in com.broadleafcommerce.auth.resource.service.validation with parameters of type UserRoleServiceModifier and TypeMethodDescriptionvoidUserRoleValidator.setUserRoleService(UserRoleService<UserRole> userRoleService) Lazy injection since this validator is itself a service component.
- 
Uses of UserRoleService in com.broadleafcommerce.auth.resource.web.endpointMethods in com.broadleafcommerce.auth.resource.web.endpoint that return UserRoleServiceModifier and TypeMethodDescriptionprotected UserRoleService<UserRole>UserRoleEndpoint.getUserRoleService()Constructors in com.broadleafcommerce.auth.resource.web.endpoint with parameters of type UserRoleServiceModifierConstructorDescriptionUserRoleEndpoint(UserRoleService<UserRole> userRoleService, com.broadleafcommerce.translation.service.TranslationEntityService<com.broadleafcommerce.translation.domain.Translation> translationEntityService) 
- 
Uses of UserRoleService in com.broadleafcommerce.auth.security.serviceClasses in com.broadleafcommerce.auth.security.service that implement UserRoleServiceModifier and TypeClassDescriptionclassDefaultUserRoleService<P extends UserRole,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> Methods in com.broadleafcommerce.auth.security.service that return UserRoleServiceModifier and TypeMethodDescriptionprotected UserRoleService<UserRole>DefaultPrivilegeService.getUserRoleService()Constructors in com.broadleafcommerce.auth.security.service with parameters of type UserRoleServiceModifierConstructorDescriptionDefaultPrivilegeService(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.hydrationMethods in com.broadleafcommerce.auth.security.service.hydration that return UserRoleServiceModifier and TypeMethodDescriptionprotected UserRoleService<UserRole>DefaultUserRoleAncestryHydrationService.getUserRoleService()Constructors in com.broadleafcommerce.auth.security.service.hydration with parameters of type UserRoleServiceModifierConstructorDescriptionDefaultUserRoleAncestryHydrationService(UserRoleService<UserRole> userRoleService) 
- 
Uses of UserRoleService in com.broadleafcommerce.auth.user.autoconfigureMethods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type UserRoleServiceModifier and TypeMethodDescriptionImpersonationConfiguration.defaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> roleService, UserRoleAncestryHydrationService roleAncestryHydrationService) 
- 
Uses of UserRoleService in com.broadleafcommerce.auth.user.listenerMethods in com.broadleafcommerce.auth.user.listener that return UserRoleServiceModifier and TypeMethodDescriptionprotected UserRoleService<UserRole>AdminRolePersistenceHandler.getUserRoleService()Constructors in com.broadleafcommerce.auth.user.listener with parameters of type UserRoleServiceModifierConstructorDescriptionAdminRolePersistenceHandler(UserRoleService<UserRole> userRoleService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) 
- 
Uses of UserRoleService in com.broadleafcommerce.auth.user.listener.autoconfigureMethods in com.broadleafcommerce.auth.user.listener.autoconfigure with parameters of type UserRoleServiceModifier 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.messagingMethods in com.broadleafcommerce.auth.user.messaging that return UserRoleServiceModifier and TypeMethodDescriptionprotected UserRoleService<UserRole>CartApprovalRequestEventListener.getUserRoleService()Constructors in com.broadleafcommerce.auth.user.messaging with parameters of type UserRoleServiceModifierConstructorDescriptionCartApprovalRequestEventListener(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.autoconfigureMethods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type UserRoleServiceModifier 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.serviceMethods in com.broadleafcommerce.auth.user.service that return UserRoleServiceModifier and TypeMethodDescriptionprotected UserRoleService<UserRole>DefaultAccountMemberRoleChangeRequestHandler.getUserRoleService()Constructors in com.broadleafcommerce.auth.user.service with parameters of type UserRoleServiceModifierConstructorDescriptionDefaultAccountMemberRoleChangeRequestHandler(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.autoconfigureMethods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserRoleServiceModifier 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) Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserRoleServiceModifier 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.endpointConstructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type UserRoleServiceModifierConstructorDescriptionCustomerAccountRoleEndpoint(UserRoleService<UserRole> userRoleService)