1 package net.pterodactylus.sone.freenet.wot;
5 import net.pterodactylus.util.service.Service;
7 import com.google.common.eventbus.EventBus;
8 import com.google.inject.ImplementedBy;
11 * Connects to a {@link WebOfTrustConnector} and sends identity events to an
14 @ImplementedBy(IdentityManagerImpl.class)
15 public interface IdentityManager extends Service {
17 boolean isConnected();
18 Set<OwnIdentity> getAllOwnIdentities();