File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/org/apache/shiro/realm/jdbc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ public void setUserRolesQuery(String userRolesQuery) {
165165 /**
166166 * Overrides the default query used to retrieve a user's permissions during authorization. When using the default
167167 * implementation, this query must take a role name as the single parameter and return a row
168- * per permission with three columns containing the fully qualified name of the permission class, the permission
169- * name, and the permission actions (in that order). If you require a solution that does not match this query
168+ * per permission with a single column, containing the permission.
169+ * If you require a solution that does not match this query
170170 * structure, you can override {@link #doGetAuthorizationInfo(org.apache.shiro.subject.PrincipalCollection)} or just
171171 * {@link #getPermissions(java.sql.Connection,String,java.util.Collection)}</p>
172172 * <p/>
You can’t perform that action at this time.
0 commit comments