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>
A
PasswordProvidersProcessor
is responsible for processing <password-providers>
XmlElement
of Coherence Operational Configuration files- Since:
- Coherence 12.2.1.4
- Author:
- spuneet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
PasswordProvidersProcessor
public PasswordProvidersProcessor()
-
-
Method Details
-
process
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
-