Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X 

A

AbstractPolicyBasedAuthorizer - Class in org.apache.nifi.authorization
An Authorizer that provides management of users, groups, and policies.
AbstractPolicyBasedAuthorizer() - Constructor for class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
accessAttempt(Boolean) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
AccessDeniedException - Exception in org.apache.nifi.authorization
Represents any error that might occur while authorizing user requests.
AccessDeniedException(Throwable) - Constructor for exception org.apache.nifi.authorization.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.AccessDeniedException
 
AccessDeniedException(String) - Constructor for exception org.apache.nifi.authorization.AccessDeniedException
 
AccessDeniedException() - Constructor for exception org.apache.nifi.authorization.AccessDeniedException
 
AccessPolicy - Class in org.apache.nifi.authorization
Defines a policy for a set of userIdentifiers to perform a set of actions on a given resource.
AccessPolicy(AccessPolicy.Builder) - Constructor for class org.apache.nifi.authorization.AccessPolicy
 
AccessPolicy.Builder - Class in org.apache.nifi.authorization
Builder for Access Policies.
acknowledge(FlowFileRecord) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
acknowledge(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
action - Variable in class org.apache.nifi.authorization.AccessPolicy
 
action - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
action(RequestAction) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Sets the action for this builder.
action - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
action - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
action(RequestAction) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
ACTIONS_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
addAccessPolicy(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds the given policy ensuring that multiple policies can not be added for the same resource and action.
addGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds a new group.
addGroup(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Adds the given group to the builder's set of groups.
addGroups(Set<String>) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Adds all the groups from the provided set to the builder's set of groups.
addSearchTerm(SearchTerm) - Method in class org.apache.nifi.provenance.search.Query
 
addUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds the given user.
addUser(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Adds the given user to the builder's set of users.
addUser(String) - Method in class org.apache.nifi.authorization.Group.Builder
Adds the given user to the builder's set of users.
addUsers(Set<String>) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Adds all the users from the provided set to the builder's set of users.
addUsers(Set<String>) - Method in class org.apache.nifi.authorization.Group.Builder
Adds all users from the provided set to the builder's set of users.
allowableValues - Variable in class org.apache.nifi.web.ComponentDescriptor
 
allowableValues - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
allowableValues(Map<String, String>) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
annotationData - Variable in class org.apache.nifi.web.ComponentDetails
 
annotationData - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
annotationData(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
anonymous(Boolean) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
APPROVED - Static variable in class org.apache.nifi.authorization.AuthorizationResult
 
approved() - Static method in class org.apache.nifi.authorization.AuthorizationResult
 
authenticate(LoginCredentials) - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Authenticates the specified login credentials.
AuthenticationResponse - Class in org.apache.nifi.authentication
Authentication response for a user login attempt.
AuthenticationResponse(String, String, long, String) - Constructor for class org.apache.nifi.authentication.AuthenticationResponse
Creates an authentication response.
Authorizable - Interface in org.apache.nifi.authorization.resource
 
AuthorizationAccessException - Exception in org.apache.nifi.authorization.exception
Represents the case when an authorization decision could not be made because the Authorizer was unable to access the underlying data store.
AuthorizationAccessException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizationAccessException
 
AuthorizationAccessException(String) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizationAccessException
 
AuthorizationRequest - Class in org.apache.nifi.authorization
Represents an authorization request for a given user/entity performing an action against a resource within some userContext.
AuthorizationRequest(AuthorizationRequest.Builder) - Constructor for class org.apache.nifi.authorization.AuthorizationRequest
 
AuthorizationRequest.Builder - Class in org.apache.nifi.authorization
AuthorizationRequest builder.
AuthorizationResult - Class in org.apache.nifi.authorization
Represents a decision whether authorization is granted.
AuthorizationResult(AuthorizationResult.Result, String) - Constructor for class org.apache.nifi.authorization.AuthorizationResult
Creates a new AuthorizationResult with the specified result and explanation.
AuthorizationResult.Result - Enum in org.apache.nifi.authorization
 
authorize(AuthorizationRequest) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
authorize(AuthorizationRequest) - Method in interface org.apache.nifi.authorization.Authorizer
Determines if the specified user/entity is authorized to access the specified resource within the given context.
authorize(Authorizer, RequestAction, NiFiUser, Map<String, String>) - Method in interface org.apache.nifi.authorization.resource.Authorizable
Authorizes the current user for the specified action on the specified resource.
authorize(Authorizer, RequestAction, NiFiUser) - Method in interface org.apache.nifi.authorization.resource.Authorizable
Authorizes the current user for the specified action on the specified resource.
Authorizer - Interface in org.apache.nifi.authorization
Authorizes user requests.
AuthorizerConfigurationContext - Interface in org.apache.nifi.authorization
 
AuthorizerContext - Annotation Type in org.apache.nifi.authorization.annotation
 
AuthorizerCreationException - Exception in org.apache.nifi.authorization.exception
Represents the exceptional case when an Authorizer fails instantiation.
AuthorizerCreationException() - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerCreationException
 
AuthorizerCreationException(String) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerCreationException
 
AuthorizerCreationException(Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerCreationException
 
AuthorizerCreationException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerCreationException
 
AuthorizerDestructionException - Exception in org.apache.nifi.authorization.exception
Represents the exceptional case when an Authorizer fails destruction.
AuthorizerDestructionException() - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerDestructionException
 
AuthorizerDestructionException(String) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerDestructionException
 
AuthorizerDestructionException(Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerDestructionException
 
AuthorizerDestructionException(String, Throwable) - Constructor for exception org.apache.nifi.authorization.exception.AuthorizerDestructionException
 
AuthorizerInitializationContext - Interface in org.apache.nifi.authorization
Initialization content for Authorizers.
AuthorizerLookup - Interface in org.apache.nifi.authorization
 

B

build() - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
 
build() - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
build() - Method in class org.apache.nifi.authorization.Group.Builder
 
build() - Method in class org.apache.nifi.authorization.User.Builder
 
build() - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
build() - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
build() - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
Builder() - Constructor for class org.apache.nifi.authorization.AccessPolicy.Builder
Default constructor for building a new AccessPolicy.
Builder(AccessPolicy) - Constructor for class org.apache.nifi.authorization.AccessPolicy.Builder
Initializes the builder with the state of the provided policy.
Builder() - Constructor for class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
Builder() - Constructor for class org.apache.nifi.authorization.Group.Builder
 
Builder(Group) - Constructor for class org.apache.nifi.authorization.Group.Builder
Initializes the builder with the state of the provided group.
Builder() - Constructor for class org.apache.nifi.authorization.User.Builder
Default constructor for building a new User.
Builder(User) - Constructor for class org.apache.nifi.authorization.User.Builder
Initializes the builder with the state of the provided user.
Builder() - Constructor for class org.apache.nifi.web.ComponentDescriptor.Builder
 
Builder() - Constructor for class org.apache.nifi.web.ComponentDetails.Builder
 
Builder() - Constructor for class org.apache.nifi.web.ConfigurationAction.Builder
 

C

cancel() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
Cancels the lineage computation
cancel() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
Cancels the query
cancelDropFlowFileRequest(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Cancels the request to drop FlowFiles that has the given identifier.
cancelListFlowFileRequest(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Cancels the request to list FlowFiles that has the given identifier.
capture(ProcessGroupStatus) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
Captures the status information provided in the given report
capture(ProcessGroupStatus, Date) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
Captures the status information provided in the given report, providing a timestamp that indicates the time at which the status report was generated.
checkAuthorization(Authorizer, RequestAction, NiFiUser, Map<String, String>) - Method in interface org.apache.nifi.authorization.resource.Authorizable
Returns the result of an authorization request for the specified user for the specified action on the specified resource.
checkAuthorization(Authorizer, RequestAction, NiFiUser) - Method in interface org.apache.nifi.authorization.resource.Authorizable
Returns the result of an authorization request for the specified user for the specified action on the specified resource.
cleanup() - Method in interface org.apache.nifi.controller.repository.ContentRepository
Performs any cleanup actions that may need to be taken upon system restart.
clear(String) - Method in interface org.apache.nifi.components.state.StateProvider
Removes all values from the component's state that is stored using the given scope
clearGroups() - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Clears the builder's set of groups so that it is non-null and size == 0.
clearUsers() - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Clears the builder's set of users so that it is non-null and size == 0.
clearUsers() - Method in class org.apache.nifi.authorization.Group.Builder
Clears the builder's set of users so that users is non-null with size 0.
clientId - Variable in class org.apache.nifi.web.Revision
the client ID
clone(ContentClaim, boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Clones the content for the given content claim and returns content claim of the new object
ClusterRequestException - Exception in org.apache.nifi.web
An general error occurred when attempting to communicate with the cluster.
ClusterRequestException(Throwable) - Constructor for exception org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException(String, Throwable) - Constructor for exception org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException(String) - Constructor for exception org.apache.nifi.web.ClusterRequestException
 
ClusterRequestException() - Constructor for exception org.apache.nifi.web.ClusterRequestException
 
comparator - Variable in enum org.apache.nifi.controller.queue.SortColumn
 
compare(FlowFileSummary, FlowFileSummary) - Method in enum org.apache.nifi.controller.queue.SortColumn
 
compareTo(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
Provides the natural ordering for ResourceClaim objects.
COMPONENT_DETAIL_DESTINATION_NAME - Static variable in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
COMPONENT_DETAIL_GROUP_ID - Static variable in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
COMPONENT_DETAIL_ID - Static variable in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
COMPONENT_DETAIL_NAME - Static variable in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
COMPONENT_DETAIL_SOURCE_NAME - Static variable in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
COMPONENT_DETAIL_TYPE - Static variable in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
COMPONENT_DETAIL_URI - Static variable in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
ComponentAuthorizable - Interface in org.apache.nifi.authorization.resource
Not all Authorizables are components, however all ComponentAuthorizable's are components.
ComponentDescriptor - Class in org.apache.nifi.web
 
ComponentDescriptor(ComponentDescriptor.Builder) - Constructor for class org.apache.nifi.web.ComponentDescriptor
 
ComponentDescriptor.Builder - Class in org.apache.nifi.web
 
ComponentDetails - Class in org.apache.nifi.web
Details about a given component.
ComponentDetails(ComponentDetails.Builder) - Constructor for class org.apache.nifi.web.ComponentDetails
 
ComponentDetails.Builder - Class in org.apache.nifi.web
 
componentId - Variable in class org.apache.nifi.web.Revision
the ID of the component that this revision belongs to, or null if the revision is not attached to any component but rather is attached to the entire data flow.
ComponentStatusRepository - Interface in org.apache.nifi.controller.status.history
A repository for storing and retrieving components' historical status information
ComputeLineageResult - Interface in org.apache.nifi.provenance.lineage
 
ComputeLineageSubmission - Interface in org.apache.nifi.provenance.lineage
 
ConfigurationAction - Class in org.apache.nifi.web
An action that represents the configuration of a component.
ConfigurationAction(ConfigurationAction.Builder) - Constructor for class org.apache.nifi.web.ConfigurationAction
 
ConfigurationAction.Builder - Class in org.apache.nifi.web
 
ConfigureDetails - Interface in org.apache.nifi.action.details
Provides details about a configure action.
ConnectDetails - Interface in org.apache.nifi.action.details
Provides details about a connect action.
containsGroup(Set<Group>, AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Determines if the policy contains one of the user's groups.
CONTENT_REQUEST_ATTRIBUTE - Static variable in interface org.apache.nifi.web.ViewableContent
 
ContentClaim - Interface in org.apache.nifi.controller.repository.claim
A reference to a section of a ResourceClaim, which may or may not encompass the entire ResourceClaim.
ContentRepository - Interface in org.apache.nifi.controller.repository
Defines the capabilities of a content repository.
create(boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Creates a new content claim
createDataAuthorizable(String) - Method in interface org.apache.nifi.provenance.ProvenanceAuthorizableFactory
Generates an Authorizable object for the Data of the component with the given ID.

D

decrementClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Decreases by 1 the count of how many FlowFiles hold a claim to a particular piece of FlowFile content and returns the new count
decrementClaimantCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Reduces the number of claimants for the given claim.
defaultValue - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
defaultValue(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
defaultValue - Variable in class org.apache.nifi.web.ComponentDescriptor
 
deleteAccessPolicy(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Deletes the given policy.
deleteGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Deletes the given group.
deleteUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Deletes the given user.
denied() - Static method in class org.apache.nifi.authorization.AuthorizationResult
Creates a new denied AuthorizationResult with a message indicating 'Access is denied'.
denied(String) - Static method in class org.apache.nifi.authorization.AuthorizationResult
Creates a new denied AuthorizationResult with the specified explanation.
description - Variable in enum org.apache.nifi.controller.queue.DropFlowFileState
 
description - Variable in enum org.apache.nifi.controller.queue.ListFlowFileState
 
description - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
description(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
description - Variable in class org.apache.nifi.web.ComponentDescriptor
 
descriptors - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
descriptors(Map<String, ComponentDescriptor>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
descriptors - Variable in class org.apache.nifi.web.ComponentDetails
 
disable() - Method in interface org.apache.nifi.components.state.StateProvider
Notifies the state provider that it should stop servicing requests to store and retrieve state and instead throw a ProviderDisabledException if any request is made to do so
DisplayMode() - Constructor for enum org.apache.nifi.web.ViewableContent.DisplayMode
 
displayName - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
displayName(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
displayName - Variable in class org.apache.nifi.web.ComponentDescriptor
 
doAddAccessPolicy(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds the given policy.
doAddGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds a new group.
doAddUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Adds the given user.
DOCUMENT_BUILDER_FACTORY - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
doOnConfigured(AuthorizerConfigurationContext) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Allows sub-classes to take action when onConfigured is called.
doUpdateGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The group represented by the provided instance will be updated based on the provided instance.
doUpdateUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The user represented by the provided instance will be updated based on the provided instance.
drainDestructableClaims(Collection<ResourceClaim>, int) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Drains up to maxElements Content Claims from the internal queue of destructable content claims to the given destination so that they can be destroyed.
drainDestructableClaims(Collection<ResourceClaim>, int, long, TimeUnit) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Drains up to maxElements Content Claims from the internal queue of destructable content claims to the given destination so that they can be destroyed.
drainQueue(Queue<FlowFileRecord>, List<FlowFileRecord>, int, Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Drains flow files from the given source queue into the given destination list.
dropFlowFiles(String, String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Initiates a request to drop all FlowFiles in this queue.
DropFlowFileState - Enum in org.apache.nifi.controller.queue
Represents the state that a Drop FlowFile request is in
DropFlowFileState(String) - Constructor for enum org.apache.nifi.controller.queue.DropFlowFileState
 
DropFlowFileStatus - Interface in org.apache.nifi.controller.queue
Represents the status of a Drop FlowFile Request that has been issued to a FlowFileQueue.

E

EMPTY_FINGERPRINT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
enable() - Method in interface org.apache.nifi.components.state.StateProvider
Notifies the state provider that it should begin servicing requests to store and retrieve state
endDate - Variable in class org.apache.nifi.provenance.search.Query
 
equals(Object) - Method in class org.apache.nifi.authorization.AccessPolicy
 
equals(Object) - Method in class org.apache.nifi.authorization.Group
 
equals(Object) - Method in class org.apache.nifi.authorization.User
 
equals(Object) - Method in class org.apache.nifi.web.Revision
 
EventReporter - Interface in org.apache.nifi.events
Implementations MUST be thread-safe
expiration - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
explanation - Variable in class org.apache.nifi.authorization.AuthorizationResult
 
exportTo(ContentClaim, Path, boolean) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
exportTo(ContentClaim, Path, boolean, long, long) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
exportTo(ContentClaim, OutputStream) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports the content of the given claim to the given destination.
exportTo(ContentClaim, OutputStream, long, long) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Exports a subset of the content of the given claim, starting at offset and copying length bytes, to the given destination.
ExtensionDetails - Interface in org.apache.nifi.action.component.details
Provides details of an extension on an Action.

F

field - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
field(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
field - Variable in class org.apache.nifi.web.ConfigurationAction
 
FlowFilePrioritizer - Interface in org.apache.nifi.flowfile
Provides a mechanism to prioritize flow file objects based on their attributes.
FlowFileQueue - Interface in org.apache.nifi.controller.queue
 
FlowFileRecord - Interface in org.apache.nifi.controller.repository
FlowFileRecord is a sub-interface of FlowFile and is used to provide additional information about FlowFiles that provide valuable information to the framework but should be hidden from components
FlowFileRepository - Interface in org.apache.nifi.controller.repository
Implementations must be thread safe
FlowFileSummary - Interface in org.apache.nifi.controller.queue
A summary of a FlowFile that can be used to represent a "high level" view of FlowFile without providing all of the information available.
FlowFileSwapManager - Interface in org.apache.nifi.controller.repository
Defines a mechanism by which FlowFiles can be move into external storage or memory so that they can be removed from the Java heap and vice-versa
Formatter() - Constructor for enum org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
 
freeze(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Freezes the Resource Claim so that it can no longer be written to
fromGroup - Variable in class org.apache.nifi.authorization.Group.Builder
 
fromPolicy - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
fromUser - Variable in class org.apache.nifi.authorization.User.Builder
 

G

getAccessPolicies() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Retrieves all access policies.
getAccessPolicy(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Retrieves the policy with the given identifier.
getAccessPolicy(String, RequestAction) - Method in interface org.apache.nifi.authorization.UsersAndAccessPolicies
Retrieves the set of access policies for a given resource and action.
getAction() - Method in class org.apache.nifi.authorization.AccessPolicy
 
getAction() - Method in class org.apache.nifi.authorization.AuthorizationRequest
The action being taken against the Resource.
getAllowableValues() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getAllQueues() - Method in interface org.apache.nifi.controller.repository.QueueProvider
 
getAnnotationData() - Method in class org.apache.nifi.web.ComponentDetails
 
getAuthorityProviderLookup() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderInitializationContext
 
getAuthorizer(String) - Method in interface org.apache.nifi.authorization.AuthorizerLookup
Looks up the Authorizer with the specified identifier
getAuthorizerLookup() - Method in interface org.apache.nifi.authorization.AuthorizerInitializationContext
The lookup for accessing other configured Authorizers.
getBackPressureDataSizeThreshold() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getBackPressureObjectThreshold() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getChain() - Method in interface org.apache.nifi.authorization.user.NiFiUser
 
getChildUuids() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
 
getClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
 
getClaimantCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Obtains the current number of claimants for the given claim
getClientAddress() - Method in interface org.apache.nifi.authorization.user.NiFiUser
 
getClientId() - Method in class org.apache.nifi.web.Revision
 
getCompletionPercentage() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getComponentDetails() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
 
getComponentDetails(NiFiWebRequestContext) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
Gets the details for the underlying component (including configuration, validation errors, and annotation data).
getComponentId() - Method in class org.apache.nifi.web.Revision
 
getConnections() - Method in interface org.apache.nifi.controller.Snippet
 
getConnectionStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getContainer() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 
getContainerCapacity(String) - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
getContainerNames() - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
getContainerUsableSpace(String) - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
getContent() - Method in interface org.apache.nifi.web.ViewableContent
 
getContentClaim() - Method in interface org.apache.nifi.controller.repository.FlowFileRecord
 
getContentClaimOffset() - Method in interface org.apache.nifi.controller.repository.FlowFileRecord
 
getContentStream() - Method in interface org.apache.nifi.web.ViewableContent
 
getContentType() - Method in interface org.apache.nifi.web.ViewableContent
 
getControllerService(String, String) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
 
getCurrent() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getCurrentClaim() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getCurrentClaimOffset() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getCurrentSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getCurrentUserIdentity() - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
 
getDateGenerated() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
 
getDefaultValue() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getDescription() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getDescription() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getDescriptors() - Method in class org.apache.nifi.web.ComponentDetails
 
getDestination() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getDestination() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
 
getDestinationId() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getDestinationName() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getDestinationType() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getDisplayMode() - Method in interface org.apache.nifi.web.ViewableContent
 
getDisplayName() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getDropFlowFileStatus(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Returns the current status of a Drop FlowFile Request that was initiated via the #dropFlowFiles() method that has the given identifier
getDroppedSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getEdges() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getEdges() - Method in interface org.apache.nifi.provenance.lineage.Lineage
 
getEndDate() - Method in interface org.apache.nifi.action.details.PurgeDetails
 
getEndDate() - Method in class org.apache.nifi.provenance.search.Query
 
getError() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getError() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getEvent(long, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
 
getEventIdentifier() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
 
getEventReporter() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
 
getEvents(long, int, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
Returns a List of all ProvenanceEventRecords in the repository starting with the given ID.
getEventType() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
 
getExpandedEventId() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getExpiration() - Method in class org.apache.nifi.authentication.AuthenticationResponse
Returns the expiration of a given authentication in milliseconds.
getExpiration() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getExpiration() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getExplanation() - Method in class org.apache.nifi.authorization.AuthorizationResult
 
getExtensionType() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
 
getFailureReason() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getFailureReason() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getField() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getField() - Method in class org.apache.nifi.web.ConfigurationAction
 
getFieldType() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
getFilename() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getFileName() - Method in interface org.apache.nifi.web.ViewableContent
 
getFingerprint() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Returns a fingerprint representing the authorizations managed by this authorizer.
getFlowFile(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Returns the FlowFile with the given UUID or null if no FlowFile can be found in this queue with the given UUID
getFlowFileExpiration() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getFlowFileExpiration(TimeUnit) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getFlowFileRepository() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
 
getFlowFiles() - Method in interface org.apache.nifi.controller.repository.SwapContents
 
getFlowFileSummaries() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getFlowFileUuid() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
 
getFormatter() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
Specifies how the values should be formatted
getFriendlyName() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
getFunnels() - Method in interface org.apache.nifi.controller.Snippet
 
getGroup() - Method in interface org.apache.nifi.action.details.MoveDetails
 
getGroup(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Retrieves a Group by id.
getGroupId() - Method in interface org.apache.nifi.action.details.MoveDetails
 
getGroups() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Retrieves all groups.
getGroups() - Method in class org.apache.nifi.authorization.AccessPolicy
 
getGroups(String) - Method in interface org.apache.nifi.authorization.UsersAndAccessPolicies
Retrieves the groups for a given user identity.
getId() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 
getId() - Method in interface org.apache.nifi.controller.Snippet
 
getId() - Method in class org.apache.nifi.web.ComponentDetails
 
getId() - Method in class org.apache.nifi.web.ConfigurationAction
 
getId() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
The id of the component.
getIdentifier() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
 
getIdentifier() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderInitializationContext
 
getIdentifier() - Method in class org.apache.nifi.authorization.AccessPolicy
 
getIdentifier() - Method in interface org.apache.nifi.authorization.AuthorizerConfigurationContext
 
getIdentifier() - Method in interface org.apache.nifi.authorization.AuthorizerInitializationContext
The identifier of the Authorizer.
getIdentifier() - Method in class org.apache.nifi.authorization.Group
 
getIdentifier() - Method in interface org.apache.nifi.authorization.resource.ComponentAuthorizable
The identifier of the underlying component.
getIdentifier() - Method in interface org.apache.nifi.authorization.Resource
The identifier for this resource.
getIdentifier() - Method in class org.apache.nifi.authorization.User
 
getIdentifier() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
 
getIdentifier() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getIdentifier() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
 
getIdentifier() - Method in class org.apache.nifi.provenance.search.Query
 
getIdentifier() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
getIdentifier() - Method in interface org.apache.nifi.remote.RemoteDestination
 
getIdentity() - Method in class org.apache.nifi.authentication.AuthenticationResponse
 
getIdentity() - Method in class org.apache.nifi.authorization.AuthorizationRequest
The identity accessing the Resource.
getIdentity() - Method in class org.apache.nifi.authorization.User
 
getIdentity() - Method in interface org.apache.nifi.authorization.user.NiFiUser
 
getInputPorts() - Method in interface org.apache.nifi.controller.Snippet
 
getIssuer() - Method in class org.apache.nifi.authentication.AuthenticationResponse
 
getLabel() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getLabels() - Method in interface org.apache.nifi.controller.Snippet
 
getLastCaptureDate() - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getLastQueuedTime() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getLastUpdated() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getLastUpdated() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getLength() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
 
getLineageComputationType() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getLineageFlowFileUuids() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getLineageIdentifier() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getLineageStartDate() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getListFlowFileStatus(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Returns the current status of a List FlowFile Request that was initiated via the #listFlowFiles(String) method that has the given identifier
getLoginIdentityProvider(String) - Method in interface org.apache.nifi.authentication.LoginIdentityProviderLookup
 
getMatchingEvents() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getMaxConcurrentTasks() - Method in interface org.apache.nifi.controller.Triggerable
 
getMaxFileSize() - Method in class org.apache.nifi.provenance.search.Query
 
getMaxFlowFileId() - Method in interface org.apache.nifi.controller.repository.SwapSummary
 
getMaxFlowFileIdentifier() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
getMaxResults() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getMaxResults() - Method in class org.apache.nifi.provenance.search.Query
 
getMinFileSize() - Method in class org.apache.nifi.provenance.search.Query
 
getName() - Method in interface org.apache.nifi.action.details.ConfigureDetails
 
getName() - Method in class org.apache.nifi.authorization.Group
 
getName() - Method in interface org.apache.nifi.authorization.Resource
The name of this resource.
getName() - Method in interface org.apache.nifi.remote.RemoteDestination
 
getName() - Method in class org.apache.nifi.web.ComponentDescriptor
 
getName() - Method in class org.apache.nifi.web.ComponentDetails
 
getName() - Method in class org.apache.nifi.web.ConfigurationAction
 
getNextFlowFileSequence() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
getNodes() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getNodes() - Method in interface org.apache.nifi.provenance.lineage.Lineage
 
getNodeType() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
 
getOffset() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
 
getOriginalClaim() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getOriginalQueue() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getOriginalSize() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getOutputPorts() - Method in interface org.apache.nifi.controller.Snippet
 
getParentAuthorizable() - Method in interface org.apache.nifi.authorization.resource.Authorizable
The parent for this Authorizable.
getParentGroupId() - Method in interface org.apache.nifi.controller.Snippet
 
getParentUuids() - Method in interface org.apache.nifi.provenance.lineage.ProvenanceEventLineageNode
 
getPartialContents() - Method in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
getPassword() - Method in class org.apache.nifi.authentication.LoginCredentials
 
getPenaltyExpirationMillis() - Method in interface org.apache.nifi.controller.repository.FlowFileRecord
 
getPercentComplete() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
getPercentComplete() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getPosition() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getPreviousGroup() - Method in interface org.apache.nifi.action.details.MoveDetails
 
getPreviousGroupId() - Method in interface org.apache.nifi.action.details.MoveDetails
 
getPreviousValue() - Method in interface org.apache.nifi.action.details.ConfigureDetails
 
getPreviousValue() - Method in class org.apache.nifi.web.ConfigurationAction
 
getPriorities() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
getProcessGroupIdentifier() - Method in interface org.apache.nifi.authorization.resource.ComponentAuthorizable
The identifier of the ProcessGroup this component belongs to.
getProcessGroups() - Method in interface org.apache.nifi.controller.Snippet
 
getProcessGroupStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getProcessors() - Method in interface org.apache.nifi.controller.Snippet
 
getProcessorStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getProperties() - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
Retrieves all properties the component currently understands regardless of whether a value has been set for them or not.
getProperties() - Method in interface org.apache.nifi.authorization.AuthorizerConfigurationContext
Retrieves all properties the component currently understands regardless of whether a value has been set for them or not.
getProperties() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
 
getProperties() - Method in class org.apache.nifi.web.ComponentDetails
 
getProperty(String) - Method in interface org.apache.nifi.authentication.LoginIdentityProviderConfigurationContext
 
getProperty(String) - Method in interface org.apache.nifi.authorization.AuthorizerConfigurationContext
 
getProperty(PropertyDescriptor) - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
Returns the configured value for the given property
getProvenanceEventRepository() - Method in interface org.apache.nifi.provenance.ProvenanceRepository
 
getProxiedEntitiesChain() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
Returns the proxied entities chain.
getQuery() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
getQueryIdentifier() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
getQueryTime() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getQueueSize() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getQueueSize() - Method in interface org.apache.nifi.controller.repository.SwapSummary
 
getRawContentType() - Method in interface org.apache.nifi.web.ViewableContent
 
getRelationship() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getRemoteProcessGroups() - Method in interface org.apache.nifi.controller.Snippet
 
getRemoteProcessGroupStatusHistory(String, Date, Date, int) - Method in interface org.apache.nifi.controller.status.history.ComponentStatusRepository
 
getRequestIdentifier() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getRequestIdentifier() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getRequestSubmissionTime() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getRequestSubmissionTime() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getResource() - Method in class org.apache.nifi.authorization.AccessPolicy
 
getResource() - Method in class org.apache.nifi.authorization.AuthorizationRequest
The Resource being authorized.
getResource() - Method in interface org.apache.nifi.authorization.resource.Authorizable
The Resource for this Authorizable.
getResourceClaim() - Method in interface org.apache.nifi.controller.repository.claim.ContentClaim
 
getResourceClaim(String, String, String) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Returns the Resource Claim with the given id, container, and section, if one exists, null otherwise
getResourceClaimManager() - Method in interface org.apache.nifi.controller.repository.SwapManagerInitializationContext
 
getResourceClaims() - Method in interface org.apache.nifi.controller.repository.SwapSummary
Returns a List of all ResourceClaims that are referenced by the FlowFiles in the swap file.
getResourceContext() - Method in class org.apache.nifi.authorization.AuthorizationRequest
The event attributes to make additional access decisions for provenance events.
getResult() - Method in class org.apache.nifi.authorization.AuthorizationResult
 
getResult() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getResult() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
getRevision() - Method in interface org.apache.nifi.web.NiFiWebConfigurationRequestContext
The revision to include in the request.
getScheduledState() - Method in interface org.apache.nifi.controller.Triggerable
Indicates the ScheduledState of this Triggerable.
getSchedulingPeriod(TimeUnit) - Method in interface org.apache.nifi.controller.Triggerable
 
getSchedulingPeriod() - Method in interface org.apache.nifi.controller.Triggerable
 
getScheme() - Method in interface org.apache.nifi.web.NiFiWebRequestContext
The request protocol scheme (http or https).
getSearchableAttributes() - Method in interface org.apache.nifi.provenance.ProvenanceRepository
 
getSearchableField() - Method in interface org.apache.nifi.provenance.search.SearchTerm
 
getSearchableFieldName() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
getSearchableFields() - Method in interface org.apache.nifi.provenance.ProvenanceRepository
 
getSearchTerms() - Method in class org.apache.nifi.provenance.search.Query
 
getSection() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 
getSize() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getSortedAccessPolicies() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
getSortedGroups() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
getSortedUsers() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
getSource() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
 
getSourceId() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getSourceName() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getSourceType() - Method in interface org.apache.nifi.action.details.ConnectDetails
 
getSSLContext() - Method in interface org.apache.nifi.components.state.StateProviderInitializationContext
 
getStartDate() - Method in class org.apache.nifi.provenance.search.Query
 
getState(String) - Method in interface org.apache.nifi.components.state.StateProvider
Returns the currently configured state for the component.
getState() - Method in interface org.apache.nifi.controller.queue.DropFlowFileStatus
 
getState() - Method in interface org.apache.nifi.controller.queue.ListFlowFileStatus
 
getState() - Method in class org.apache.nifi.web.ComponentDetails
 
getStatusMetrics() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
 
getStatusSnapshots() - Method in interface org.apache.nifi.controller.status.history.StatusHistory
 
getStorageCapacity() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
getSubmissionTime() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getSubmissionTime() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
getSubmitterIdentity() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
getSubmitterIdentity() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
getSummary() - Method in interface org.apache.nifi.controller.repository.SwapContents
 
getSupportedScopes() - Method in interface org.apache.nifi.components.state.StateProvider
Provides a listing of Scopes supported by the StateProvider
getSwapLocation() - Method in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
getSwapLocation() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getSwapSummary(String) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Parses the contents of the swap file at the given location and provides a SwapSummary that provides pertinent information about the information stored within the swap file
getTimestamp() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
 
getTimestamp() - Method in interface org.apache.nifi.provenance.lineage.LineageNode
 
getTotalHitCount() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
getTransientClaims() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getType() - Method in interface org.apache.nifi.action.component.details.ExtensionDetails
 
getType() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
getType() - Method in class org.apache.nifi.web.ComponentDetails
 
getType() - Method in class org.apache.nifi.web.ConfigurationAction
 
getUnacknowledgedQueueSize() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Returns a QueueSize that represents all FlowFiles that are 'unacknowledged'.
getUri() - Method in interface org.apache.nifi.action.component.details.RemoteProcessGroupDetails
 
getUsableStorageSpace() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
getUser(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Retrieves the user with the given identifier.
getUser(String) - Method in interface org.apache.nifi.authorization.UsersAndAccessPolicies
Retrieves a user by an identity string.
getUserByIdentity(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Retrieves the user with the given identity.
getUserContext() - Method in class org.apache.nifi.authorization.AuthorizationRequest
The userContext of the user request to make additional access decisions.
getUsername() - Method in class org.apache.nifi.authentication.AuthenticationResponse
 
getUsername() - Method in class org.apache.nifi.authentication.LoginCredentials
 
getUsers() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Retrieves all users.
getUsers() - Method in class org.apache.nifi.authorization.AccessPolicy
 
getUsers() - Method in class org.apache.nifi.authorization.Group
 
getUsersAndAccessPolicies() - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Returns the UserAccessPolicies instance.
getUuid() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
getUuid() - Method in interface org.apache.nifi.provenance.lineage.LineageEdge
 
getValidationErrors() - Method in class org.apache.nifi.web.ComponentDetails
 
getValue() - Method in interface org.apache.nifi.action.details.ConfigureDetails
 
getValue(S) - Method in interface org.apache.nifi.controller.status.history.ValueMapper
 
getValue() - Method in interface org.apache.nifi.provenance.search.SearchTerm
 
getValue() - Method in class org.apache.nifi.web.ConfigurationAction
 
getValueFunction() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getValueReducer() - Method in interface org.apache.nifi.controller.status.history.MetricDescriptor
 
getValueReducer() - Method in interface org.apache.nifi.controller.status.history.StatusSnapshot
 
getVersion() - Method in class org.apache.nifi.web.Revision
 
getYieldPeriod(TimeUnit) - Method in interface org.apache.nifi.remote.RemoteDestination
 
Group - Class in org.apache.nifi.authorization
A group that users can belong to.
Group(Group.Builder) - Constructor for class org.apache.nifi.authorization.Group
 
Group.Builder - Class in org.apache.nifi.authorization
Builder for creating Groups.
GROUP_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
GROUP_USER_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
groups - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
groups - Variable in class org.apache.nifi.authorization.AccessPolicy
 

H

hashCode() - Method in class org.apache.nifi.authorization.AccessPolicy
 
hashCode() - Method in class org.apache.nifi.authorization.Group
 
hashCode() - Method in class org.apache.nifi.authorization.User
 
hashCode() - Method in class org.apache.nifi.web.Revision
 

I

id - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
id(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
id - Variable in class org.apache.nifi.web.ComponentDetails
 
id - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
id(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
id - Variable in class org.apache.nifi.web.ConfigurationAction
 
identifier - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
identifier(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Sets the identifier of the builder.
identifier - Variable in class org.apache.nifi.authorization.AccessPolicy
 
identifier - Variable in class org.apache.nifi.authorization.Group.Builder
 
identifier(String) - Method in class org.apache.nifi.authorization.Group.Builder
Sets the identifier of the builder.
identifier - Variable in class org.apache.nifi.authorization.Group
 
identifier - Variable in class org.apache.nifi.authorization.User.Builder
 
identifier(String) - Method in class org.apache.nifi.authorization.User.Builder
Sets the identifier of the builder.
identifier - Variable in class org.apache.nifi.authorization.User
 
identifier - Variable in class org.apache.nifi.provenance.search.Query
 
IDENTIFIER_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
identity - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
identity - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
identity(String) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
identity - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
identity - Variable in class org.apache.nifi.authorization.User.Builder
 
identity(String) - Method in class org.apache.nifi.authorization.User.Builder
Sets the identity of the builder.
identity - Variable in class org.apache.nifi.authorization.User
 
IDENTITY_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
IdentityAccessException - Exception in org.apache.nifi.authentication.exception
Represents the case when the identity could not be confirmed because it was unable to access the backing store.
IdentityAccessException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.IdentityAccessException
 
IdentityAccessException(String) - Constructor for exception org.apache.nifi.authentication.exception.IdentityAccessException
 
importFrom(Path, ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Imports content from the given path creating a new content object and claim within the repository.
importFrom(InputStream, ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Imports content from the given stream creating a new content object and claim within the repository.
IncompleteSwapFileException - Exception in org.apache.nifi.controller.repository
Signals that a Swap File could not be complete read in/parsed because the data was not all present
IncompleteSwapFileException(String, SwapContents) - Constructor for exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
incrementClaimaintCount(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Increments the number of claimants for the given claim
incrementClaimantCount(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Increases by 1 the count of how many FlowFiles hold a claim to a particular piece of FlowFile content and returns the new count
incrementClaimantCount(ResourceClaim, boolean) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Increases by 1 the count of how many FlowFiles hold a claim to a particular piece of FlowFile content and returns the new count.
incrementRevision(String) - Method in class org.apache.nifi.web.Revision
Returns a new Revision that has the same Client ID and Component ID as this one but with a larger version
inheritFingerprint(String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Parses the fingerprint and adds any users, groups, and policies to the current Authorizer.
initialize(LoginIdentityProviderInitializationContext) - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Called immediately after instance creation for implementers to perform additional setup
initialize(AuthorizerInitializationContext) - Method in interface org.apache.nifi.authorization.Authorizer
Called immediately after instance creation for implementers to perform additional setup
initialize(StateProviderInitializationContext) - Method in interface org.apache.nifi.components.state.StateProvider
Initializes the StateProvider so that it is capable of being used.
initialize(ResourceClaimManager) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Initializes the Content Repository, providing to it the ContentClaimManager that is to be used for interacting with Content Claims
initialize(ResourceClaimManager) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Initializes the Content Repository, providing to it the ContentClaimManager that is to be used for interacting with Content Claims
initialize(SwapManagerInitializationContext) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Initializes the Swap Manager, providing a SwapManagerInitializationContext so that the Swap Manager has access to all of the components necessary to perform its functions
initialize(EventReporter, Authorizer, ProvenanceAuthorizableFactory) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
Performs any initialization needed.
InvalidLoginCredentialsException - Exception in org.apache.nifi.authentication.exception
Represents the case when the identity could not be confirmed because the login credentials were invalid.
InvalidLoginCredentialsException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
 
InvalidLoginCredentialsException(String) - Constructor for exception org.apache.nifi.authentication.exception.InvalidLoginCredentialsException
 
InvalidRevisionException - Exception in org.apache.nifi.web
Exception indicating that the client has included an old revision in their request.
InvalidRevisionException(String) - Constructor for exception org.apache.nifi.web.InvalidRevisionException
 
InvalidRevisionException(String, Throwable) - Constructor for exception org.apache.nifi.web.InvalidRevisionException
 
isAccessAttempt - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
isAccessAttempt - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
isAccessAttempt() - Method in class org.apache.nifi.authorization.AuthorizationRequest
Whether this is a direct access attempt of the Resource if if it's being checked as part of another response.
isAccessible(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
isActiveQueueEmpty() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
isAnonymous - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
isAnonymous - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
isAnonymous() - Method in class org.apache.nifi.authorization.AuthorizationRequest
Whether the entity accessing is anonymous.
isAnonymous() - Method in interface org.apache.nifi.authorization.user.NiFiUser
 
isAttribute() - Method in interface org.apache.nifi.provenance.search.SearchableField
 
isAttributesChanged() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
isAuthorized(Authorizer, RequestAction, NiFiUser) - Method in interface org.apache.nifi.authorization.resource.Authorizable
Returns whether the current user is authorized for the specified action on the specified resource.
isCanceled() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageSubmission
 
isCanceled() - Method in interface org.apache.nifi.provenance.search.QuerySubmission
 
isEmpty() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
isEmpty() - Method in interface org.apache.nifi.controller.Snippet
 
isEnabled() - Method in interface org.apache.nifi.components.state.StateProvider
 
isFinished() - Method in interface org.apache.nifi.provenance.lineage.ComputeLineageResult
 
isFinished() - Method in interface org.apache.nifi.provenance.search.QueryResult
 
isFull() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
isInUse() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
Indicates whether or not the Resource Claim is in use.
isLossTolerant() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 
isMarkedForAbort() - Method in interface org.apache.nifi.controller.repository.RepositoryRecord
 
isPenalized() - Method in interface org.apache.nifi.controller.queue.FlowFileSummary
 
isRunning() - Method in interface org.apache.nifi.controller.Triggerable
Indicates whether or not this Triggerable is "running".
issuer - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
isUseCompression() - Method in interface org.apache.nifi.remote.RemoteDestination
 
isVolatile() - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
 
isWritable() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaim
 

L

Lineage - Interface in org.apache.nifi.provenance.lineage
A Data Structure for representing a Directed Graph that depicts the lineage of a FlowFile and all events that occurred for the FlowFile
LineageComputationType - Enum in org.apache.nifi.provenance.lineage
 
LineageComputationType() - Constructor for enum org.apache.nifi.provenance.lineage.LineageComputationType
 
LineageEdge - Interface in org.apache.nifi.provenance.lineage
 
LineageNode - Interface in org.apache.nifi.provenance.lineage
 
LineageNodeType - Enum in org.apache.nifi.provenance.lineage
 
LineageNodeType() - Constructor for enum org.apache.nifi.provenance.lineage.LineageNodeType
 
listFlowFiles(String, int) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Initiates a request to obtain a listing of FlowFiles in this queue.
ListFlowFileState - Enum in org.apache.nifi.controller.queue
Represents the state that a List FlowFile Request is in
ListFlowFileState(String) - Constructor for enum org.apache.nifi.controller.queue.ListFlowFileState
 
ListFlowFileStatus - Interface in org.apache.nifi.controller.queue
 
loadFlowFiles(QueueProvider, long) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Loads all flow files found within the repository, establishes the content claims and their reference count
LoginCredentials - Class in org.apache.nifi.authentication
Login credentials for a user.
LoginCredentials(String, String) - Constructor for class org.apache.nifi.authentication.LoginCredentials
 
LoginIdentityProvider - Interface in org.apache.nifi.authentication
Identity provider that is able to authentication a user with username/password credentials.
LoginIdentityProviderConfigurationContext - Interface in org.apache.nifi.authentication
 
LoginIdentityProviderContext - Annotation Type in org.apache.nifi.authentication.annotation
 
LoginIdentityProviderInitializationContext - Interface in org.apache.nifi.authentication
 
LoginIdentityProviderLookup - Interface in org.apache.nifi.authentication
 

M

markDestructable(ResourceClaim) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Indicates that the given ResourceClaim can now be destroyed by the appropriate Content Repository.
maxFileSize - Variable in class org.apache.nifi.provenance.search.Query
 
maxResults - Variable in class org.apache.nifi.provenance.search.Query
 
merge(Collection<ContentClaim>, ContentClaim, byte[], byte[], byte[]) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Creates a new content item that is the merger in iteration order of all content for the given claims
MetricDescriptor<T> - Interface in org.apache.nifi.controller.status.history
Describes a particular metric that is derived from a Status History
MetricDescriptor.Formatter - Enum in org.apache.nifi.controller.status.history
 
minFileSize - Variable in class org.apache.nifi.provenance.search.Query
 
MINIMUM_SCHEDULING_NANOS - Static variable in interface org.apache.nifi.controller.Triggerable
 
MoveDetails - Interface in org.apache.nifi.action.details
Provides details about a move action.

N

name - Variable in class org.apache.nifi.authorization.Group.Builder
 
name(String) - Method in class org.apache.nifi.authorization.Group.Builder
Sets the name of the builder.
name - Variable in class org.apache.nifi.authorization.Group
 
name - Variable in class org.apache.nifi.web.ComponentDescriptor.Builder
 
name(String) - Method in class org.apache.nifi.web.ComponentDescriptor.Builder
 
name - Variable in class org.apache.nifi.web.ComponentDescriptor
 
name - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
name(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
name - Variable in class org.apache.nifi.web.ComponentDetails
 
name - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
name(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
name - Variable in class org.apache.nifi.web.ConfigurationAction
 
NAME_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
newResourceClaim(String, String, String, boolean, boolean) - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Creates a new Resource Claim with the given id, container, section, and loss tolerance.
newSearchTerm(SearchableField, String) - Static method in class org.apache.nifi.provenance.search.SearchTerms
 
NiFiUser - Interface in org.apache.nifi.authorization.user
A representation of a NiFi user that has logged into the application
NiFiWebConfigurationContext - Interface in org.apache.nifi.web
NiFi web context providing limited access to dataflow configuration for component custom UIs.
NiFiWebConfigurationRequestContext - Interface in org.apache.nifi.web
Contextual details required to make a configuration request from a UI extension.
NiFiWebRequestContext - Interface in org.apache.nifi.web
Contextual details required to make a request from a UI extension.
NO_OP - Static variable in interface org.apache.nifi.events.EventReporter
An Event Reporter that performs no action and ignores all given input

O

onComponentRemoved(String) - Method in interface org.apache.nifi.components.state.StateProvider
This method is called whenever a component is removed from the NiFi instance.
onConfigured(LoginIdentityProviderConfigurationContext) - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Called to configure the AuthorityProvider.
onConfigured(AuthorizerConfigurationContext) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
onConfigured(AuthorizerConfigurationContext) - Method in interface org.apache.nifi.authorization.Authorizer
Called to configure the Authorizer.
onTrigger(ProcessContext, ProcessSessionFactory) - Method in interface org.apache.nifi.controller.Triggerable
The method called when this processor is triggered to operate by the controller.
org.apache.nifi.action.component.details - package org.apache.nifi.action.component.details
 
org.apache.nifi.action.details - package org.apache.nifi.action.details
 
org.apache.nifi.authentication - package org.apache.nifi.authentication
 
org.apache.nifi.authentication.annotation - package org.apache.nifi.authentication.annotation
 
org.apache.nifi.authentication.exception - package org.apache.nifi.authentication.exception
 
org.apache.nifi.authorization - package org.apache.nifi.authorization
 
org.apache.nifi.authorization.annotation - package org.apache.nifi.authorization.annotation
 
org.apache.nifi.authorization.exception - package org.apache.nifi.authorization.exception
 
org.apache.nifi.authorization.resource - package org.apache.nifi.authorization.resource
 
org.apache.nifi.authorization.user - package org.apache.nifi.authorization.user
 
org.apache.nifi.components.state - package org.apache.nifi.components.state
 
org.apache.nifi.controller - package org.apache.nifi.controller
 
org.apache.nifi.controller.queue - package org.apache.nifi.controller.queue
 
org.apache.nifi.controller.repository - package org.apache.nifi.controller.repository
 
org.apache.nifi.controller.repository.claim - package org.apache.nifi.controller.repository.claim
 
org.apache.nifi.controller.status.history - package org.apache.nifi.controller.status.history
 
org.apache.nifi.events - package org.apache.nifi.events
 
org.apache.nifi.flowfile - package org.apache.nifi.flowfile
 
org.apache.nifi.provenance - package org.apache.nifi.provenance
 
org.apache.nifi.provenance.lineage - package org.apache.nifi.provenance.lineage
 
org.apache.nifi.provenance.search - package org.apache.nifi.provenance.search
 
org.apache.nifi.remote - package org.apache.nifi.remote
 
org.apache.nifi.web - package org.apache.nifi.web
 

P

parseGroup(Element) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
parsePolicy(Element) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
parseUser(Element) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
partialContents - Variable in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
password - Variable in class org.apache.nifi.authentication.LoginCredentials
 
peek(String, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Recovers the FlowFiles from the swap file that lives at the given location.
POLICY_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
POLICY_GROUP_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
POLICY_USER_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
policyExists(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Checks if another policy exists with the same resource and action as the given policy.
poll(Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(int, Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
poll(FlowFileFilter, Set<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
preDestruction() - Method in interface org.apache.nifi.authentication.LoginIdentityProvider
Called immediately before instance destruction for implementers to release resources.
preDestruction() - Method in interface org.apache.nifi.authorization.Authorizer
Called immediately before instance destruction for implementers to release resources.
previousValue - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
previousValue(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
previousValue - Variable in class org.apache.nifi.web.ConfigurationAction
 
properties - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
properties(Map<String, String>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
properties - Variable in class org.apache.nifi.web.ComponentDetails
 
ProvenanceAuthorizableFactory - Interface in org.apache.nifi.provenance
 
ProvenanceEventLineageNode - Interface in org.apache.nifi.provenance.lineage
 
ProvenanceRepository - Interface in org.apache.nifi.provenance
 
ProviderCreationException - Exception in org.apache.nifi.authentication.exception
Represents the exceptional case when an AuthorityProvider fails instantiated.
ProviderCreationException() - Constructor for exception org.apache.nifi.authentication.exception.ProviderCreationException
 
ProviderCreationException(String) - Constructor for exception org.apache.nifi.authentication.exception.ProviderCreationException
 
ProviderCreationException(Throwable) - Constructor for exception org.apache.nifi.authentication.exception.ProviderCreationException
 
ProviderCreationException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.ProviderCreationException
 
ProviderDestructionException - Exception in org.apache.nifi.authentication.exception
Represents the exceptional case when an AuthorityProvider fails destruction.
ProviderDestructionException() - Constructor for exception org.apache.nifi.authentication.exception.ProviderDestructionException
 
ProviderDestructionException(String) - Constructor for exception org.apache.nifi.authentication.exception.ProviderDestructionException
 
ProviderDestructionException(Throwable) - Constructor for exception org.apache.nifi.authentication.exception.ProviderDestructionException
 
ProviderDestructionException(String, Throwable) - Constructor for exception org.apache.nifi.authentication.exception.ProviderDestructionException
 
purge() - Method in interface org.apache.nifi.controller.repository.claim.ResourceClaimManager
Clears the manager's memory of any and all ResourceClaims that it knows about
purge() - Method in interface org.apache.nifi.controller.repository.ContentRepository
Purges the contents of the repository, as if the repository were newly created.
purge() - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Purge all known Swap Files without updating FlowFileRepository or Provenance Repository
PurgeDetails - Interface in org.apache.nifi.action.details
Provides details about a purge action.
purgeSwapFiles() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Destroys any Swap Files that exist for this queue without updating the FlowFile Repository or Provenance Repository.
put(FlowFileRecord) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
places the given file into the queue
putAll(Collection<FlowFileRecord>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
places the given files into the queue

Q

Query - Class in org.apache.nifi.provenance.search
 
Query(String) - Constructor for class org.apache.nifi.provenance.search.Query
 
QueryResult - Interface in org.apache.nifi.provenance.search
 
QuerySubmission - Interface in org.apache.nifi.provenance.search
 
QueueProvider - Interface in org.apache.nifi.controller.repository
Provides a collection of FlowFileQueues that represents all queues in the current flow

R

read(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Provides access to the input stream for the given claim
recoverSwapLocations(FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Determines swap files that exist for the given FlowFileQueue
recoverSwappedFlowFiles() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Reads any Swap Files that belong to this queue and returns a summary of what is swapped out.
reduce(List<T>) - Method in interface org.apache.nifi.controller.status.history.ValueReducer
 
RemoteDestination - Interface in org.apache.nifi.remote
A model object for referring to a remote destination (i.e., a Port) for site-to-site communications
RemoteProcessGroupDetails - Interface in org.apache.nifi.action.component.details
Provides details of a remote process group to an Action.
remove(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Removes the content indicated by the given claim
removeGroup(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Removes the provided groups from the builder's set of groups.
removeGroups(Set<String>) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Removes all groups in the provided set from the builder's set of groups.
removeUser(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Removes the provided user from the builder's set of users.
removeUser(String) - Method in class org.apache.nifi.authorization.Group.Builder
Removes the given user from the builder's set of users.
removeUsers(Set<String>) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Removes all users in the provided set from the builder's set of users.
removeUsers(Set<String>) - Method in class org.apache.nifi.authorization.Group.Builder
Removes all users from the provided set from the builder's set of users.
replace(StateMap, Map<String, String>, String) - Method in interface org.apache.nifi.components.state.StateProvider
Updates the value of the component's state to the new value if and only if the value currently is the same as the given oldValue.
reportEvent(Severity, String, String) - Method in interface org.apache.nifi.events.EventReporter
 
RepositoryRecord - Interface in org.apache.nifi.controller.repository
Represents an abstraction of a FlowFile that can be used to track changing state of a FlowFile so that transactionality with repositories can exist
RepositoryRecordType - Enum in org.apache.nifi.controller.repository
 
RepositoryRecordType() - Constructor for enum org.apache.nifi.controller.repository.RepositoryRecordType
 
RequestAction - Enum in org.apache.nifi.authorization
Actions a user/entity can take on a resource.
RequestAction(String) - Constructor for enum org.apache.nifi.authorization.RequestAction
 
resource - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
resource(String) - Method in class org.apache.nifi.authorization.AccessPolicy.Builder
Sets the resource of the builder.
resource - Variable in class org.apache.nifi.authorization.AccessPolicy
 
resource - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
resource(Resource) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
resource - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
Resource - Interface in org.apache.nifi.authorization
Resource in an authorization request.
RESOURCE_ATTR - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
RESOURCE_NOT_FOUND - Static variable in class org.apache.nifi.authorization.AuthorizationResult
 
ResourceClaim - Interface in org.apache.nifi.controller.repository.claim
Represents a resource that can be provided by a ContentRepository
ResourceClaimManager - Interface in org.apache.nifi.controller.repository.claim
Responsible for managing all ResourceClaims that are used in the application
resourceContext - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
resourceContext(Map<String, String>) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
resourceContext - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
resourceNotFound() - Static method in class org.apache.nifi.authorization.AuthorizationResult
Resource not found will indicate that there are no specific authorization rules for this resource.
ResourceNotFoundException - Exception in org.apache.nifi.web
Exception indicating that the desired resource was not found.
ResourceNotFoundException(String) - Constructor for exception org.apache.nifi.web.ResourceNotFoundException
 
ResourceNotFoundException(String, Throwable) - Constructor for exception org.apache.nifi.web.ResourceNotFoundException
 
result - Variable in class org.apache.nifi.authorization.AuthorizationResult
 
Result() - Constructor for enum org.apache.nifi.authorization.AuthorizationResult.Result
 
retrieveLineageSubmission(String, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
 
retrieveQuerySubmission(String, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
 
Revision - Class in org.apache.nifi.web
A model object representing a revision.
Revision(Long, String, String) - Constructor for class org.apache.nifi.web.Revision
 

S

saveActions(NiFiWebRequestContext, Collection<ConfigurationAction>) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
Provides a mechanism for custom UIs to save actions to appear in NiFi configuration history.
SearchableField - Interface in org.apache.nifi.provenance.search
A SearchableField represents a field in a Provenance Event that can be searched
SearchableFieldType - Enum in org.apache.nifi.provenance.search
 
SearchableFieldType() - Constructor for enum org.apache.nifi.provenance.search.SearchableFieldType
 
SearchTerm - Interface in org.apache.nifi.provenance.search
 
searchTerms - Variable in class org.apache.nifi.provenance.search.Query
 
SearchTerms - Class in org.apache.nifi.provenance.search
 
SearchTerms() - Constructor for class org.apache.nifi.provenance.search.SearchTerms
 
serialVersionUID - Static variable in exception org.apache.nifi.authorization.AccessDeniedException
 
serialVersionUID - Static variable in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
serialVersionUID - Static variable in class org.apache.nifi.web.Revision
 
setBackPressureDataSizeThreshold(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
setBackPressureObjectThreshold(long) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Establishes this queue's preferred maximum work load.
setEndDate(Date) - Method in class org.apache.nifi.provenance.search.Query
 
setFlowFileExpiration(String) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
setMaxConcurrentTasks(int) - Method in interface org.apache.nifi.controller.Triggerable
Determines the number of concurrent tasks that may be running for this Triggerable.
setMaxFileSize(String) - Method in class org.apache.nifi.provenance.search.Query
 
setMaxResults(int) - Method in class org.apache.nifi.provenance.search.Query
 
setMinFileSize(String) - Method in class org.apache.nifi.provenance.search.Query
 
setPriorities(List<FlowFilePrioritizer>) - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Resets the comparator used by this queue to maintain order.
setScheduldingPeriod(String) - Method in interface org.apache.nifi.controller.Triggerable
Updates how often this Triggerable should be triggered to run
setStartDate(Date) - Method in class org.apache.nifi.provenance.search.Query
 
setState(Map<String, String>, String) - Method in interface org.apache.nifi.components.state.StateProvider
Updates the value of the component's state, setting the new value to the given state
shutdown() - Method in interface org.apache.nifi.components.state.StateProvider
Shuts down the StateProvider and cleans up any resources held by it.
shutdown() - Method in interface org.apache.nifi.controller.repository.ContentRepository
Shuts down the Content Repository, freeing any resources that may be held.
size() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
 
size(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
 
Snippet - Interface in org.apache.nifi.controller
A Snippet represents a segment of the flow
SortColumn - Enum in org.apache.nifi.controller.queue
Specifies which column to sort on when performing a Listing of FlowFiles via FlowFileQueue#listFlowFiles(String, SortColumn, SortDirection)
SortColumn(Comparator<FlowFileSummary>) - Constructor for enum org.apache.nifi.controller.queue.SortColumn
 
SortDirection - Enum in org.apache.nifi.controller.queue
Specifies the order in which FlowFiles should be sorted when performing a listing of FlowFiles via the FlowFileQueue#listFlowFiles(String, SortColumn, SortDirection) method
SortDirection() - Constructor for enum org.apache.nifi.controller.queue.SortDirection
 
startDate - Variable in class org.apache.nifi.provenance.search.Query
 
state - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
state(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
state - Variable in class org.apache.nifi.web.ComponentDetails
 
StateProvider - Interface in org.apache.nifi.components.state
Provides a mechanism by which components can store and retrieve state.
StateProviderInitializationContext - Interface in org.apache.nifi.components.state
This interface defines an initialization context that is passed to a StateProvider when it is initialized.
StatusHistory - Interface in org.apache.nifi.controller.status.history
Represents a collection of historical status values for a component
StatusSnapshot - Interface in org.apache.nifi.controller.status.history
A StatusSnapshot represents a Component's status report at some point in time
submitExpandChildren(long, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
Submits a request to expand the children of the event with the given id.
submitExpandParents(long, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
Submits a request to expand the parents of the event with the given id.
submitLineageComputation(String, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
Submits a Lineage Computation to be completed and returns the AsynchronousLineageResult that indicates the status of the request and the results, if the computation is complete.
submitLineageComputation(long, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
Submits a Lineage Computation to be completed and returns the AsynchronousLineageResult that indicates the status of the request and the results, if the computation is complete.
submitQuery(Query, NiFiUser) - Method in interface org.apache.nifi.provenance.ProvenanceRepository
Submits an asynchronous request to process the given query, returning an identifier that can be used to fetch the results at a later time
SwapContents - Interface in org.apache.nifi.controller.repository
When FlowFiles are constructed from a Swap File, there is information in addition to the FlowFiles themselves that get stored and recovered.
swapFlowFilesIn(String, List<FlowFileRecord>, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Updates the Repository to indicate that the given FlowFileRecords were Swapped In to memory
swapFlowFilesOut(List<FlowFileRecord>, FlowFileQueue, String) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Updates the Repository to indicate that the given FlowFileRecords were Swapped Out of memory
swapIn(String, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Recovers the FlowFiles from the swap file that lives at the given location and belongs to the FlowFile Queue with the given identifier.
swapLocation - Variable in exception org.apache.nifi.controller.repository.IncompleteSwapFileException
 
SwapManagerInitializationContext - Interface in org.apache.nifi.controller.repository
 
swapOut(List<FlowFileRecord>, FlowFileQueue) - Method in interface org.apache.nifi.controller.repository.FlowFileSwapManager
Swaps out the given FlowFiles that belong to the queue with the given identifier.
SwapSummary - Interface in org.apache.nifi.controller.repository
Provides a summary of the information that is stored in a FlowFile swap file.

T

tenantExists(String, String) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
Checks if another user exists with the same identity.
toString() - Method in class org.apache.nifi.authorization.AccessPolicy
 
toString() - Method in class org.apache.nifi.authorization.Group
 
toString() - Method in enum org.apache.nifi.authorization.RequestAction
 
toString() - Method in class org.apache.nifi.authorization.User
 
toString() - Method in enum org.apache.nifi.controller.queue.DropFlowFileState
 
toString() - Method in enum org.apache.nifi.controller.queue.ListFlowFileState
 
toString() - Method in class org.apache.nifi.provenance.search.Query
 
toString() - Method in class org.apache.nifi.web.Revision
 
Triggerable - Interface in org.apache.nifi.controller
 
type - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
type(String) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
type - Variable in class org.apache.nifi.web.ComponentDetails
 
type - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
type(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
type - Variable in class org.apache.nifi.web.ConfigurationAction
 

U

UiExtensionType - Enum in org.apache.nifi.web
Types of UI extensions.
UiExtensionType() - Constructor for enum org.apache.nifi.web.UiExtensionType
 
updateAccessPolicy(AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The policy represented by the provided instance will be updated based on the provided instance.
updateComponent(NiFiWebConfigurationRequestContext, String, Map<String, String>) - Method in interface org.apache.nifi.web.NiFiWebConfigurationContext
Sets the annotation data for the underlying component.
updateGroup(Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The group represented by the provided instance will be updated based on the provided instance.
updateRepository(Collection<RepositoryRecord>) - Method in interface org.apache.nifi.controller.repository.FlowFileRepository
Updates the repository with the given RepositoryRecords.
updateUser(User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
The user represented by the provided instance will be updated based on the provided instance.
User - Class in org.apache.nifi.authorization
A user to create authorization policies for.
User(User.Builder) - Constructor for class org.apache.nifi.authorization.User
 
User.Builder - Class in org.apache.nifi.authorization
Builder for Users.
USER_ELEMENT - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
userContext - Variable in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
userContext(Map<String, String>) - Method in class org.apache.nifi.authorization.AuthorizationRequest.Builder
 
userContext - Variable in class org.apache.nifi.authorization.AuthorizationRequest
 
UserContextKeys - Enum in org.apache.nifi.authorization
Constants for keys that can be passed in the AuthorizationRequest user context Map.
UserContextKeys() - Constructor for enum org.apache.nifi.authorization.UserContextKeys
 
username - Variable in class org.apache.nifi.authentication.AuthenticationResponse
 
username - Variable in class org.apache.nifi.authentication.LoginCredentials
 
users - Variable in class org.apache.nifi.authorization.AccessPolicy.Builder
 
users - Variable in class org.apache.nifi.authorization.AccessPolicy
 
users - Variable in class org.apache.nifi.authorization.Group.Builder
 
users - Variable in class org.apache.nifi.authorization.Group
 
UsersAndAccessPolicies - Interface in org.apache.nifi.authorization
A holder object to provide atomic access to policies for a given resource and users by identity.

V

validateErrors(Collection<String>) - Method in class org.apache.nifi.web.ComponentDetails.Builder
 
validationErrors - Variable in class org.apache.nifi.web.ComponentDetails.Builder
 
validationErrors - Variable in class org.apache.nifi.web.ComponentDetails
 
value - Variable in enum org.apache.nifi.authorization.RequestAction
 
value - Variable in class org.apache.nifi.web.ConfigurationAction.Builder
 
value(String) - Method in class org.apache.nifi.web.ConfigurationAction.Builder
 
value - Variable in class org.apache.nifi.web.ConfigurationAction
 
ValueMapper<S> - Interface in org.apache.nifi.controller.status.history
 
valueOf(String) - Static method in enum org.apache.nifi.authorization.AuthorizationResult.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.authorization.RequestAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.authorization.UserContextKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.queue.SortColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.queue.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.repository.RepositoryRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.provenance.lineage.LineageComputationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.provenance.lineage.LineageNodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.provenance.search.SearchableFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.web.UiExtensionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.nifi.web.ViewableContent.DisplayMode
Returns the enum constant of this type with the specified name.
valueOfDescription(String) - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
 
valueOfDescription(String) - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
 
valueOfValue(String) - Static method in enum org.apache.nifi.authorization.RequestAction
 
ValueReducer<T,R> - Interface in org.apache.nifi.controller.status.history
 
values() - Static method in enum org.apache.nifi.authorization.AuthorizationResult.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.authorization.RequestAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.authorization.UserContextKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.queue.DropFlowFileState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.queue.ListFlowFileState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.queue.SortColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.queue.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.repository.RepositoryRecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.controller.status.history.MetricDescriptor.Formatter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.provenance.lineage.LineageComputationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.provenance.lineage.LineageNodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.provenance.search.SearchableFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.web.UiExtensionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.nifi.web.ViewableContent.DisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
verifyCanList() - Method in interface org.apache.nifi.controller.queue.FlowFileQueue
Ensures that a listing can be performed on the queue
version - Variable in class org.apache.nifi.web.Revision
the version number
ViewableContent - Interface in org.apache.nifi.web
Interface for obtaining content from the NiFi content repository.
ViewableContent.DisplayMode - Enum in org.apache.nifi.web
 

W

write(ContentClaim) - Method in interface org.apache.nifi.controller.repository.ContentRepository
Obtains an OutputStream to the content for the given claim.
writeGroup(XMLStreamWriter, Group) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
writePolicy(XMLStreamWriter, AccessPolicy) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
writeUser(XMLStreamWriter, User) - Method in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 

X

XML_OUTPUT_FACTORY - Static variable in class org.apache.nifi.authorization.AbstractPolicyBasedAuthorizer
 
A B C D E F G H I L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2016 Apache NiFi Project. All rights reserved.