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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprocess(ProcessingContext context, XmlElement element) Process anXmlElementto return a specific type of value. 
- 
Constructor Details
- 
PasswordProvidersProcessor
public PasswordProvidersProcessor() 
 - 
 - 
Method Details
- 
process
Process anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<Void>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedelement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -