public class AzureProvisionerConfiguration extends ProvisionerConfiguration
provisionerConfigClassNamesattributeCache, extraConfigKeys| Constructor and Description |
|---|
AzureProvisionerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
editConfig(boolean fromUi,
StringBuilder message,
List<String> errorsToDisplay,
Map<String,String> validationErrorsToDisplay)
save the attribute in an edit.
|
ConfigFileName |
getConfigFileName()
config file name to check for properties and metadata
|
String |
getConfigIdRegex()
config id regeg eg: ^(provisioner)\\.([^.]+)\\.(.*)$
|
String |
getConfigItemPrefix()
prefix for the properties eg: provisioner.
|
String |
getPropertySuffixThatIdentifiesThisConfig()
property suffix that will be used to identify the config eg class
|
String |
getPropertyValueThatIdentifiesThisConfig()
property value that identifies the config.
|
void |
insertConfig(boolean fromUi,
StringBuilder message,
List<String> errorsToDisplay,
Map<String,String> validationErrorsToDisplay)
save the attribute in an insert.
|
deleteConfig, getConfigurationTypePrefix, getGenericConfigId, getSyncDetails, retrieveAllProvisionerConfigurations, retrieveAllProvisionerConfigurationTypes, retrieveConfigurationByConfigSuffix, validatePreSave, validatePreSaveNonProvisionerSpecificclearAttributeCache, formatIndexes, getCacheAttributePrefix, getCacheEntityAttributePrefix, getCacheFieldPrefix, getCacheGroupAttributePrefix, getConfigId, getConfigIdThatIdentifiesThisConfig, getDescription, getSubSections, getTitle, isEnabled, isMultiple, listAllConfigurationsOfThisType, populateConfigurationValuesFromUi, populateValuesLabelsFromOptionValueClass, retrieveAllConfigurations, retrieveAllConfigurationTypesHelper, retrieveAttributes, retrieveConfigurationConfigIds, retrieveConfigurationKeysByPrefix, retrieveExtraConfigKeys, retrieveObjectValueSubstituteMap, retrieveSuffix, setConfigId, showAttributeOverridepublic ConfigFileName getConfigFileName()
GrouperConfigurationModuleBasegetConfigFileName in class GrouperConfigurationModuleBasepublic String getConfigItemPrefix()
GrouperConfigurationModuleBasegetConfigItemPrefix in class GrouperConfigurationModuleBasepublic String getConfigIdRegex()
GrouperConfigurationModuleBasegetConfigIdRegex in class GrouperConfigurationModuleBasepublic String getPropertySuffixThatIdentifiesThisConfig()
GrouperConfigurationModuleBasegetPropertySuffixThatIdentifiesThisConfig in class GrouperConfigurationModuleBasepublic String getPropertyValueThatIdentifiesThisConfig()
GrouperConfigurationModuleBasegetPropertyValueThatIdentifiesThisConfig in class GrouperConfigurationModuleBasepublic void insertConfig(boolean fromUi,
StringBuilder message,
List<String> errorsToDisplay,
Map<String,String> validationErrorsToDisplay)
GrouperConfigurationModuleBaseinsertConfig in class GrouperConfigurationModuleBaseerrorsToDisplay - call from ui: guiResponseJs.addAction(GuiScreenAction.newMessage(GuiMessageType.error, message.toString()));validationErrorsToDisplay - call from ui: guiResponseJs.addAction(GuiScreenAction.newValidationMessage(GuiMessageType.error, validationKey,
validationErrorsToDisplay.get(validationKey)));public void editConfig(boolean fromUi,
StringBuilder message,
List<String> errorsToDisplay,
Map<String,String> validationErrorsToDisplay)
GrouperConfigurationModuleBaseeditConfig in class GrouperConfigurationModuleBaseerrorsToDisplay - call from ui: guiResponseJs.addAction(GuiScreenAction.newMessage(GuiMessageType.error, message.toString()));validationErrorsToDisplay - call from ui: guiResponseJs.addAction(GuiScreenAction.newValidationMessage(GuiMessageType.error, validationKey,
validationErrorsToDisplay.get(validationKey)));Copyright © 2016 Internet2. All rights reserved.