com.raritantechnologies.searchApp.sourceMap
Interface IKeySourceReader

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
SessionDataKeySourceReader

public interface IKeySourceReader
extends IConfigurable

Base interface for objects that can get a set of "keys" for a given user.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 IResultSet getKeyResultSet(ILoginInfo userInfo)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

getKeyResultSet

public IResultSet getKeyResultSet(ILoginInfo userInfo)