博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用JdbcRealm时,UnauthorizedException: Subject does not have permission
阅读量:3958 次
发布时间:2019-05-24

本文共 105 字,大约阅读时间需要 1 分钟。

JdbcRealm默认的PermissionsLookupEnabled为false,再使用时,先把它设为true才可以

JdbcRealm.setPermissionsLookupEnabled(true);

 

转载地址:http://hoazi.baihongyu.com/

你可能感兴趣的文章