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 UserLoginPropertiesAuthenticationController.getProperties()protected UserLoginPropertiesEmbeddedAuthenticationController.getProperties()protected UserLoginPropertiesRegistrationController.getProperties()protected UserLoginPropertiesRegistrationFormController.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)