Class ApplicationRole

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

public class ApplicationRole extends Role
A Role with a Context of a TenantName and an ApplicationName.
Author:
jonmv
  • Method Details

    • tenant

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

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

      public String toString()
      Overrides:
      toString in class Object