protected static class MongoClientConfigurationBeanInfo.CredentialListEditor extends PropertyEditorSupport
| Modifier and Type | Field and Description |
|---|---|
protected static Log |
LOG
The logger for the
MongoClientConfigurationBeanInfo.CredentialListEditor. |
| Constructor and Description |
|---|
MongoClientConfigurationBeanInfo.CredentialListEditor()
Creates a new CredentialEditor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAsText(String credentialString) |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorprotected static final Log LOG
MongoClientConfigurationBeanInfo.CredentialListEditor.public MongoClientConfigurationBeanInfo.CredentialListEditor()
public void setAsText(String credentialString) throws IllegalArgumentException
Overridden to parse a string to a Credential.
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentException - If the string cannot be parsed into a Credential.Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.