actframework / act-aaa-plugin

Use OSGL aaa library to mange Authentication/Authorization/Accounting for ActFramework Application
Apache License 2.0
6 stars 2 forks source link

AAAMetaInfo#privilegeProviderFound issue #42

Closed moonmanbu closed 4 years ago

moonmanbu commented 4 years ago

第129行

    private void privilegeProviderFound(Method method) {
        validateProviderMethod(method, permissionProvider, String.class, int.class, Integer.class, "privilege provider");
        privilegeProvider = method;
    }

validateProviderMethod()第2个参数应为privilegeProvider