JdbcRealm (Apache Shiro :: Core 1.1.0 API) - 0 views
-
Class JdbcRealm
-
Realm that allows authentication and authorization via JDBC calls
-
subclassed and the appropriate methods overridden. (usually doGetAuthenticationInfo(org.apache.shiro.authc.AuthenticationToken), getRoleNamesForUser(java.sql.Connection,String), and/or getPermissions(java.sql.Connection,String,java.util.Collection)