Posts by dougg0k • 1,619 points
53 posts
-
0
votes1
answer96
viewsA: Is it possible to have multiple form-login with Spring Security in the same application?
Good afternoon João It is possible to have more than one Authentication Provider, in fact, as many as you want in the same application. According to the documentation, it is possible to use existing…
-
0
votes1
answer43
viewsA: Iterator in MVC pattern
An Iterator or Iterator, is used to check and traverse data structures, as mentioned, Lists, Stacks, Queues, Sets, Tree, in an iterator you will implement checks to see if there are more elements…
-
1
votes1
answer817
viewsA: Spring Security, display message when log out
A way to make this message appear saying that the Session closed, is using a parameter in the URL (expired-url="/publico/login.jsp?sessionExpired=sim") and have on the login page a conditional in…