/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.smartitengineering.user.security; /** * * @author modhu7 */ public interface OidRetrievalStrategy { public String getOid(Object object); }