Uses of Class
com.broadleafcommerce.auth.security.environment.UserLoginProperties
Packages that use UserLoginProperties
-
Uses of UserLoginProperties in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return UserLoginPropertiesModifier and TypeMethodDescriptionprotected UserLoginProperties
AuthenticationController.getProperties()
protected UserLoginProperties
EmbeddedAuthenticationController.getProperties()
protected UserLoginProperties
RegistrationController.getProperties()
protected UserLoginProperties
RegistrationFormController.getProperties()
Constructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type UserLoginPropertiesModifierConstructorDescriptionAuthenticationController
(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)