Uses of Class
com.alibaba.nacos.config.server.model.AuthType
-
Packages that use AuthType Package Description com.alibaba.nacos.config.server.model -
-
Uses of AuthType in com.alibaba.nacos.config.server.model
Methods in com.alibaba.nacos.config.server.model that return AuthType Modifier and Type Method Description static AuthTypeAuthType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthType[]AuthType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-