Uses of Interface
com.broadleafcommerce.auth.security.service.UserLoginService
Packages that use UserLoginService
Package
Description
-
Uses of UserLoginService in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service that implement UserLoginService -
Uses of UserLoginService in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure that return UserLoginServiceModifier and TypeMethodDescriptionAuthorizationServerWebSecurityConfiguration.userLoginService
(OAuth2UserDetailsService clientUserDetailService, StatelessUtil statelessUtil) -
Uses of UserLoginService in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return UserLoginServiceModifier and TypeMethodDescriptionprotected UserLoginService
AuthenticationController.getLoginService()
protected UserLoginService
EmbeddedAuthenticationController.getLoginService()
protected UserLoginService
RegistrationController.getLoginService()
protected UserLoginService
RegistrationFormController.getLoginService()
Constructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type UserLoginServiceModifierConstructorDescriptionAuthenticationController
(UserPasswordService<PasswordToken, User> userPasswordService, ClientRedirectService redirectService, UserLoginService loginService, UserLoginProperties properties, AuthorizedClientService<AuthorizedClient> clientService, ClientIdentityProviderProperties clientProperties, BroadleafClientRegistrationRepository clientRegistrationRepository, com.broadleafcommerce.common.extension.TypeFactory typeFactory) EmbeddedAuthenticationController
(UserPasswordService<PasswordToken, User> userPasswordService, UserLoginProperties properties, UserLoginService loginService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService) RegistrationController
(UserRegistrationService<User> registrationService, UserLoginProperties properties, UserLoginService loginService, EmbeddedLoginProperties embeddedLoginProperties) RegistrationFormController
(UserRegistrationService<User> registrationService, AuthenticationLogoutHandler authenticationLogoutHandler, AuthorizedClientService<AuthorizedClient> clientService, UserLoginProperties properties, ClientRedirectService redirectService, UserLoginService loginService, ApplicationService<Application> applicationService)