Uses of Class
org.apache.nifi.api.toolkit.model.CurrentUserEntity
Packages that use CurrentUserEntity
-
Uses of CurrentUserEntity in org.apache.nifi.api.toolkit.api
Methods in org.apache.nifi.api.toolkit.api that return CurrentUserEntityModifier and TypeMethodDescriptionSwaggerResourceApi.getCurrentUser()
Retrieves the user identity of the user making the request -
Uses of CurrentUserEntity in org.apache.nifi.api.toolkit.model
Methods in org.apache.nifi.api.toolkit.model that return CurrentUserEntityModifier and TypeMethodDescriptionCurrentUserEntity.addComponentRestrictionPermissionsItem
(ComponentRestrictionPermissionDTO componentRestrictionPermissionsItem) CurrentUserEntity.canVersionFlows
(Boolean canVersionFlows) CurrentUserEntity.componentRestrictionPermissions
(List<ComponentRestrictionPermissionDTO> componentRestrictionPermissions) CurrentUserEntity.controllerPermissions
(PermissionsDTO controllerPermissions) CurrentUserEntity.countersPermissions
(PermissionsDTO countersPermissions) CurrentUserEntity.parameterContextPermissions
(PermissionsDTO parameterContextPermissions) CurrentUserEntity.policiesPermissions
(PermissionsDTO policiesPermissions) CurrentUserEntity.provenancePermissions
(PermissionsDTO provenancePermissions) CurrentUserEntity.restrictedComponentsPermissions
(PermissionsDTO restrictedComponentsPermissions) CurrentUserEntity.systemPermissions
(PermissionsDTO systemPermissions) CurrentUserEntity.tenantsPermissions
(PermissionsDTO tenantsPermissions)