Expose own identity used for resolving identities.
[WoTNS.git] / src / main / java / net / pterodactylus / wotns / main / Resolver.java
index 1c00144..0150f45 100644 (file)
@@ -46,6 +46,10 @@ public class Resolver {
                this.identityManager = identityManager;
        }
 
+       public String getOwnIdentityId() {
+               return ownIdentityId;
+       }
+
        public void setOwnIdentityId(String ownIdentityId) {
                this.ownIdentityId = ownIdentityId;
        }