2015-01-08 68 views

回答

0

的解決方案是GetAllRolesOfUserEnabled財產user-mgt.xml添加到AuthorizationManager

<AuthorizationManager 
     class="org.wso2.carbon.user.core.authorization.JDBCAuthorizationManager"> 
     <Property name="AdminRoleManagementPermissions">/permission</Property> 
     <Property name="AuthorizationCacheEnabled">true</Property> 
     <Property name="GetAllRolesOfUserEnabled">true</Property> 
    </AuthorizationManager> 
相關問題