Uses of Class
com.yahoo.vespa.hosted.controller.api.role.Action
-
Packages that use Action Package Description com.yahoo.vespa.hosted.controller.api.role -
-
Uses of Action in com.yahoo.vespa.hosted.controller.api.role
Methods in com.yahoo.vespa.hosted.controller.api.role that return Action Modifier and Type Method Description static ActionAction. from(com.yahoo.jdisc.http.HttpRequest.Method method)Returns the appropriate action for given HTTP methodstatic ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.role with parameters of type Action Modifier and Type Method Description booleanEnforcer. allows(Role role, Action action, URI resource)Returns whetherrolehas permission to performactiononresource, in this enforcer's system.
-