Package org.ametys.core.authentication
Class CredentialProviderFactory.CredentialProviderModelParameterParser
- java.lang.Object
-
- org.ametys.runtime.model.AbstractModelItemParser
-
- org.ametys.runtime.model.ElementDefinitionParser
-
- org.ametys.core.authentication.CredentialProviderFactory.CredentialProviderModelParameterParser
-
- Enclosing class:
- CredentialProviderFactory
public class CredentialProviderFactory.CredentialProviderModelParameterParser extends ElementDefinitionParser
Class for parsing parameters of aCredentialProviderModel
-
-
Field Summary
-
Fields inherited from class org.ametys.runtime.model.AbstractModelItemParser
_modelItemTypeExtensionPoint
-
-
Constructor Summary
Constructors Constructor Description CredentialProviderModelParameterParser(CredentialProviderParameterTypeExtensionPoint credentialProviderParameterTypeExtensionPoint, ThreadSafeComponentManager<Enumerator> enumeratorManager, ThreadSafeComponentManager<Validator> validatorManager)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
_getNameConfigurationAttribute()
Retrieves the name of the configuration attribute that contains the name of the model item-
Methods inherited from class org.ametys.runtime.model.ElementDefinitionParser
_createModelItem, _parseAndSetEnumerator, _parseAndSetValidator, _parseDefaultValue, _parseDefaultValues, _parseMultiple, lookupComponents, parse
-
Methods inherited from class org.ametys.runtime.model.AbstractModelItemParser
_parseDisableConditions, _parseI18nizableText, _parseI18nizableText, _parseName, _parseType, _parseWidget, _parseWidgetParameters, parse
-
-
-
-
Constructor Detail
-
CredentialProviderModelParameterParser
public CredentialProviderModelParameterParser(CredentialProviderParameterTypeExtensionPoint credentialProviderParameterTypeExtensionPoint, ThreadSafeComponentManager<Enumerator> enumeratorManager, ThreadSafeComponentManager<Validator> validatorManager)
Constructor- Parameters:
credentialProviderParameterTypeExtensionPoint
- the extension point to use to get available element typesenumeratorManager
- The manager for enumerationvalidatorManager
- The manager for validation
-
-
Method Detail
-
_getNameConfigurationAttribute
protected String _getNameConfigurationAttribute()
Description copied from class:AbstractModelItemParser
Retrieves the name of the configuration attribute that contains the name of the model item- Overrides:
_getNameConfigurationAttribute
in classAbstractModelItemParser
- Returns:
- the name of the configuration attribute that contains the name of the model item
-
-