Modifier and Type | Method and Description |
---|---|
protected UserService<User> |
UserEndpoint.getUserSvc() |
Constructor and Description |
---|
UserEndpoint(UserService<User> userSvc,
UserPasswordService<PasswordToken,User> userPasswordService,
AuthorizedClientService<AuthorizedClient> clientService) |
Modifier and Type | Method and Description |
---|---|
protected UserService<User> |
UserAnonymizationHandler.getUserService() |
Constructor and Description |
---|
UserAnonymizationHandler(UserService<User> userService) |
Modifier and Type | Method and Description |
---|---|
ImpersonationClaimsEnhancer |
ImpersonationConfiguration.defaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties,
UserService<User> userService,
UserRoleService<UserRole> roleService,
UserRoleAncestryHydrationService roleAncestryHydrationService) |
ImpersonationRequestValidator |
ImpersonationConfiguration.impersonationRequestValidator(UserService<User> userService,
AuthorizedClientService<AuthorizedClient> authorizedClientService,
AuthorizationServerService<AuthorizationServer> authorizationServerService,
org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
org.springframework.security.oauth2.provider.endpoint.RedirectResolver redirectResolver) |
OAuth2UserDetailsService |
OAuth2UserDetailsAutoConfiguration.oAuth2UserDetailsService(UserService<User> userService,
AuthorizedClientService<AuthorizedClient> clientService,
PrivilegeService privilegeService) |
Constructor and Description |
---|
AuthorizationServerWebSecurityConfiguration(org.springframework.security.web.savedrequest.RequestCache requestCache,
AuthorizationServerProperties authorizationServerProps,
StatelessUtil statelessUtil,
org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
AuthenticationLogoutHandler authenticationLogoutHandler,
org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository,
org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,?> authenticationDetailsSource,
org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy,
FormLoginAuthenticationProvider formLoginAuthenticationProvider,
OAuth2SessionAuthenticationProvider oAuth2SessionAuthenticationProvider,
VerifyRedirectCookieFilter verifyRedirectCookieFilter,
ClientIdFilter clientIdFilter,
UserLockoutService userLockoutService,
EmbeddedLoginProperties embeddedLoginProperties,
Optional<EmbeddedLoginAuthenticationProvider> embeddedLoginAuthenticationProvider,
Optional<EmbeddedLoginTokenAuthenticationProvider> embeddedLoginTokenAuthenticationProvider,
AuthorizationServerService<AuthorizationServer> authorizationServerService,
AuthorizedClientService<AuthorizedClient> authorizedClientService,
PasscodeService<PasswordToken,User> passcodeService,
UserService<User> userService) |
Constructor and Description |
---|
DefaultImpersonationRequestValidator(UserService<User> userService,
AuthorizedClientService<AuthorizedClient> authorizedClientService,
AuthorizationServerService<AuthorizationServer> authorizationServerService,
org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService,
org.springframework.security.oauth2.provider.endpoint.RedirectResolver redirectResolver) |
Modifier and Type | Method and Description |
---|---|
protected UserService<User> |
SegmentMemberPersistenceHandler.getUserService() |
protected UserService<User> |
CustomerPersistenceHandler.getUserService() |
protected UserService<User> |
AdminUserPersistenceHandler.getUserService() |
Constructor and Description |
---|
AdminUserPersistenceHandler(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) |
Modifier and Type | Method and Description |
---|---|
AdminUserPersistenceHandler |
AuthDataUpdatePersistenceHandlerAutoConfiguration.adminUserPersistenceHandler(UserService<User> userService,
AuthorizedClientService<AuthorizedClient> clientService,
com.fasterxml.jackson.databind.ObjectMapper mapper,
com.broadleafcommerce.common.extension.TypeFactory typeFactory,
UserLockoutService userLockoutService) |
CustomerPersistenceHandler |
AuthDataUpdatePersistenceHandlerAutoConfiguration.customerPersistenceHandler(UserService<User> userService,
AuthorizedClientService<AuthorizedClient> clientService,
ApplicationService<Application> applicationService,
UserCreationProducer userCreationProducer,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
UserLockoutService userLockoutService) |
SegmentMemberPersistenceHandler |
AuthDataUpdatePersistenceHandlerAutoConfiguration.segmentMemberPersistenceHandler(UserService<User> userService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Constructor and Description |
---|
ClearCustomerSegmentEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService,
UserService<User> userService) |
Modifier and Type | Method and Description |
---|---|
ClearCustomerSegmentEventListener |
AuthUserMessagingAutoConfiguration.clearCustomerSegmentEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService,
UserService<User> userService) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUserService<P extends User,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> |
Modifier and Type | Method and Description |
---|---|
protected UserService<User> |
DefaultUserLockoutService.getUserService() |
protected UserService<User> |
DefaultUserAttributesRequestHandler.getUserService() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> |
AuthServiceServiceAutoConfiguration.userService(AuthorizedClientService<AuthorizedClient> clientService,
UserRepository<D> userRepository,
com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager,
SimplePayloadMapper simplePayloadMapper,
UserUpdateProducer userUpdateProducer) |
Modifier and Type | Method and Description |
---|---|
UserRegistrationService<User> |
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) |
UserAttributesRequestHandler |
AuthServiceServiceAutoConfiguration.userClaimsRequestHandler(UserService<User> userService) |
UserLockoutService |
AuthServiceServiceAutoConfiguration.userLockoutService(UserService<User> userService,
UserLoginAttemptService<UserLoginAttempt> loginAttemptService,
AuthorizedClientService<AuthorizedClient> clientService,
AuthorizationServerService<AuthorizationServer> serverService,
UserLockoutProperties userLockoutProperties) |
UserPasswordService<PasswordToken,User> |
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) |
Modifier and Type | Method and Description |
---|---|
protected UserService<U> |
DefaultUserPasswordService.getUserService() |
Constructor and Description |
---|
DefaultUserPasswordService(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) |
Modifier and Type | Method and Description |
---|---|
protected UserService<U> |
EmbeddedLoginAuthenticationSuccessHandler.getUserService() |
protected UserService<User> |
EmbeddedLoginTokenAuthenticationProvider.getUserService() |
Constructor and Description |
---|
EmbeddedLoginAuthenticationSuccessHandler(PasscodeService<P,U> passcodeService,
UserService<U> userService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
EmbeddedLoginTokenAuthenticationProvider(OAuth2UserDetailsService userDetailsService,
PasscodeService<PasswordToken,User> passcodeService,
UserService<User> userService) |
Modifier and Type | Method and Description |
---|---|
protected UserService<User> |
AbstractUserTokenEnhancer.getUserService() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUserTokenEnhancer.setUserService(UserService<User> userService) |
Modifier and Type | Method and Description |
---|---|
protected UserService<User> |
PasscodeEndpoint.getUserService() |
Constructor and Description |
---|
PasscodeEndpoint(PasscodeService<PasswordToken,User> passcodeService,
UserService<User> userService) |
UserInfoEndpoint(UserService<User> userService) |
Copyright © 2021. All rights reserved.