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 a
CredentialProviderModel
-
Field Summary
Fields inherited from class org.ametys.runtime.model.AbstractModelItemParser
_modelItemTypeExtensionPoint
-
Constructor Summary
ConstructorDescriptionCredentialProviderModelParameterParser
(ModelItemTypeExtensionPoint credentialProviderParameterTypeExtensionPoint, ThreadSafeComponentManager<Enumerator> enumeratorManager, ThreadSafeComponentManager<Validator> validatorManager) Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Retrieves the name of the configuration attribute that contains the name of the model itemMethods 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 Details
-
CredentialProviderModelParameterParser
public CredentialProviderModelParameterParser(ModelItemTypeExtensionPoint 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 Details
-
_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
-