Package de.mhus.lib.core.cfg
Class CfgSecure
- java.lang.Object
-
- de.mhus.lib.core.cfg.CfgValue<SecureString>
-
- de.mhus.lib.core.cfg.CfgSecure
-
public class CfgSecure extends CfgValue<SecureString>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SecureStringloadValue()protected SecureStringloadValue(String value)StringvalueAsString()-
Methods inherited from class de.mhus.lib.core.cfg.CfgValue
equals, getCalling, getDefault, getOwner, getPath, getUpdated, isOwner, isOwner, onPostUpdate, onPreUpdate, setValue, toString, updateAction, value
-
-
-
-
Method Detail
-
loadValue
protected SecureString loadValue()
- Specified by:
loadValuein classCfgValue<SecureString>
-
loadValue
protected SecureString loadValue(String value)
- Specified by:
loadValuein classCfgValue<SecureString>
-
valueAsString
public String valueAsString()
-
-