Uses of Interface
com.broadleafcommerce.auth.security.service.UserRoleService
-
-
Uses of UserRoleService in com.broadleafcommerce.auth.data
Constructors in com.broadleafcommerce.auth.data with parameters of type UserRoleService Constructor Description AuthorizationServerDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizationServerService<AuthorizationServer> serverService, UserRoleService<UserRole> userRoleService, AuthorizationDataInitializationProperties properties) -
Uses of UserRoleService in com.broadleafcommerce.auth.data.autoconfigure
Constructors in com.broadleafcommerce.auth.data.autoconfigure with parameters of type UserRoleService Constructor Description AuthorizationServerConfiguration(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.validation
Methods in com.broadleafcommerce.auth.resource.service.validation that return UserRoleService Modifier and Type Method Description protected UserRoleService<UserRole>UserRoleValidator. getUserRoleService()Methods in com.broadleafcommerce.auth.resource.service.validation with parameters of type UserRoleService Modifier and Type Method Description voidUserRoleValidator. setUserRoleService(UserRoleService<UserRole> userRoleService)Lazy injection since this validator is itself a service component. -
Uses of UserRoleService in com.broadleafcommerce.auth.resource.web.endpoint
Constructors in com.broadleafcommerce.auth.resource.web.endpoint with parameters of type UserRoleService Constructor Description UserRoleEndpoint(UserRoleService<UserRole> userRoleService) -
Uses of UserRoleService in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service that implement UserRoleService Modifier and Type Class Description classDefaultUserRoleService<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 UserRoleService Modifier and Type Method Description protected UserRoleService<UserRole>DefaultPrivilegeService. getUserRoleService()Constructors in com.broadleafcommerce.auth.security.service with parameters of type UserRoleService Constructor Description DefaultPrivilegeService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService) -
Uses of UserRoleService in com.broadleafcommerce.auth.security.service.hydration
Methods in com.broadleafcommerce.auth.security.service.hydration that return UserRoleService Modifier and Type Method Description protected UserRoleService<UserRole>DefaultUserRoleAncestryHydrationService. getUserRoleService()Constructors in com.broadleafcommerce.auth.security.service.hydration with parameters of type UserRoleService Constructor Description DefaultUserRoleAncestryHydrationService(UserRoleService<UserRole> userRoleService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type UserRoleService Modifier and Type Method Description ImpersonationClaimsEnhancerImpersonationConfiguration. defaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> roleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return UserRoleService Modifier and Type Method Description protected UserRoleService<UserRole>AdminRolePersistenceHandler. getUserRoleService()Constructors in com.broadleafcommerce.auth.user.listener with parameters of type UserRoleService Constructor Description AdminRolePersistenceHandler(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
Methods in com.broadleafcommerce.auth.user.listener.autoconfigure with parameters of type UserRoleService Modifier and Type Method Description AdminRolePersistenceHandlerAuthDataUpdatePersistenceHandlerAutoConfiguration. adminRolePersistenceHandler(UserRoleService<UserRole> userRoleService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.service
Constructors in com.broadleafcommerce.auth.user.service with parameters of type UserRoleService Constructor Description DefaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of UserRoleService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserRoleService Modifier and Type Method Description <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 UserRoleService Modifier and Type Method Description PrivilegeServiceAuthServiceServiceAutoConfiguration. restrictionService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService)UserRoleAncestryHydrationServiceAuthServiceServiceAutoConfiguration. userRoleAncestryHydrationService(UserRoleService<UserRole> userRoleService)
-