Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Pre Authentication on jetty server
Pre Authentication on jetty server [message #1790283] Thu, 07 June 2018 19:39
sogand ghods is currently offline sogand ghodsFriend
Messages: 1
Registered: June 2018
Junior Member
Hello,

I am developing a java application which is on jetty servers. The application is adding an instance of LoginService to the server :

server.addBean(loginService);

This would create a pop up login message for whenever the URL is hit. However I am trying to modify this login service to not show the pop up login message to clients from specific IP addresses. When I trace the login method, all the other methods in call hierarchy have a HTTP request in their parameters, which I assume is received when a user submits the username and password. I don't know how to set a condition on this user authentication to check the IP address before showing the pop up message since I can't find where the message is being initially created .


Thank you,
Sogand
Previous Topic:Logging of failed login attempts
Next Topic:Eclipse no longer launches.
Goto Forum:
  


Current Time: Thu Apr 18 12:50:30 GMT 2024

Powered by FUDForum. Page generated in 0.03397 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top