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
- Author:
- jonmv
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.yahoo.config.provision.ApplicationNameapplication()Returns theApplicationNamethis is bound to.com.yahoo.config.provision.TenantNametenant()Returns theTenantNamethis is bound to.java.lang.StringtoString()-
Methods inherited from class com.yahoo.vespa.hosted.controller.api.role.Role
administrator, athenzTenantAdmin, buildService, definition, developer, equals, everyone, hashCode, headless, hostedAccountant, hostedOperator, hostedSupporter, implies, paymentProcessor, reader, systemFlagsDeployer, systemFlagsDryrunner
-
-
-
-
Method Detail
-
tenant
public com.yahoo.config.provision.TenantName tenant()
Returns theTenantNamethis is bound to.
-
application
public com.yahoo.config.provision.ApplicationName application()
Returns theApplicationNamethis is bound to.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-