you can override the existing behavior of the authentication realm by
creating your own jdbcRealm.
i do this by creating my own and configure it on shiro .ini 
jdbcRealm=com.AuthenticationJdbcRealm.
In the AuthenticationJdbcRealm you can override the
doGetAuthenticationInfo() and getPassword() and assertCredentialMatcher()
and provide your own custom logic.



--
View this message in context: 
http://shiro-user.582556.n2.nabble.com/Custom-authentication-logic-tp7579157p7579163.html
Sent from the Shiro User mailing list archive at Nabble.com.

Reply via email to