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