枚举的使用
com.alibaba.nacos.plugin.auth.constant.ActionTypes
使用ActionTypes的程序包
-
com.alibaba.nacos.plugin.auth.constant中ActionTypes的使用
修饰符和类型方法说明static ActionTypes返回带有指定名称的该类型的枚举常量。static ActionTypes[]ActionTypes.values()返回包含该枚举类型的常量的数组, 顺序与声明这些常量的顺序相同 -
com.alibaba.nacos.plugin.auth.spi.server中ActionTypes的使用
修饰符和类型方法说明booleanAuthPluginService.enableAuth(ActionTypes action, String type) Judgement whether this plugin enable auth for this action and type.