Package com.yahoo.vespa.hosted.controller.api.role


@ExportPackage package com.yahoo.vespa.hosted.controller.api.role
  • Class
    Description
    Action defines an operation, typically a HTTP method, that may be performed on an entity in the controller (e.g.
    A Role with a Context of a TenantName and an ApplicationName.
    Checks whether Roles have the required Privileges to perform Actions on given URIs.
    A role is a combination of a RoleDefinition and a Context, which allows evaluation of access control for a given action on a resource.
    This declares all tenant roles known to the controller.
     
    A principal wrapper of a single String entry.
    A Role with a Context of a TenantName.
    A Role with an unlimited Context.