public interface LoginIdentityProviderConfigurationContext extends NonComponentConfigurationContext
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
Map<String,String> |
getProperties()
Retrieves all properties the component currently understands regardless
of whether a value has been set for them or not.
|
String |
getProperty(String property)
Returns the value of the provided property.
|
String getIdentifier()
getIdentifier in interface NonComponentConfigurationContextMap<String,String> getProperties()
getProperties in interface NonComponentConfigurationContextString getProperty(String property)
null if not set.getProperty in interface NonComponentConfigurationContextproperty - the property to retrieveCopyright © 2023 Apache NiFi Project. All rights reserved.