Class Enforcer
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.role.Enforcer
-
public class Enforcer extends java.lang.Object- Author:
- jonmv
-
-
Constructor Summary
Constructors Constructor Description Enforcer(com.yahoo.config.provision.SystemName system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallows(Role role, Action action, java.net.URI resource)Returns whetherrolehas permission to performactiononresource, in this enforcer's system.
-