| Package | Description |
|---|---|
| org.apache.nifi.authorization.resource |
| Modifier and Type | Method and Description |
|---|---|
default void |
Authorizable.authorize(Authorizer authorizer,
RequestAction action,
NiFiUser user)
Authorizes the current user for the specified action on the specified resource.
|
default void |
Authorizable.authorize(Authorizer authorizer,
RequestAction action,
NiFiUser user,
Map<String,String> resourceContext)
Authorizes the current user for the specified action on the specified resource.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.