Interface StringConfigurable
-
- All Known Subinterfaces:
CredentialRetrieval
,CredentialVerificator
,LocalCredentialVerificator
- All Known Implementing Classes:
AbstractCredentialRetrieval
,AbstractLocalVerificator
,AbstractRemoteVerificator
,AbstractVerificator
public interface StringConfigurable
This interface is enforced for some types of objects which are instantiated otherwise and later on configured with some text configuration. Useful for types which allow for different configuration languages then JSON, as property format.- Author:
- K. Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSerializedConfiguration()
void
setSerializedConfiguration(String config)
Sets configuration of this object
-