Hello everyone,

I have written an own JPA based Realm to authenticate my users. For that
used your JDBC Realm as reference. 

It is working and thanks to you great code documention it was also very easy
and straight forward. But on thing i don't get. 

Where do you actually check the correctness of the users password? In the
whole JDBC Realm is no Line where you check the password and throw an
IncorrectCredentialsException if the password is incorrect. 

I currently do this myself in the realm implementation but I guess this
could be a bad style if you have this functionality already implemented. 
-- 
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Where-does-Shrio-check-the-Password-tp5634266p5634266.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to