Spring Batch Admin - Login help required
Spring Batch Admin - Login help required
Hi,
I need to perform LDAP authentication. I have the code to perform the authentication but I need help :
- how to include my login page in spring batch. (as welcome screen).
Spring batch menus should not appear here.
- How to read username and password in my servlet(how to redirect through web-inf stuffs by overriding what
spring batch provides).
- I want to write my own controller that reads request paramaters and perform LDAP authentication.
- Only after successful login, user should be able to access spring batch menus/screens(job,Executions etc.)
- On failue, I want to render and error screen.
- A logout link.
Could you please guide/help/share code to implement the same.
Regards,
Ankit Gupta