Uses of Interface
com.broadleafcommerce.auth.user.service.UserService
Packages that use UserService
Package
Description
-
Uses of UserService in com.broadleafcommerce.auth.authorization.security.autoconfigure
Methods in com.broadleafcommerce.auth.authorization.security.autoconfigure that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>OAuth2AuthorizationServerConfigurerCustomizer.getUserService()Methods in com.broadleafcommerce.auth.authorization.security.autoconfigure with parameters of type UserServiceModifier and TypeMethodDescriptionSpringAuthorizationServerComponentsConfiguration.oAuth2AuthorizationServerConfigurerCustomizer(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, SecurityService securityService, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, DefaultClientScopeAuthorizationCodeRequestConverter defaultClientScopeAuthorizationCodeRequestConverter, DefaultClientScopeClientCredentialsRequestConverter defaultClientScopeClientCredentialsRequestConverter, Consumer<org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationContext> oAuth2AuthorizationCodeRequestAuthenticationValidator, TokenProperties tokenProperties, EmbeddedLoginProperties embeddedLoginProperties, EmbeddedLoginCodeAuthenticationConverter embeddedLoginCodeAuthenticationConverter, PasscodeService<PasswordToken, User> passcodeService, OAuth2UserDetailsService userDetailsService, UserService<User> userService, PublicRefreshPublicClientAuthenticationConverter authenticationConverter, AuthorizedClientService<AuthorizedClient> clientService) Constructors in com.broadleafcommerce.auth.authorization.security.autoconfigure with parameters of type UserServiceModifierConstructorDescriptionOAuth2AuthorizationServerConfigurerCustomizer(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, SecurityService securityService, org.springframework.security.oauth2.server.authorization.client.RegisteredClientRepository registeredClientRepository, DefaultClientScopeAuthorizationCodeRequestConverter defaultClientScopeAuthorizationCodeRequestConverter, DefaultClientScopeClientCredentialsRequestConverter defaultClientScopeClientCredentialsRequestConverter, Consumer<org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationContext> oAuth2AuthorizationCodeRequestAuthenticationValidator, TokenProperties tokenProperties, EmbeddedLoginProperties embeddedLoginProperties, EmbeddedLoginCodeAuthenticationConverter embeddedLoginCodeAuthenticationConverter, PasscodeService<PasswordToken, User> passcodeService, OAuth2UserDetailsService userDetailsService, UserService<User> userService, PublicRefreshPublicClientAuthenticationConverter publicClientAuthenticationConverter, AuthorizedClientService<AuthorizedClient> clientService) -
Uses of UserService in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure
Methods in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure with parameters of type UserServiceModifier and TypeMethodDescriptionEmbeddedLoginAutoConfiguration.embeddedLoginAuthenticationSuccessHandler(PasscodeService<PasswordToken, User> passcodeService, UserService<User> userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of UserService in com.broadleafcommerce.auth.authorization.security.embedded.code
Constructors in com.broadleafcommerce.auth.authorization.security.embedded.code with parameters of type UserServiceModifierConstructorDescriptionEmbeddedLoginCodeAuthenticationProvider(org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService authorizationService, org.springframework.security.oauth2.server.authorization.token.OAuth2TokenGenerator<? extends org.springframework.security.oauth2.core.OAuth2Token> tokenGenerator, TokenProperties tokenProperties, SecurityService securityService, PasscodeService<PasswordToken, User> passcodeService, OAuth2UserDetailsService userDetailsService, UserService<User> userService) -
Uses of UserService in com.broadleafcommerce.auth.authorization.security.embedded.login
Methods in com.broadleafcommerce.auth.authorization.security.embedded.login that return UserServiceModifier and TypeMethodDescriptionprotected UserService<U>EmbeddedLoginAuthenticationSuccessHandler.getUserService()Constructors in com.broadleafcommerce.auth.authorization.security.embedded.login with parameters of type UserServiceModifierConstructorDescriptionEmbeddedLoginAuthenticationSuccessHandler(PasscodeService<P, U> passcodeService, UserService<U> userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of UserService in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type UserServiceModifier and TypeMethodDescriptionExternalAdminUserHandler<org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken>OAuthClientAutoConfiguration.oAuthExternalAdminCreationHandler(UserService<User> userService, ExternalRoleMappingService<ExternalRoleMapping> externalRoleMappingService, AuthorizationServerService<AuthorizationServer> authorizationServerService, PasswordGenerator passwordGenerator, ExternalAdminUserModificationEventProducer externalAdminUserModificationEventProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AdminUserMessagingProperties adminUserMessagingProperties, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Uses of UserService in com.broadleafcommerce.auth.resource.service
Methods in com.broadleafcommerce.auth.resource.service that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>DefaultUserOperationService.getUserService()Methods in com.broadleafcommerce.auth.resource.service with parameters of type UserServiceModifier and TypeMethodDescriptionvoidDefaultUserOperationService.setUserService(UserService<User> userService) -
Uses of UserService in com.broadleafcommerce.auth.resource.web.endpoint
Methods in com.broadleafcommerce.auth.resource.web.endpoint that return UserServiceConstructors in com.broadleafcommerce.auth.resource.web.endpoint with parameters of type UserServiceModifierConstructorDescriptionUserEndpoint(UserService<User> userSvc, UserPasswordService<PasswordToken, User> userPasswordService, AuthorizedClientService<AuthorizedClient> clientService) -
Uses of UserService in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>AbstractExternalAdminUserHandler.getUserService()Constructors in com.broadleafcommerce.auth.security.service with parameters of type UserServiceModifierConstructorDescriptionAbstractExternalAdminUserHandler(UserService<User> userService, ExternalRoleMappingService<ExternalRoleMapping> externalRoleMappingService, AuthorizationServerService<AuthorizationServer> authorizationServerService, PasswordGenerator passwordGenerator, ExternalAdminUserModificationEventProducer modificationEventProducer, AdminUserMessagingProperties adminUserMessagingProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) OAuthExternalAdminUserHandler(UserService<User> userService, ExternalRoleMappingService<ExternalRoleMapping> externalRoleMappingService, AuthorizationServerService<AuthorizationServer> authorizationServerService, PasswordGenerator passwordGenerator, ExternalAdminUserModificationEventProducer externalAdminUserModificationEventProducer, AdminUserMessagingProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Uses of UserService in com.broadleafcommerce.auth.server.service.anonymization
Methods in com.broadleafcommerce.auth.server.service.anonymization that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>UserAnonymizationHandler.getUserService()Constructors in com.broadleafcommerce.auth.server.service.anonymization with parameters of type UserService -
Uses of UserService in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type UserServiceModifier and TypeMethodDescriptionImpersonationConfiguration.defaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> roleService, UserRoleAncestryHydrationService roleAncestryHydrationService) ImpersonationConfiguration.impersonationRequestValidator(UserService<User> userService, AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService, ClientRedirectService clientRedirectService) OAuth2UserDetailsAutoConfiguration.oAuth2UserDetailsService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService) -
Uses of UserService in com.broadleafcommerce.auth.user.endpoint
Constructors in com.broadleafcommerce.auth.user.endpoint with parameters of type UserServiceModifierConstructorDescriptionDefaultImpersonationRequestValidator(UserService<User> userService, AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService, ClientRedirectService clientRedirectService) -
Uses of UserService in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>AdminUserPersistenceHandler.getUserService()protected UserService<User>CustomerPersistenceHandler.getUserService()protected UserService<User>SegmentMemberPersistenceHandler.getUserService()Constructors in com.broadleafcommerce.auth.user.listener with parameters of type UserServiceModifierConstructorDescriptionAdminUserPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserLockoutService userLockoutService) CustomerPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService) SegmentMemberPersistenceHandler(UserService<User> userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of UserService in com.broadleafcommerce.auth.user.listener.autoconfigure
Methods in com.broadleafcommerce.auth.user.listener.autoconfigure with parameters of type UserServiceModifier and TypeMethodDescriptionAuthDataUpdatePersistenceHandlerAutoConfiguration.adminUserPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserLockoutService userLockoutService) AuthDataUpdatePersistenceHandlerAutoConfiguration.customerPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService) AuthDataUpdatePersistenceHandlerAutoConfiguration.segmentMemberPersistenceHandler(UserService<User> userService, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of UserService in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>CartApprovalRequestEventListener.getUserService()Constructors in com.broadleafcommerce.auth.user.messaging with parameters of type UserServiceModifierConstructorDescriptionCartApprovalRequestEventListener(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) ClearCustomerSegmentEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, UserService<User> userService) -
Uses of UserService in com.broadleafcommerce.auth.user.messaging.autoconfigure
Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type UserServiceModifier 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) AuthUserMessagingAutoConfiguration.clearCustomerSegmentEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, UserService<User> userService) -
Uses of UserService in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service that implement UserServiceModifier and TypeClassDescriptionclassDefaultUserService<P extends User,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> Methods in com.broadleafcommerce.auth.user.service that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>DefaultAccountMemberRoleChangeRequestHandler.getUserService()protected UserService<User>DefaultAccountUpdateRequestHandler.getUserService()protected UserService<User>DefaultOAuth2UserDetailsService.getUserService()protected UserService<User>DefaultUserAttributesRequestHandler.getUserService()protected UserService<User>DefaultUserLockoutService.getUserService()Constructors in com.broadleafcommerce.auth.user.service with parameters of type UserServiceModifierConstructorDescriptionDefaultAccountMemberRoleChangeRequestHandler(UserService<User> userService, UserRoleService<UserRole> userRoleService) DefaultAccountUpdateRequestHandler(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DefaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService) DefaultOAuth2UserDetailsService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService) DefaultUserAttributesRequestHandler(UserService<User> userService) DefaultUserLockoutService(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties) -
Uses of UserService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserServiceModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
UserService<User>AuthServiceServiceAutoConfiguration.userService(AuthorizedClientService<AuthorizedClient> clientService, UserRepository<D> userRepository, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager, SimplePayloadMapper simplePayloadMapper, UserUpdateProducer userUpdateProducer) Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountMemberRoleChangeRequestHandler(UserService<User> userService, UserRoleService<UserRole> userRoleService) AuthServiceServiceAutoConfiguration.accountStatusChangeRequestHandler(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) AuthServiceServiceAutoConfiguration.registrationService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, RegistrationValidator registrationValidator, UserRegistrationProducer userRegistrationProducer, AuthRegistrationProperties registrationProperties, ApplicationService<Application> applicationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) AuthServiceServiceAutoConfiguration.userClaimsRequestHandler(UserService<User> userService) AuthServiceServiceAutoConfiguration.userLockoutService(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> loginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties) AuthServiceServiceAutoConfiguration.userPasswordService(UserService<User> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<User> messageService, ResetPasswordFormValidator<PasswordToken> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<PasswordToken, User> defaultPasscodeService) -
Uses of UserService in com.broadleafcommerce.auth.user.service.password
Methods in com.broadleafcommerce.auth.user.service.password that return UserServiceModifier and TypeMethodDescriptionprotected UserService<U>DefaultUserPasswordService.getUserService()Constructors in com.broadleafcommerce.auth.user.service.password with parameters of type UserServiceModifierConstructorDescriptionDefaultUserPasswordService(UserService<U> userService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, UserMessagingService<U> messageService, ResetPasswordFormValidator<P> resetPasswordFormValidator, ChangePasswordFormValidator changePasswordFormValidator, UserLockoutService userLockoutService, PasscodeService<P, U> passcodeService) DefaultUserRegistrationService(UserService<P> userService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> authorizationServerService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, RegistrationValidator registrationValidator, UserRegistrationProducer userRegistrationProducer, AuthRegistrationProperties registrationProperties, ApplicationService<Application> applicationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of UserService in com.broadleafcommerce.auth.user.session
Methods in com.broadleafcommerce.auth.user.session that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>FormLoginAuthenticationFilter.getUserService()Methods in com.broadleafcommerce.auth.user.session with parameters of type UserServiceModifier and TypeMethodDescriptionvoidFormLoginAuthenticationFilter.setUserService(UserService<User> userService) -
Uses of UserService in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return UserServiceModifier and TypeMethodDescriptionprotected UserService<User>AbstractUserAccessTokenEnhancer.getUserService()protected UserService<User>CurrentUserCacheAccessTokenEnhancer.getUserService()Constructors in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type UserServiceModifierConstructorDescriptionAbstractUserAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility) AccountIdAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, AccountAncestorService accountAncestorService) CurrentUserCacheAccessTokenEnhancer(TokenEnhancerUtility tokenEnhancerUtility, UserService<User> userService) CustomerContextAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, ApplicationService<Application> applicationService) CustomerSegmentsAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility) TenantPropertiesAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility) UserAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility) UserRestrictionAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, PermissionRepository permissionRepository, SecurityService securityService) -
Uses of UserService in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Methods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type UserServiceModifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.accountIdAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, AccountAncestorService accountAncestorService) TokenEnhancerAutoConfiguration.currentUserCacheAccessTokenEnhancer(TokenEnhancerUtility tokenEnhancerUtility, UserService<User> userService) TokenEnhancerAutoConfiguration.customerContextAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, ApplicationService<Application> applicationService) TokenEnhancerAutoConfiguration.customerSegmentsAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility) TokenEnhancerAutoConfiguration.tenantPropertiesAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility) TokenEnhancerAutoConfiguration.userAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility) TokenEnhancerAutoConfiguration.userRestrictionAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, PermissionRepository permissionRepository, SecurityService securityService) -
Uses of UserService in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return UserServiceConstructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type UserServiceModifierConstructorDescriptionPasscodeEndpoint(PasscodeService<PasswordToken, User> passcodeService, UserService<User> userService) UserInfoEndpoint(UserService<User> userService)