001package com.nimbusds.common.id;
002
003
004/**
005 * Marker interface for user and other identities used in Connect2id software.
006 */
007public interface Identity { }