Package org.apache.nifi.authentication
Interface LoginIdentityProviderConfigurationContext
- All Superinterfaces:
NonComponentConfigurationContext
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves all properties the component currently understands regardless of whether a value has been set for them or not.getProperty(String property) Returns the value of the provided property.
-
Method Details
-
getIdentifier
String getIdentifier()- Specified by:
getIdentifierin interfaceNonComponentConfigurationContext- Returns:
- identifier for the authority provider
-
getProperties
Retrieves all properties the component currently understands regardless of whether a value has been set for them or not. If no value is present then its value is null and thus any registered default for the property descriptor applies.- Specified by:
getPropertiesin interfaceNonComponentConfigurationContext- Returns:
- Map of all properties
-
getProperty
Returns the value of the provided property. This method does not substitute default values, so the value returned will benullif not set.- Specified by:
getPropertyin interfaceNonComponentConfigurationContext- Parameters:
property- the property to retrieve- Returns:
- the current property value (can be null)
-