jet.server.userman
Interface SecurityDataLoader


public interface SecurityDataLoader

These interface provide a method to load security data


Method Summary
 void loadData(java.lang.String path)
          load data from path.
 

Method Detail

loadData

void loadData(java.lang.String path)
load data from path. That path is a directory other than file from which you can find the security data. It can throw IOException if error occurs.