Skip navigation links
A C D E F G I M O P S T U W 

A

AuthorityGranter - Interface in org.apache.nifi.minifi.c2.api.security.authorization
Interface responsible for taking an authentication object and returning the GrantedAuthorities it should have
AuthorizationException - Exception in org.apache.nifi.minifi.c2.api.security.authorization
 
AuthorizationException(String) - Constructor for exception org.apache.nifi.minifi.c2.api.security.authorization.AuthorizationException
 
authorize(Authentication, UriInfo) - Method in interface org.apache.nifi.minifi.c2.api.security.authorization.Authorizer
Throws an AuthorizationException if the authentication should not access the given uri
Authorizer - Interface in org.apache.nifi.minifi.c2.api.security.authorization
Interface responsible for authorizing a given authentication to access a given uri

C

C2Properties - Class in org.apache.nifi.minifi.c2.api.properties
 
C2Properties() - Constructor for class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
close() - Method in class org.apache.nifi.minifi.c2.api.util.DelegatingOutputStream
 
Configuration - Interface in org.apache.nifi.minifi.c2.api
Represents a MiNiFi configuration of a given version, format matches the format of the ConfigurationProvider This object may be cached so it should attempt to minimize the amount of memory used to represent state (input stream should come from persistent storage if possible.)
ConfigurationCache - Interface in org.apache.nifi.minifi.c2.api.cache
Cache for storing configurations so they don't have to be pulled from the provider more often than necessary.
ConfigurationCacheFileInfo - Interface in org.apache.nifi.minifi.c2.api.cache
Information on the different versions of a cache entry
ConfigurationProvider - Interface in org.apache.nifi.minifi.c2.api
A configuration provider is capable of taking a parameter map and returning a configuration with a given content type
ConfigurationProviderException - Exception in org.apache.nifi.minifi.c2.api
 
ConfigurationProviderException(String) - Constructor for exception org.apache.nifi.minifi.c2.api.ConfigurationProviderException
 
ConfigurationProviderException(String, Throwable) - Constructor for exception org.apache.nifi.minifi.c2.api.ConfigurationProviderException
 
ConfigurationProviderException.Wrapper - Exception in org.apache.nifi.minifi.c2.api
 

D

delegate - Variable in class org.apache.nifi.minifi.c2.api.util.DelegatingOutputStream
 
DelegatingOutputStream - Class in org.apache.nifi.minifi.c2.api.util
 
DelegatingOutputStream(OutputStream) - Constructor for class org.apache.nifi.minifi.c2.api.util.DelegatingOutputStream
 

E

exists() - Method in interface org.apache.nifi.minifi.c2.api.Configuration
Returns a boolean indicating whether this version exists

F

first - Variable in class org.apache.nifi.minifi.c2.api.util.Pair
 
flush() - Method in class org.apache.nifi.minifi.c2.api.util.DelegatingOutputStream
 

G

getCachedConfigurations() - Method in interface org.apache.nifi.minifi.c2.api.cache.ConfigurationCacheFileInfo
Returns a stream of WritableConfigurations for this cache entry
getCacheFileInfo(String, Map<String, List<String>>) - Method in interface org.apache.nifi.minifi.c2.api.cache.ConfigurationCache
Returns the information on a given cache entry.
getConfiguration(Integer) - Method in interface org.apache.nifi.minifi.c2.api.cache.ConfigurationCacheFileInfo
Returns a WritableConfiguration for the given version of this cache entry
getConfiguration(String, Integer, Map<String, List<String>>) - Method in interface org.apache.nifi.minifi.c2.api.ConfigurationProvider
Gets the configuration that corresponds to the passed in parameters
getContentTypes() - Method in interface org.apache.nifi.minifi.c2.api.ConfigurationProvider
Gets the content types that this provider returns
getFirst() - Method in class org.apache.nifi.minifi.c2.api.util.Pair
 
getInputStream() - Method in interface org.apache.nifi.minifi.c2.api.Configuration
Returns an input stream to read the configuration with
getInstance() - Static method in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
getName() - Method in interface org.apache.nifi.minifi.c2.api.cache.WriteableConfiguration
 
getOutputStream() - Method in interface org.apache.nifi.minifi.c2.api.cache.WriteableConfiguration
 
getSecond() - Method in class org.apache.nifi.minifi.c2.api.util.Pair
 
getURL() - Method in interface org.apache.nifi.minifi.c2.api.Configuration
Gets the URL of the resource
getVersion() - Method in interface org.apache.nifi.minifi.c2.api.Configuration
Gets the version
getVersionIfMatch(String) - Method in interface org.apache.nifi.minifi.c2.api.cache.ConfigurationCacheFileInfo
Returns the version the file would be assigned based on its name
grantAuthorities(Authentication) - Method in interface org.apache.nifi.minifi.c2.api.security.authorization.AuthorityGranter
Returns the authorities a given Authentication object should receive

I

initProperties() - Static method in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
InvalidParameterException - Exception in org.apache.nifi.minifi.c2.api
 
InvalidParameterException(String) - Constructor for exception org.apache.nifi.minifi.c2.api.InvalidParameterException
 
InvalidParameterException(String, Throwable) - Constructor for exception org.apache.nifi.minifi.c2.api.InvalidParameterException
 
isSecure() - Method in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 

M

MINIFI_C2_SERVER_KEY_PASSWD - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
MINIFI_C2_SERVER_KEYSTORE - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
MINIFI_C2_SERVER_KEYSTORE_PASSWD - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
MINIFI_C2_SERVER_KEYSTORE_TYPE - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
MINIFI_C2_SERVER_SECURE - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
MINIFI_C2_SERVER_TRUSTSTORE - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
MINIFI_C2_SERVER_TRUSTSTORE_PASSWD - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 
MINIFI_C2_SERVER_TRUSTSTORE_TYPE - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 

O

org.apache.nifi.minifi.c2.api - package org.apache.nifi.minifi.c2.api
 
org.apache.nifi.minifi.c2.api.cache - package org.apache.nifi.minifi.c2.api.cache
 
org.apache.nifi.minifi.c2.api.properties - package org.apache.nifi.minifi.c2.api.properties
 
org.apache.nifi.minifi.c2.api.security.authorization - package org.apache.nifi.minifi.c2.api.security.authorization
 
org.apache.nifi.minifi.c2.api.util - package org.apache.nifi.minifi.c2.api.util
 

P

Pair<T,U> - Class in org.apache.nifi.minifi.c2.api.util
 
Pair(T, U) - Constructor for class org.apache.nifi.minifi.c2.api.util.Pair
 
properties - Static variable in class org.apache.nifi.minifi.c2.api.properties.C2Properties
 

S

second - Variable in class org.apache.nifi.minifi.c2.api.util.Pair
 

T

toString() - Method in class org.apache.nifi.minifi.c2.api.util.Pair
 

U

unwrap() - Method in exception org.apache.nifi.minifi.c2.api.ConfigurationProviderException.Wrapper
 

W

wrap() - Method in exception org.apache.nifi.minifi.c2.api.ConfigurationProviderException
 
Wrapper(ConfigurationProviderException) - Constructor for exception org.apache.nifi.minifi.c2.api.ConfigurationProviderException.Wrapper
 
write(int) - Method in class org.apache.nifi.minifi.c2.api.util.DelegatingOutputStream
 
write(byte[]) - Method in class org.apache.nifi.minifi.c2.api.util.DelegatingOutputStream
 
write(byte[], int, int) - Method in class org.apache.nifi.minifi.c2.api.util.DelegatingOutputStream
 
WriteableConfiguration - Interface in org.apache.nifi.minifi.c2.api.cache
 
A C D E F G I M O P S T U W 
Skip navigation links

Copyright © 2024 Apache NiFi Project. All rights reserved.