Class AuthService

java.lang.Object
org.bh_foundation.e_sign.services.auth.AuthService

@Service public class AuthService extends Object
  • Constructor Details

    • AuthService

      public AuthService(UserRepository userRepository, PasswordResetTokenRepository passwordResetTokenRepository, org.springframework.security.authentication.AuthenticationManager authenticationManager, JwtService jwtService, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, MailService mailService, SessionService sessionService)
  • Method Details