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
Modifier and TypeMethodDescriptionvoid
setSerializedConfiguration
(String config) Sets configuration of this object
-
Method Details
-
getSerializedConfiguration
String getSerializedConfiguration()- Returns:
- serialized configuration of this object
-
setSerializedConfiguration
Sets configuration of this object- Parameters:
jconfig
-
-