Class AzureStorageCredentialsControllerServiceLookup_v12
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.service.lookup.AbstractSingleAttributeBasedControllerServiceLookup<AzureStorageCredentialsService_v12>
org.apache.nifi.services.azure.storage.AzureStorageCredentialsControllerServiceLookup_v12
- All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent,org.apache.nifi.controller.ControllerService,AzureStorageCredentialsService_v12
@Tags({"azure","microsoft","cloud","storage","blob","queue","credentials"})
@CapabilityDescription("Provides an AzureStorageCredentialsService_v12 that can be used to dynamically select another AzureStorageCredentialsService_v12. This service requires an attribute named \'azure.storage.credentials.name\' to be passed in, and will throw an exception if the attribute is missing. The value of \'azure.storage.credentials.name\' will be used to select the AzureStorageCredentialsService_v12 that has been registered with that name. This will allow multiple AzureStorageCredentialsServices_v12 to be defined and registered, and then selected dynamically at runtime by tagging flow files with the appropriate \'azure.storage.credentials.name\' attribute.")
@DynamicProperty(name="The name to register AzureStorageCredentialsService_v12",
value="The AzureStorageCredentialsService_v12",
description="If \'azure.storage.credentials.name\' attribute contains the name of the dynamic property, then the AzureStorageCredentialsService_v12 (registered in the value) will be selected.",
expressionLanguageScope=NONE)
public class AzureStorageCredentialsControllerServiceLookup_v12
extends AbstractSingleAttributeBasedControllerServiceLookup<AzureStorageCredentialsService_v12>
implements AzureStorageCredentialsService_v12
-
Field Summary
FieldsFields inherited from class org.apache.nifi.service.lookup.AbstractSingleAttributeBasedControllerServiceLookup
serviceMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCredentialsDetails(Map<String, String> attributes) protected StringMethods inherited from class org.apache.nifi.service.lookup.AbstractSingleAttributeBasedControllerServiceLookup
customValidate, getServiceName, getSupportedDynamicPropertyDescriptor, lookupKeyPropertyDescriptor, lookupService, onDisabled, onEnabledMethods inherited from class org.apache.nifi.controller.AbstractControllerService
abstractClearConfigContext, abstractStoreConfigContext, disabled, enabled, getConfigurationContext, getControllerServiceLookup, getIdentifier, getLogger, getNodeTypeProvider, getProperty, getStateManager, init, initialize, isEnabledMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migrateProperties
-
Field Details
-
AZURE_STORAGE_CREDENTIALS_NAME_ATTRIBUTE
- See Also:
-
-
Constructor Details
-
AzureStorageCredentialsControllerServiceLookup_v12
public AzureStorageCredentialsControllerServiceLookup_v12()
-
-
Method Details
-
getLookupAttribute
- Specified by:
getLookupAttributein classAbstractSingleAttributeBasedControllerServiceLookup<AzureStorageCredentialsService_v12>
-
getServiceType
- Specified by:
getServiceTypein classAbstractSingleAttributeBasedControllerServiceLookup<AzureStorageCredentialsService_v12>
-
getCredentialsDetails
- Specified by:
getCredentialsDetailsin interfaceAzureStorageCredentialsService_v12
-