Questions about Spring Security 3.1
Hello !
i would like to know how to solve this question:
we are using Spring-security 3.1 and authenticating the user using database, and so on everything is ok, but i need to execute a method after the login and validate when process is successful, this way i can retrieve the informations about the logged user.
where can i call this method after the login ? (when the validation is with successful)
another question:
I would like to know how to control the user session, with some funcionalities.
For Exemplo:
revoke the user that try to login twice.
Someone can give an idea to solve these problems ?? i am looking for but i didn't find anything.
Our Ambient:
JSF 2.0 + PRIMEFACES 2.2.1 + JPA 2.0 + HIBERNATE 3.6.7 + SPRING-SECURITY 3.1 + FACELETS
Thank you very much !!