Class PasswordProvidersProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.PasswordProvidersProcessor
-
- All Implemented Interfaces:
ElementProcessor<Void>
@XmlSimpleName("password-providers") public class PasswordProvidersProcessor extends Object implements ElementProcessor<Void>
APasswordProvidersProcessor
is responsible for processing <password-providers>XmlElement
of Coherence Operational Configuration files- Since:
- Coherence 12.2.1.4
- Author:
- spuneet
-
-
Constructor Summary
Constructors Constructor Description PasswordProvidersProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public Void process(ProcessingContext context, XmlElement element) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<Void>
- 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
-
-