1 package net.pterodactylus.sone.database;
3 import net.pterodactylus.sone.freenet.wot.Identity;
5 import com.google.common.base.Optional;
8 * Database for handling {@link Identity}s.
10 * @author <a href="mailto:bombe@pterodactylus.net">David ’Bombe‘ Roden</a>
12 public interface IdentityDatabase {
14 Optional<Identity> getIdentity(String identityId);