public interface Configuration<T extends Configuration<T>>
| Modifier and Type | Method and Description |
|---|---|
ConfigurationDescriptor |
getDescriptor()
Gets the descriptor for this configuration
|
java.lang.String |
getName() |
T |
obfuscate()
Utility method that erases any sensitive data from this configuration
and returns new one.
|
java.lang.String getName()
ConfigurationDescriptor getDescriptor()
T obfuscate()