{
@Override
public KeyStore create(RecovererProvider recovererProvider, ConfigurationEntry entry, ConfiguredObject... parents)
{
Broker broker = RecovererHelper.verifyOnlyBrokerIsParent(parents);
return new KeyStoreAdapter(entry.getId(), broker, entry.getAttributes());
}