Class TenantRole

java.lang.Object
com.yahoo.vespa.hosted.controller.api.role.Role
com.yahoo.vespa.hosted.controller.api.role.TenantRole

public class TenantRole extends Role
A Role with a Context of a TenantName.
Author:
jonmv
  • Method Details

    • tenant

      public com.yahoo.config.provision.TenantName tenant()
      Returns the TenantName this is bound to.
    • toString

      public String toString()
      Overrides:
      toString in class Object