类的使用
com.alibaba.nacos.auth.model.User
-
使用User的程序包 程序包 说明 com.alibaba.nacos.auth -
-
com.alibaba.nacos.auth中User的使用
返回User的com.alibaba.nacos.auth中的方法 修饰符和类型 方法 说明 UserAuthManager. login(java.lang.Object request)Authentication of request, identify the user who request the resource.UserAuthManager. loginRemote(java.lang.Object request)Authentication of request, identify the user who request the resource.参数类型为User的com.alibaba.nacos.auth中的方法 修饰符和类型 方法 说明 voidAuthManager. auth(Permission permission, User user)Authorization of request, constituted with resource and user.
-