Class PasswordURLProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.PasswordURLProcessor
-
- All Implemented Interfaces:
ElementProcessor<ParameterizedBuilder<PasswordProvider>>
@XmlSimpleName("password-url") public class PasswordURLProcessor extends Object implements ElementProcessor<ParameterizedBuilder<PasswordProvider>>
ThePasswordURLProcessor
is responsible for processing the <password-url>XmlElement
in a Coherence configuration file.- Since:
- 22.06
- Author:
- Jonathan Knight 2022.01.25
-
-
Constructor Summary
Constructors Constructor Description PasswordURLProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterizedBuilder<PasswordProvider>
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public ParameterizedBuilder<PasswordProvider> process(ProcessingContext context, XmlElement element) throws ConfigurationException
Description copied from interface:ElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<ParameterizedBuilder<PasswordProvider>>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-
-