类 Resource

java.lang.Object
com.alibaba.nacos.plugin.auth.api.Resource
所有已实现的接口:
Serializable

public class Resource extends Object implements Serializable
Resource used in authorization.
从以下版本开始:
1.2.0
作者:
nkorange, mai.jh
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • EMPTY_RESOURCE

      public static final Resource EMPTY_RESOURCE
    • namespaceId

      private final String namespaceId
    • group

      private final String group
    • name

      private final String name
    • type

      private final String type
    • properties

      private final Properties properties
  • 构造器详细资料

  • 方法详细资料

    • getNamespaceId

      public String getNamespaceId()
    • getGroup

      public String getGroup()
    • getName

      public String getName()
    • getType

      public String getType()
    • getProperties

      public Properties getProperties()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object